-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connect to multiple thermostats from one host device #1
Comments
No, that is not expected behaviour. If you own two thermostats, you might be able to get a hint at what is causing the problem by running two nixfilter-rtble instances in two separate command line shells, turning debug output on and looking in what way the debug output of the first/working instance differs from the second/non-working instance.
|
Thanks for your quick response. I got two log files, one with the raspberry just connecting to one thermostat (and therefore working) and one with the raspberry already having an active filter and then trying to set the temperature on another one (but not working). Could you take a look at them, please? It's not something I could quickly recognize problems at and debug it. debug_broken.log If you need more information, please let me know. |
Thanks for the logs, Niklas. Unfortunately, the logs didn't really help me that much as well. But at first sight it seems to me as if the non-working device fails after the connection was established, during the process of service and characteristics discovery. I need to spend some time investigating this issue. But I cannot tell yet when I'll be finding the time, so please be patient, it may a few weeks. But thanks a lot already for pointing this out, this is quite an important issue I think. |
Hey oyooyo,
nice little plugin you wrote here. I'm already successfully using it for one thermostat which is now integrated in HomeAssistant. In order to add a couple more thermostats, I want to run the filter multiple times on one device (= raspberry).
If I have one active filter connected to MQTT, I cannot use another one. Neither a different thermostat, nor the same thermostat responds to set commands. It's like the one filter is blocking the bluetooth module.
Is that an expected behaviour at the moment? If so, do you have capacities to add parallelization functionality or maybe point me to the right direction so I might be able to extend that?
Thanks!
The text was updated successfully, but these errors were encountered: