-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
Extend "HK1 Mode" #1398
Comments
Difficult, log shows: Afaik the climate widget is fixed to modes off/heat/auto and can not be changed. HA users may correct me, i'm not using HA. |
Hallo Michael, Was meinst du mit "read 10 2B9"? |
But only with the entity select.thermostat_hc1_mode. The Home Assistant thermostat entity (climate.thermostat_hc1) cannot be used to change the mode from Auto to Off. |
I checked HA situation: BUT
|
have to admit, I used latest Testbuilt from Michael |
@Bingo2023 @t785634 are you still seeing issues with the HA climate control not showing the correct modes? It works for me, but I'm using a different thermostat |
We have now two different solutions, in the dev the mode is enhanced to off/manual/auto, but we learned RC300 doesn not have the off-mode. I feat we'll get complains from RC300 users for not working mode. In my test (dev2) i've made a split for RC300 types and BC400 thermostats for thermostat-mode and ww-mode. Don't know if product-id 4 and 253 are the only ones with this mode. Still null feedback if it works. |
@t785634 I can confirm what you describe. So in general the mode control with 3 values works good (off/manual/auto) but the HA implementation needs to be fixed. I'm new to HA so I don't know if EMS-ESP32 or HA... |
@proddy yes, the problem still exists |
can you use MQTT Explorer or something similar and dig out the MQTT Discovery topic and payload for the climate? It'll be something like I need to see the |
|
HA mode control fix see here: |
Thanks, i have never realized that mqtt enums are translated. Should they?
|
I think it is monitoring the topic "ems-esp/thermostat_data". In general it would be better not to translate mqtt twice, but at the moment large parts are already translated. |
I've checked the code for HA discovery, the translation is right and usefull. The config uses the translated fullname and the translated enum-options as list. Sorry for confusiong, but i'm not using HA and it's sometimes difficult to understand. So the change i've mentioned here #1398 (comment) should work. Please try. |
it is working. I did an Commit out of Visual Studio Code, don't know if this helps - it is my first commit :) |
Do you like to try a PR too? |
done. |
done, also merged into dev. Congrats on the PR @Bingo2023 ! |
SW: 3.6.3-dev.4
as you can see below, we should extend the hc1 mode:
Second pic is Buderus App (via MX300).
As I don't know what is the command in detail, I attached a log where I switched via App from "manual" to "Aus".
@MichaelDvP : should we confirm this via custom entity ?
log.txt
The text was updated successfully, but these errors were encountered: