Skip to content
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

[Overkiz] - Missing battery status for Velux window #141169

Closed
alsmaison opened this issue Mar 23, 2025 · 3 comments · Fixed by #141328
Closed

[Overkiz] - Missing battery status for Velux window #141169

alsmaison opened this issue Mar 23, 2025 · 3 comments · Fixed by #141328
Assignees

Comments

@alsmaison
Copy link

alsmaison commented Mar 23, 2025

The problem

I see that I have no information inside HA for the solar battery for my Velux Windows (https://fenetresdetoit.veluxshop.fr/fenetres-de-toit/solaires). There is no information regarding solar battery charge.

Moreover, the sensors Priority lock originator and Priority lock timer stay unknown.

What version of Home Assistant Core has the issue?

core-2025.3.4

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Overkiz

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

Anything in the logs that might be useful for us?

Additional information

overkiz-c3870f84f152a0449c3a9448c042aa20-Window Chambre Parentale-9e8ecbe2d6ef03cb34a5d563bc840ed8.json

@home-assistant
Copy link

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

Code owner commands

Code owners of overkiz 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 overkiz Removes the current integration label and assignees on the issue, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


overkiz documentation
overkiz source
(message by IssueLinks)

@iMicknl
Copy link
Contributor

iMicknl commented Mar 23, 2025

Can you see the battery value in the vendor app? (as a percentage or a text value?)

We should be able to map the enum value to a sensor entity:

{
    "name": "core:BatteryDiscreteLevelState",
    "type": 3,
    "value": "good"
}

Available states:

{
    "type": "DiscreteState",
    "values": [
        "good",
        "medium",
        "low",
        "critical"
    ],
    "qualifiedName": "core:BatteryDiscreteLevelState"
}

@alsmaison
Copy link
Author

On the Somfy apps, I see 100% but I don't see any others values. I don't know if this is real because it's a solar battery or this is just a value to say that the battery is "good". My velux is too new to be able to see if this value changes.

I think you can use what you have given.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants