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

[FEATURE]: Provide the 'heating on' information per Lisa thermostat entity, instead of shared across thermostats. #525

Closed
Getslow6 opened this issue Nov 15, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@Getslow6
Copy link

Getslow6 commented Nov 15, 2023

Describe the solution you are looking for

I have multiple Lisa's in my house and they share the same 'heating on' information:

image

In the screenshot above you see the graphs of two Lisa's. They share the same 'heating on' information (the orange part), whilst only one of the two is requesting heat from the boiler.

If it is possible to extract this information, it would be nice to see which Lisa is requesting heat similar to the Plugwise app:

12

Is your feature request related to a problem? (optional)

No response

What type of installation are you running?

Home Assistant OS

How did you install plugwise-beta?

Home Assistant Core

What kind of Plugwise device is having issues?

Smile: Adam (including Lisa, Tom, Floor)

What firmware version is your Plugwise product at?

Firmware: 3.7.8

Your setup

I've copied my config below:

config_entry-plugwise-f04c7fb7173ab830c05b644d377386b4.json.txt

3 Lisa's, multiple plugs, 3 Tom's, Adam.

Additional context

Solution suggestion:

  • The app shows an orange circle around the thermostat requesting heat (say bThermostatRequestingHeat)
  • The app shows an orange flame when the boiler is on (say bBoilerOn)
  • The orange area in the graph screenshot is the result the boiler turning on, while it is part of the climate entity. (say the orange area is shown by bThermostatHeatingOn )
  • I assume currently the 'heating on' is mapped to the boolean related to 'boiler on' (= orange flame in Plugwise app); bThermostatHeatingOn = bBoilerOn
  • Possible solution would be: bThermostatHeatingOn = bBoilerOn && bThermostatRequestingHeat
@Getslow6 Getslow6 added the enhancement New feature or request label Nov 15, 2023
@bouwew
Copy link
Contributor

bouwew commented Nov 15, 2023

This is a known problem: home-assistant/core#103386
Already fixed in pw-beta (https://github.com/plugwise/plugwise-beta/releases/tag/v0.44.2) but not yet in HA Plugwise.

@Getslow6
Copy link
Author

Ok, missed that. Thanks for all the effort!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants