-
Notifications
You must be signed in to change notification settings - Fork 3
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
Sensors don't update after HASS restart #13
Comments
I have the same issue. |
I'm not experiencing this problem, but I'm also not running the latest versions of HA/HASS because of instability issues on raspberry pi. Perhaps if you could both note of your hardware, hassOS version (if applicable) and home assistant version then we could find a pattern?
|
|
Raspberry Pi 4 Model B 4GB I hadn't experienced this issue after switching from starting the container directly with docker run to docker compose. Ran fine for a week. Same issue again but no exception in the logs this time. Whats interesting tough is that I have a template sensor that derives from the thermopiles sensor, and that sensor updates regularly:
|
May I ask how you are running HassIO supervised in a container? I remember doing some research on this but decided that it would be too invasive and that I'd rather go for a vanilla HassOS in case I need it. |
I'm now experiencing some problems with this integration as well, although I'm not seeing the error messages described here. Given there is actually a much better maintained & feature-rich passive BLE component in the ecosystem, I've requested that support for Thermoplus sensors can be integrated in that component instead: custom-components/ble_monitor#393 I'm hoping the maintainers are open to that proposal. Edit: through messing about a bit, I've discovered my problem goes away when I've got the ble_monitor installed as well and configured to have "active scan" enabled. I don't know if this will work as a temp workaround for anyone else - it kinda suggests there is probably some kind of nasty bug in this implementation. |
I'm recommending that people use ble_monitor (https://github.com/custom-components/ble_monitor) from this point forwards. The maintainers there have kindly integrated support for Thermoplus sensors as of version 3.1 (currently in beta). It also has a whole host of other features beyond this component which I think are great. |
Hi,
My thermoplus_ble sensors only update after a restart of HASS anymore. It used to work before in more or less regular intervals which normally never exceeded 10 minutes.
There was no change in the setup besides a template sensor that I added and removed again after playing around with it a little bit.
Does anyone else experience a similar problem? The sensors work fine when I open them in the native sensor app.
Any advice or hint into the right direction would be appreciated.
Many thanks!
The text was updated successfully, but these errors were encountered: