I read this post explaining how to add IR support to the Sonoff RF Bridge (using its two free I/O pins).
Would there be a way of adding Bluetooth support to the Sonoff RF Bridge? Possibly with this Bluetooth module?
For my purposes, I need 433 MHz and Bluetooth support. Rather that use an Arduino or ESP device, I like the RF bridge because it’s an inexpensive ‘off-the-shelf’ device (i.e. has its own enclosure and needs no assembly). If I can cram a Bluetooth module into the enclosure, and have it supported by OpenMQTTGateway, that would be an ideal solution for me.
feedback: I see that it create different sensor called miflora_1 miflora_2 etc. But are those sensor somehow linked to the hardware miflora? Let me explain: if I move the plant from one room to other (for example from living room to the balcony in spring) what happens? The other OMG understand that is the same device in a different location (using bt Mac address?) Or rediscovery as a new device?
I was thinking to mi bands for room detection. But maybe it’s not so relevant.
sorry for the delay in response. Well as already told it will be great to integrate data from mibands but I don’t know which information are sent via BT.
Meanwhile I need maybe your support. Starting from 0.88 I see this message in logs and notification:
Your configuration contains extra keys that the platform does not support.
Please remove [optimistic], [retain].
I see also many error all related to plant component. Here’s an example:
Error doing job: Exception in callback <function async_track_state_change..state_change_listener at 0x7f3e95044510>
Traceback (most recent call last):
File “uvloop/cbhandles.pyx”, line 64, in uvloop.loop.Handle._run
File “/usr/src/app/homeassistant/helpers/event.py”, line 82, in state_change_listener
event.data.get(‘new_state’))
File “/usr/src/app/homeassistant/core.py”, line 333, in async_run_job
target(*args)
File “/usr/src/app/homeassistant/components/plant/init.py”, line 203, in state_changed
self._brightness = int(float(value))
ValueError: could not convert string to float
This happens to brightless, temperature, conductivity etc.