Oleksandr Kurbatov

Results 11 comments of Oleksandr Kurbatov

It is possible to add topic "timestamp" for device. And in openhab write a rule that checks last timestamp... This is already done for some mqtt conventions in daemon.

You can test this https://github.com/aqualx/miflora-mqtt-daemon/tree/mitempbt If test succeed I'll make PR.

_mitemp_bt_ added to requirements.txt. So this will install all needed packages: `sudo pip3 install -r requirements.txt` Which MAC address has your sensor? You have sensor with screen or without? I...

Ok, changed RegExp for MAC address. What do you mean by "changed the poll rates to 180 times less for the mitemp"? Check more frequently than miflora or ...?

But _bluepy_ is already in _requirements.txt_ ``` bluepy==1.3.0 mitemp-bt==0.0.1 ```

In config.ini there is setting: ``` [Daemon] # The period between two measurements in seconds (Default: 300) #period = 300 ``` But for now it is used for both "Mi...

New [commit](https://github.com/aqualx/miflora-mqtt-daemon/commit/51ad7d6320cf14faeec72fdcdf0c081f29acc0f3): * added separate setting "period" per device type in config.ini * switched library for 'Mijia Bluetooth Temperature Smart Humidity' from mitemp_bt to mithermometer * fixed schema generation for...

There are some exceptions from calling libraries. In last commit there is a guard against them... PS: Maybe this exceptions should be also addressed to owner. In this case [mithermometer](https://github.com/hobbypunk90/mithermometer)

"Release unlocked lock" seems is now fixed directly in [blewrap](https://github.com/ChristianKuehnel/btlewrap) library on this [change](https://github.com/ChristianKuehnel/btlewrap/commit/1322d69fb321d857261c28977f230e4b5f750ed1)

Everything is working as expected with latest HA (core-2021.6.6) and ESPHome (1.19.4) after [Fix esphome v1.19 changes](https://github.com/geoffdavis/esphome-mitsubishiheatpump/pull/38). Try clean build folder "/config/esphome/%YOUR_FOLDER%" & rebuild firmware.