marcfager / nspanel-mf

Custom HMI controlled by ESPHome for the Sonoff NSPanel. Includes media player card and home screen with weather data and clock. More to come.
215 stars 60 forks source link

Reqeust for sliders #12

Closed larsoss closed 2 years ago

larsoss commented 2 years ago

Can you add sliders for light brightness?

vingerha commented 2 years ago

You can do this yourselves 'easily' by using the nextion editor Add a slider (assume this gets objname: h0) in the 'Touch Move' section, add: dim=h0.val

marcfager commented 2 years ago

Due to other priorities the development is slightly paused from my side, but as vingerha mentions, it is rather easy to add sliders with Nextion editor and to pick up the values in ESPHome.