-
esphome
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
I think OP put a few restrictions they could relax a bit.
I use Meross devices with krahabb's wonderful LAN integration (https://github.com/krahabb/meross_lan). It requires a specific pairing process of the device, but not any firmware reflash.
Relaxing an extra bit, one can flash many devices with ESP Home (https://esphome.io/) - an excellent cistom firmware. Its only flaw is that the captive portal does not work well after an upgrade (something that is hanging in the bugs section and nobody cares)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
I think OP put a few restrictions they could relax a bit.
I use Meross devices with krahabb's wonderful LAN integration (https://github.com/krahabb/meross_lan). It requires a specific pairing process of the device, but not any firmware reflash.
Relaxing an extra bit, one can flash many devices with ESP Home (https://esphome.io/) - an excellent cistom firmware. Its only flaw is that the captive portal does not work well after an upgrade (something that is hanging in the bugs section and nobody cares)
-
There’s apparently a custom HACS integration [0]. Personally I’d get the cheaper Aqara sensors as I have a Zigbee network anyway, so I see no advantage in BLE. Also, the motion sensor (of the tag, not of other people) seems like a really useless feature.
[0]: https://github.com/ruuvi-friends/ruuvi-hass.io
-
If you are going to go down the automation rabbit hole, I highly recommend looking at Node-RED. https://nodered.org/
-
FWIW, if your HASS is running on a device (like a Raspberry Pi) that has Bluetooth, you might be able to get away with a custom component like https://github.com/custom-components/ble_monitor instead. Of course, if your setup is working for you already there isn't much incentive to change it.