lixas
lixas
I have multiple devices at my flat and one ESP32 running to proxy all advertisements to MQTT. Solution is Micropython based. https://github.com/lixas/SmartHome-Proxy
@lolren , This is simple script that shows adv packages on ESP32 micropython terminal. I use it to send known sensors advertisement packages via MQTT messages NOTE: wait like 30...
More on this: versions 8.3.0 and 8.3.1 works ok in this case Version 8.3.2 and later versions give "Blocked aria-hidden on an element" error
Hello @shanevanj I have managed to "hack-fix" solution, so search by query would work. To search for data by column and value use `db_table.find({"name" : "bob"})` for first occurrence and...