Path not showing in signalK Data browser

Data sent from from node-red is no longer appearing in signalK databrowser: I am trying with this simple flow to creat path value, but nothing happens. What am I missig? thx in advance [{"id":"f01c9e42725de28a","type":"inject","z":"b51af49f1e9c4aaf","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"10","crontab":"","once":false,"onceDelay":0.1,"topic":"electric.switching.nightmode","payload":"electric.switching.state","payloadType":"global","x":930,"y":900,"wires":[["12d0f3d333f43440"]]},{"id":"12d0f3d333f43440","type":"signalk-send-pathvalue","z":"b51af49f1e9c4aaf","name":"send autoLights","source":"","meta":"","x":1340,"y":900,"wires":[]},{"id":"4a744f01c598b138","type":"inject","z":"b51af49f1e9c4aaf","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"10","crontab":"","once":true,"onceDelay":0.1,"topic":"","payload":"1","payloadType":"num","x":850,"y":960,"wires":[["a1f874aca0ef3603"]]},{"id":"a1f874aca0ef3603","type":"change","z":"b51af49f1e9c4aaf","name":"","rules":[{"t":"set","p":"electric.switching.nightmode","pt":"global","to":"payload","tot":"msg"},{"t":"set","p":"topic","pt":"msg","to":"electric.switching.nightmode","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":1080,"y":960,"wires":[["12d0f3d333f43440","053260eea2447d33"]]},{"id":"69894241e44930dc","type":"signalk-put-handler","z":"b51af49f1e9c4aaf","name":"","path":"electric.switching.nightmode","x":870,"y":1000,"wires":[["a1f874aca0ef3603"]]},{"id":"053260eea2447d33","type":"debug","z":"b51af49f1e9c4aaf","name":"Show Shelly Status","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":1570,"y":960,"wires":[]}]
2 Replies
PaddyB
PaddyB2mo ago
shows up here -
No description
Claeszv
ClaeszvOP2mo ago
It also did show up earlier in my data browser, but not anymore. What could be the reason. Data from other sources shows up perfectly

Did you find this page helpful?