Rumburak
Rumburak
Just discovered randomly by watching in mqtt explorer the BLE devices nearby that an old wireless headset (Skulcandy Sesh Evo) is incredibily accurate in communicating its position. Surprisingly, it is...
Is it possible to publish on mqtt more information about the smarttag than the mac address? Eventually as an option or in verbose version. I am currently using 4 smartttags...
I would vote for 3, since ```unit_of_measurement``` is optional, but if not set, it is considered ```km``` and added by default to the state attributes. --- Another one: ```CounterEntity``` state...
New one: ```InputDatetimeEntity``` state should be DateTime? References: [InputDatetime Integration](https://www.home-assistant.io/integrations/input_datetime/)
In its core, mqtt works with binary data only, the fact that you choose to encode/decode that data in a string using utf8 is just a choice, mqqt protocol is...
Streams are a particular case of binary data, publishing a video frame at variable time intervals makes it a stream. What can be added for this particular case is for...