sudomesh / gardenmesh

a mesh for your garden
GNU General Public License v2.0
9 stars 2 forks source link

message format - needs origin + sensor id #3

Closed jhpoelen closed 7 years ago

jhpoelen commented 7 years ago

Am starting to build a parser for your mqtt message - could you please add a origin + sensor id?

Right now, we have:

temp\t1\t25.800\tC\n

perhaps add something like: ESP.getChipId() for esp8266 or mac address?

someid\ttemp\t1\t25.800\tC\n

This way we can use a single topic for boxes to publish to, which makes for easy listening.

jhpoelen commented 7 years ago

mac has been added