Closed trizmark closed 3 years ago
Thought the Influx JSON would be usable, but unfortunately it's too complicated. Needs to publish a simpler JSON structure.
Something like:
{ "nodeid": 4, "trigger": 1, "vbatt": 498 }
or
{ "nodeid" : 2, "temperature" : 12.82, "humidity" : 87.21, "vbatt": 2786 }
Broadcast unpaced measurements via MQTT. This would be great for Home Assistant integration. With this change we could make the writing to DB optional - not sure though. (This could be kept for later)