Michał Ciemięga

Results 69 comments of Michał Ciemięga

So you didn't change anything at it started to appear ? Using phone app for thermostats ? Are thermostats runnign latest firmware ? You could also try to pair them,...

Looks like this issue: https://github.com/IanHarvey/bluepy/issues/190#issuecomment-394115354 . Im not linux bluetooth stack expert, so I dont have any ideas about this. Maybe some workers combination, doesnt want to work together. Maybe...

@joselito11 On NUC with HA, did you usd any bluetooth integration in HA ? Or maybe bluetooth drivers on NUC are just broken, or needs kernel upgrade etc ?

per device timeout for miflora added here: https://github.com/zewelor/bt-mqtt-gateway/pull/171

Hi thanks for great PR. Added some thoughts. Also maybe we should also do something like /poll_all , and run [update_all](https://github.com/zewelor/bt-mqtt-gateway/blob/6496e88d7bcab00cc7b948dd0351685adfdff3f2/workers_manager.py#L89) ?

Changing poll to some update sounds good, maybe something like flower/force_update or flower/update_stat(e|us). Only flower/update seems a bit non informative, but maybe its just me. I've looked at @property and...

Aren't they visible in OS like any other bluetooth adapters ? If not then I guess it could be hard to add it. Different workers uses different bluetooth libs for...

Almost every worker uses https://github.com/IanHarvey/bluepy for bluetooth connection. Best bet would be to implement it there, and to give higher level libs unified interface.

If that workers are using btlewrap, that looks it should be possible to swap backends. For test you can probably change bluepy imports to something like: ```from btlewrap.pygatt import PygattBackend```...

I think this: https://github.com/zewelor/bt-mqtt-gateway/blob/master/workers/blescanmulti.py but never used it :D