Hi, First of all, thanks for a superb software. Just loving it
I have just setup a signalK - MQTT Gateway , and zigbee2mqtt
If I public something like this: mosquitto_pub -h localhost -p 1883 -m 292 -t 'vessels/self/environment/temperature/outside
it show up correct in signalk
But the publishing from zigbee2mqtt, the it show up in signalK, but with value null
The payload looks like this for a temp/humid sensor:
{"level":"info","message":"MQTT publish: topic 'vessels/self/environment/engineroom', payload '{\"battery\":100,\"humidity\":32.59,\"linkquality\":159,\"temperature\":23.55,\"voltage\":3000}'"}
{"battery":100,"humidity":32.59,"linkquality":159,"temperature":23.55,"voltage":3000}
How do i configure this to show up correct in signalK ?
I have just setup a signalK - MQTT Gateway , and zigbee2mqtt
If I public something like this: mosquitto_pub -h localhost -p 1883 -m 292 -t 'vessels/self/environment/temperature/outside
it show up correct in signalk
But the publishing from zigbee2mqtt, the it show up in signalK, but with value null
The payload looks like this for a temp/humid sensor:
{"level":"info","message":"MQTT publish: topic 'vessels/self/environment/engineroom', payload '{\"battery\":100,\"humidity\":32.59,\"linkquality\":159,\"temperature\":23.55,\"voltage\":3000}'"}
{"battery":100,"humidity":32.59,"linkquality":159,"temperature":23.55,"voltage":3000}
How do i configure this to show up correct in signalK ?