home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
72.2k stars 30.22k forks source link

SCG indicator always off #101592

Closed heylers closed 12 months ago

heylers commented 1 year ago

The problem

With the 23.10 update, some changes were made to the ScreenLogic integration. all components work fine still, including SCG Salt and Level, except the SCG Status is now always “off,” even when it’s operating …

What version of Home Assistant Core has the issue?

2023.10

What was the last working version of Home Assistant Core?

2023.9

What type of installation are you running?

Home Assistant Container

Integration causing the issue

Screenlogic

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 12 months ago

Hey there @dieselrabbit, @bdraco, mind taking a look at this issue as it has been labeled with an integration (screenlogic) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `screenlogic` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign screenlogic` Removes the current integration label and assignees on the issue, add the integration domain after the command.

(message by CodeOwnersMention)


screenlogic documentation screenlogic source (message by IssueLinks)

dieselrabbit commented 12 months ago

Hi @heylers, Can you please provide a diagnostic download for when the salt cell is active, and one for when it is not? Thank you.

heylers commented 12 months ago

Besides changes in temp, pump speed, etc, the relevant one seems to be:

SCG OFF "scg": { "scg_present": 101, "sensor": { "state": { "name": "Chlorinator", "value": 128
},

SCG ON "scg": { "scg_present": 101, "sensor": { "state": { "name": "Chlorinator", "value": 129

config_entry-screenlogic-SCG ON.txt config_entry-screenlogic-SCG OFF.json.txt

dieselrabbit commented 12 months ago

Thank you. This is very helpful.

dieselrabbit commented 12 months ago

This was fixed by #101746.

dieselrabbit commented 12 months ago

@home-assistant close