Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Feature request: Show humidity #68

Closed
didiht opened this issue Jun 24, 2021 · 14 comments
Closed

Feature request: Show humidity #68

didiht opened this issue Jun 24, 2021 · 14 comments

Comments

@didiht
Copy link

didiht commented Jun 24, 2021

It would be nice to show humidity in HA if present.

Here is the output of pymultimatic 0.3.2 script example, e.g. humidity=57
get_system_vaillant.txt

pymultimatic 0.4.0 raises exceptions due to missing 'timeprogram' in 'dhw'.

Thanks

@thomasgermain
Copy link
Owner

It sounds it can be added directly to the climate entity.

By the way, does the VR51 (thermostat) have a "child lock" option ?

@thomasgermain
Copy link
Owner

Also, do you also have a "direct" water heater ? (I mean without water tank ?)

@didiht
Copy link
Author

didiht commented Jun 24, 2021

It sounds it can be added directly to the climate entity.
-> perfect

By the way, does the VR51 (thermostat) have a "child lock" option ?
-> Yes it has a child lock option

Also, do you also have a "direct" water heater ? (I mean without water tank ?)
-> Yes it is a direct water heater, there is no tank

Thank you very much, great job!

@thomasgermain
Copy link
Owner

Ok, fine :)

May I ask you to provide me with the result of this script (it should print all your rooms) ?

You have to provide your username, password and the url for which the response will be printed:
sh print_response.sh user passw ./print_response.ps1 user passw https://smart.vaillant.com/mobile/api/v4/facilities/{serial}/rbr/v1/rooms

or for windows: ./print_response.ps1 user passw https://smart.vaillant.com/mobile/api/v4/facilities/{serial}/rbr/v1/rooms.

Don't forget to remove some private info (like serial number, sgtin, etc.).

This is just to ensure the VR51 is the same format as VR50.

Thanks !

@didiht
Copy link
Author

didiht commented Jun 24, 2021

You are welcome :)

Here it is
rooms1_json.txt

Thanks!

@didiht didiht changed the title Featue request: Show humidity Feature request: Show humidity Jun 25, 2021
@thomasgermain
Copy link
Owner

release https://github.com/thomasgermain/vaillant-component/releases/tag/1.7.0b2 should display the humidity, could you confirm ?

@didiht
Copy link
Author

didiht commented Jun 30, 2021

Release https://github.com/thomasgermain/vaillant-component/releases/tag/1.7.0b2:

  • Sorry, but I cannot see humidity, neither as entity nor as part of climate
  • all 'binary_sensor' with 'battery', 'lock' and 'connectivity' entities have no name

Do you need more debug info?

@thomasgermain
Copy link
Owner

I'll put back binary sensors room name.
You should be able to see attributes en dev tool

@didiht
Copy link
Author

didiht commented Jun 30, 2021

Ah, OK.
I can see 'current_humidity' e.g. on entity 'climate.kinderzimmer' in dev tool 👍

Thanks!

@thomasgermain
Copy link
Owner

release https://github.com/thomasgermain/vaillant-component/releases/tag/1.7.0b3 should re-add the name of room's related binary sensors

@didiht
Copy link
Author

didiht commented Jun 30, 2021

Confirmation! Names are re-added.
Thanks

@didiht
Copy link
Author

didiht commented Jul 1, 2021

And I see a new entity hotwater 👍

Btw: Do you plan to show the value of humidity in the climate lovelace card?

@thomasgermain
Copy link
Owner

I can't do anything about the climate card. You can ask a feature request to show humidity maybe ? Or you can create an entity out of the current_humiity attribute, see https://www.home-assistant.io/integrations/template/

@didiht
Copy link
Author

didiht commented Jul 1, 2021

I expressed myself wrong, sorry. I mean the card of the termostat entity.

As I want to see the history I will follow your hint and create entities.

Thanks!

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

No branches or pull requests

2 participants