-
Notifications
You must be signed in to change notification settings - Fork 6
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
Stale temperature when heating (integration) #42
Comments
Hi @Geoff-Hz, I'm pleased to read your greatings ! The current temperature is expected to update after each command set, and automatically every 30 seconds.
logger:
default: warning # 'warning' is the default value
logs:
custom_components.intex_spa: debug
intex_spa: debug
|
Thanks for your reply @mathieu-mp here some logs
|
@mathieu-mp Hi, i think, it was the same for me, i forgot to report it. If i remember correctly, the spa unit itself keeps sending back the same temperature in it's status, until you send some new command and it updates. |
Hi @Elkropac , thanks for your participation. So the only wait to have current temp is to make an automatition that change comment set every time I want a status... |
Hi, thank you for the logs ! The logs you provided look fine: Network returned status from the spa provides current temperature every 30 seconds, and after each command set. I identified a bug in the version displayed by the logs (opened as #43). The historic you provided shows obvious time ranges when spa current temp is not updated. |
Hi @Elkropac,
We had solved the issue #26. Didn't it solve the behavior you just described ? |
@Geoff-Hz, you should not have to do that, let's try and solve this issue ! |
I installed the integration from HACS at 13:23 if I have good memory, I turn power On Thanks for your help |
Anyway, It's not possible to change command set by Automation ;-) I just try it now. |
OK, and what if you graph current temperature from climate entity ? |
@mathieu-mp If I understand well, it's the same graph |
Is the first history from current temperature sensor entity, or from spa climate entity ? |
Sorry not sure. It's few months and i cannot test now, spa is disassembled in storage. But i think, i did not get any errors after your fix in #26. |
Hi all, On my spa, Sanitizer look like doing nothing (I don't know what is it), but when I move this switch, spa update temp. |
No, this looks like an integration issue. The spa answers correctly to commands and auto updates. Does the sensor.spa_current_temperature auto update ? |
Hi @mathieu-mp
Nop, No update from sensor. |
Hi @Geoff-Hz , |
Hi @mathieu-mp (Si je ne fais aucune action de modification quelconque, il n'y a pas de changement de température) |
I have the same issue with my Intex Greywood 2021 Spa. All controls work perfectly, but the current temperature (climate) isn’t auto-updated. I does update when i send a (any) command. I never turn the device off, only stop heating when not needed. While in heating it also doesn’t auto update the temperate in Home Asisstant so i don’t think it related to power status. |
|
Hello |
I am seeing a similar behaviour in the underlying python library mathieu-mp/aio-intex-spa#26 - I get around it by setting the temperature down one and then up one to force the updated temperature reading. |
Hi @Geoff-Hz , I'm working on the assumption that the bug comes from the control panel firmware.
According to your logs, your Spa UID seems to be I have to check back how the python integration behaves, so please :
Thank you very much, Mathieu. |
Same in my setup. Temp is not refreshed withou command. My model is Pure Spa - Bubble Greywood Deluxe AP 4 |
Hi @karetaj , All model informations are useful, could you provide us with your: Thanks |
Where i can found UID? I am checki g it in home assistant and cannot found it |
Please proceed as follows : |
Uid: 01040210502021062800006040 |
Hello @mathieu-mp! What I experienced: In my opinion, only the temperature change does not trigger the status update in the 30sec time windows. Device info: HA info: Anything I can do to help you with bug fixing, testing, please let me know! |
@mathieu-mp |
I believe it is something with the underlying library as I am using this great library outside of home assistant. It's discussed over at mathieu-mp/aio-intex-spa#26 (comment) |
Hi @gleanlux, |
Thank you very much! I have a question about the Home Assistant integration. |
The climate entity is just a representation of the thermostat embedded in the spa. It is the standard way to expose such a device to Home Assistant. It is used to provide the setpoint to the spa, which regulates the water temperature and returns its status to the integration. |
I apologise if I asked a stupid question. Then if I understand correctly, when the temperature reaches the desired value, the integration does not send a heating off command? |
No need to apologie, that was a clever question to understand how it works under the hood.
You're right.
Yeah, a custom (template?) climate entity inherits from the higher-level climate entity and adds the whatever configured specific behavior. |
Hi all, UID: 01040220062022051000003950 EDIT: as a workaroud, as my SPA don't have the sanitizer functionality, i've enabled it anyway and use it in an automation to get the temperature updated, here's the yaml:
|
Hi, |
Hi,
Thanks for this amazing apps.
I realise that current temperature is not updating automaticaly. To check it, I have to modify the desired temp and then current temp is changing.
How can I do to have a check every 10 minutes?
Regard,
Geoff
The text was updated successfully, but these errors were encountered: