elupus / hass_nibe

Home Assistant Nibe Uplink Integration
185 stars 54 forks source link

State of ventilation_boost #45

Closed patsch9 closed 3 years ago

patsch9 commented 5 years ago

When you add the ventilation_boost switch, the "on" state of the switch can not be displayed. The "off" value from ventilation boost returns 0 and the "on" value returns 4. The switch only reacts to 0 for off and 1 for on.

elupus commented 5 years ago

Add fans instead

patsch9 commented 5 years ago

Add fans instead

how do I do that

elupus commented 5 years ago
      # Optional fan entities
      fans: True

Den mån 19 aug. 2019 12:46pseckd notifications@github.com skrev:

Add fans instead

how do I do that

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/elupus/hass_nibe/issues/45?email_source=notifications&email_token=AADV5IGZCXWANEFY6VIXR53QFJ2OVA5CNFSM4IM4SOU2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4SPGAY#issuecomment-522515203, or mute the thread https://github.com/notifications/unsubscribe-auth/AADV5IGL7AVHL3SD57LVE5LQFJ2OVANCNFSM4IM4SOUQ .

patsch9 commented 5 years ago

fans is already set to true

elupus commented 5 years ago

And do you not have a fan entity?

patsch9 commented 5 years ago

i only can fix this yet by using a template switch with following template_value: '{% if is_state_attr("switch.nibe_XXXXX_ventilation_boost", "display_value", "speed 4 (100%)") %} on{% else %} off {% endif %}'

elupus commented 4 years ago

could you give me a debug log. Add this to your configuration and restart.

logger: default: info logs: custom_components.nibe: debug custom_components.nibe.entity: debug custom_components.climate.nibe: debug custom_components.sensor.nibe: debug custom_components.water_heater.nibe: debug nibeuplink: debug

elupus commented 3 years ago

No response from user.