risco-mqtt-local
risco-mqtt-local copied to clipboard
Output status doesn't update
I'm working on adding Outputs to the code. I can get all config data to pull through, but Output.Status doesn't seem to update. The only way I can get the status to pull through is to set an initial null state and publish the state via OStatusChanged.
Configuration
- Environment: Docker
- Version: ghcr.io/markxroberts/risco-mqtt-local:v0.5.0-beta4.6
- Mode: direct
- Command line (if not running as HA Addon):
- Risco Panel model: LightSys
- Risco Panel firmware version: 5.93
Additional context Status consistently shows as undefined when I publish the raw state. I've tried stipulating '--', '-', 'a', 'Deactivated', 'Activated', 'Pulsed'. Do you have any thoughts about this? What am I missing?
I'm having a look at this, I let you know