├── .github └── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md ├── ESPHome └── esphome.yaml ├── Home Assistant └── automations.yaml ├── LICENSE.md ├── Nextion ├── README.md ├── nspanel.tft └── nspanel_config.HMI ├── README.md └── images ├── alarm-brightness.png ├── lightdetails-disablelongpress.png ├── notification-touchrelease.png ├── page-dashboard.png ├── page-lightdetails.png ├── page-livingroom.png ├── page-media.png ├── page-notification.png ├── page-settings.png ├── page-thermostat.png ├── programs-variables.png ├── settings-touchcap-slider.png ├── timer-screensaver.png └── touchcap-navigation.png /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TyzzyT/Sonoff-NSPanel-with-ESPHome/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TyzzyT/Sonoff-NSPanel-with-ESPHome/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /ESPHome/esphome.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TyzzyT/Sonoff-NSPanel-with-ESPHome/HEAD/ESPHome/esphome.yaml -------------------------------------------------------------------------------- /Home Assistant/automations.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TyzzyT/Sonoff-NSPanel-with-ESPHome/HEAD/Home Assistant/automations.yaml -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TyzzyT/Sonoff-NSPanel-with-ESPHome/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Nextion/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TyzzyT/Sonoff-NSPanel-with-ESPHome/HEAD/Nextion/README.md -------------------------------------------------------------------------------- /Nextion/nspanel.tft: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TyzzyT/Sonoff-NSPanel-with-ESPHome/HEAD/Nextion/nspanel.tft -------------------------------------------------------------------------------- /Nextion/nspanel_config.HMI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TyzzyT/Sonoff-NSPanel-with-ESPHome/HEAD/Nextion/nspanel_config.HMI -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TyzzyT/Sonoff-NSPanel-with-ESPHome/HEAD/README.md -------------------------------------------------------------------------------- /images/alarm-brightness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TyzzyT/Sonoff-NSPanel-with-ESPHome/HEAD/images/alarm-brightness.png -------------------------------------------------------------------------------- /images/lightdetails-disablelongpress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TyzzyT/Sonoff-NSPanel-with-ESPHome/HEAD/images/lightdetails-disablelongpress.png -------------------------------------------------------------------------------- /images/notification-touchrelease.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TyzzyT/Sonoff-NSPanel-with-ESPHome/HEAD/images/notification-touchrelease.png -------------------------------------------------------------------------------- /images/page-dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TyzzyT/Sonoff-NSPanel-with-ESPHome/HEAD/images/page-dashboard.png -------------------------------------------------------------------------------- /images/page-lightdetails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TyzzyT/Sonoff-NSPanel-with-ESPHome/HEAD/images/page-lightdetails.png -------------------------------------------------------------------------------- /images/page-livingroom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TyzzyT/Sonoff-NSPanel-with-ESPHome/HEAD/images/page-livingroom.png -------------------------------------------------------------------------------- /images/page-media.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TyzzyT/Sonoff-NSPanel-with-ESPHome/HEAD/images/page-media.png -------------------------------------------------------------------------------- /images/page-notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TyzzyT/Sonoff-NSPanel-with-ESPHome/HEAD/images/page-notification.png -------------------------------------------------------------------------------- /images/page-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TyzzyT/Sonoff-NSPanel-with-ESPHome/HEAD/images/page-settings.png -------------------------------------------------------------------------------- /images/page-thermostat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TyzzyT/Sonoff-NSPanel-with-ESPHome/HEAD/images/page-thermostat.png -------------------------------------------------------------------------------- /images/programs-variables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TyzzyT/Sonoff-NSPanel-with-ESPHome/HEAD/images/programs-variables.png -------------------------------------------------------------------------------- /images/settings-touchcap-slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TyzzyT/Sonoff-NSPanel-with-ESPHome/HEAD/images/settings-touchcap-slider.png -------------------------------------------------------------------------------- /images/timer-screensaver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TyzzyT/Sonoff-NSPanel-with-ESPHome/HEAD/images/timer-screensaver.png -------------------------------------------------------------------------------- /images/touchcap-navigation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TyzzyT/Sonoff-NSPanel-with-ESPHome/HEAD/images/touchcap-navigation.png --------------------------------------------------------------------------------