NoWiresGB / RFM69GwDecoder

RFM69-Gateway Decoder
0 stars 0 forks source link

Rebroadcast unpacked values #33

Closed trizmark closed 3 years ago

trizmark commented 3 years ago

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)

trizmark commented 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 }