redknob.controls 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" Rotary Knob, Guition JC3636K518C-I-YR1
# Also available as WaveShare ESP32-S3-Knob-Touch-LCD-1.8 (SKU 31623).
substitutions:
  name: "redknob-controls"
  friendly_name: "RedKnob"
  comment: "Controls-mode Guition 1.8in Rotary Knob JC3636K518C-I-YR1"

  # Use redknob.sendspin.yaml for sendspin-mode. This file is for
  # controls-only mode, e.g. to control a remote mediaplayer.
  enable_sendspin: false

  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 redknob.controls.yaml directly, not this file.

packages:
  original: !include redknob.controls.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/redknob.controls/manifest.json

http_request:

dashboard_import:
  package_import_url: github://magdalar/RedSmartKnob/devices/guition-redknob-jc3636k518c/redknob.controls.yaml@main