Closed patsch9 closed 3 years ago
Add fans instead
Add fans instead
how do I do that
# 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 .
fans is already set to true
And do you not have a fan entity?
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 %}'
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
No response from user.
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.