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

Zen Thermostat No Ability to Set Emergency Mode #21960

Open
88fingerslukee opened this issue Mar 26, 2024 · 4 comments
Open

Zen Thermostat No Ability to Set Emergency Mode #21960

88fingerslukee opened this issue Mar 26, 2024 · 4 comments
Labels
problem Something isn't working

Comments

@88fingerslukee
Copy link

What happened?

Zen Thermostat works decently but I can't set it to Emergency Heat mode. For some reason the State of the device shows the system_mode as displaying "emergency_heating" when I set it from the thermostat but I can't read the system_mode number from the Dev console.

here is my state

{ "fan_mode": "auto", "fan_state": "ON", "linkquality": 76, "local_temperature": 20.8, "occupied_cooling_setpoint": 25, "occupied_heating_setpoint": 22, "running_mode": "heat", "system_mode": "emergency_heating", "update": { "installed_version": 528, "latest_version": 528, "state": "idle" }, "voltage": 6000, "local_temperature_calibration": null, "update_available": null }

What did you expect to happen?

No response

How to reproduce it (minimal and precise)

No response

Zigbee2MQTT version

1.36.0 commit: 86ed71c

Adapter firmware version

20230507

Adapter

Sonoff Zdongle-E

Setup

docker container

Debug log

No response

@88fingerslukee 88fingerslukee added the problem Something isn't working label Mar 26, 2024
@88fingerslukee
Copy link
Author

Okay, so the systemmode should have another option (5) that should be exposed as Emergency heating or Aux heating. Right now I can't set it because this mode isn't exposed.

@88fingerslukee
Copy link
Author

@Koenkk is there an easy way to add this functionality? I'm sorry, but I'm a little lost with the external config generation.

Koenkk added a commit to Koenkk/zigbee-herdsman-converters that referenced this issue Mar 31, 2024
@Koenkk
Copy link
Owner

Koenkk commented Mar 31, 2024

Added it.

Changes will be available in the dev branch in a few hours from now.

@88fingerslukee
Copy link
Author

@Koenkk emegency_heating is not a valid HVAC mode per HA. Is there a way to make this a preset instead?

Apparently custom presets are allowed as per the Climate developer guide.

@88fingerslukee 88fingerslukee reopened this Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
problem Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants