Same sensor more than once available
Opened this issue · 0 comments
I do have the same temp sensor three times.
{"time" : "2019-12-25 16:34:31", "model" : "Prologue sensor", "id" : 5, "rid" : 67, "channel" : 1, "battery" : "OK", "temperature_C" : 15.100, "button" : 0, "humidity" : 22}
{"time" : "2019-12-25 16:34:33", "model" : "Prologue sensor", "id" : 5, "rid" : 67, "channel" :3 , "battery" : "OK", "temperature_C" : 17.100, "button" : 0, "humidity" : 22}
{"time" : "2019-12-25 16:35:31", "model" : "Prologue sensor", "id" : 5, "rid" : 67, "channel" : 3, "battery" : "OK", "temperature_C" : 2.100, "button" : 0, "humidity" : 22}
the only difference here is the channel where I have 1,2 and 3. From your current parser, I can not see from which ID the temp came. It would be great to also have channel defined as a subtopic so I can see.