blakadder / nspanel

Sonoff NSPanel protocol and hacking information. Tasmota Berry driver for NSPanel
https://blakadder.github.io/nspanel/
Creative Commons Zero v1.0 Universal
129 stars 35 forks source link

widget feature via mqtt #24

Closed Matten-Matten closed 2 years ago

Matten-Matten commented 2 years ago

Hi there,

if a scene is created as a widget, only the ID is displayed in the payload (mqtt).

{"NSPanel":{"id":"6"}}

Is it possible to integrate a status string with the value "scene"?

greetings Matten Matten

joBr99 commented 2 years ago

No, the json messages are coming from the stock nspanel firmware, this berry driver only forward's them over mqtt. This must be changed in the stock firmware and most likely sonoff won't do this :)

Matten-Matten commented 2 years ago

okay thanks. I close it.