silverpuck.sendspin v2026.07.17.17

Install Firmware

Connect your device via USB and click the button below to install.

Browser not supported.
ESP Web Tools requires a Chromium-based browser (Chrome, Edge) with Web Serial support. Please use one of these browsers, or follow the manual installation instructions below.
Browser-based installation requires HTTPS.
This page is not served over a secure connection, so the install button won't work. Use web.esphome.io to install the firmware instead.
Firmware Download
Configuration Download
# Guition 1.8" Silver Puck, JC3636W518C_I_Y
substitutions:
  name: "silverpuck-sendspin"
  friendly_name: "SilverPuck"
  comment: "Sendspin-mode Guition 1.8in Silver Puck JC3636W518C_I_Y"

  # Provide a local sendspin client. Media controls will control that, not a
  # remote player.
  enable_sendspin: true

  repo_base_uri: "../../RedSmartKnob"

# Duplicated for the sake of ewt-gen
esphome:
  name: "${name}"

logger:
  level: INFO

packages:
  setup: !include device/packages.yaml
 
# vim: set tabstop=2 shiftwidth=2 expandtab:
OTA extension Download
# Factory firmware - generated by ewt-gen
# Users should import silverpuck.sendspin.yaml directly, not this file.

packages:
  original: !include silverpuck.sendspin.yaml

esphome:
  project:
    version: "2026.07.17.17"

ota:
  - platform: http_request
    id: ota_http_request

update:
  - platform: http_request
    id: update_http_request
    name: Firmware
    source: https://magdalar.github.io/RedSmartKnob/silverpuck.sendspin/manifest.json

http_request:

dashboard_import:
  package_import_url: github://magdalar/RedSmartKnob/devices/guition-silverpuck-jc3636w518c/silverpuck.sendspin.yaml@main