-
-
Notifications
You must be signed in to change notification settings - Fork 104
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Write command failed callback function failed on Bosch FW200/FB10 and FB100 #773
Comments
similar to #772 something is broken for sure! |
@akanto Does it work with hc set: @proddy No, not similar, #772 is v3.5 with HA climate (off/heat/auto), here it is v3.4.4 and Junkers commands. The mode setting in v3.5 is different because of localization and a climate enum is missing, Set here:
with a new enum_mode_ha (off, heat, auto) |
I have seen #772, but I am using v3.4.4 release, and to narrow down the error surface, I am just using the EMS ESP frontend directly and not HA. @MichaelDvP Changing values on the boiler work correctly. I have tried to change the "dhw comfort" to eco/hot on the boiler and it was correctly applied, so it seems that I have problems with the thermostats only. |
What about other thermostat commands? |
No write command works on any thermostat, only changing values directly on the boiler works correctly. |
from the Console too? Can you show the output so we can reproduce |
I have tried from the UI only, but I will try to figure out how it can be done directly from the console. |
I would also test v3.5. If this is an actual bug, we'd most likely fix it in the dev version which is v3.5 and not do another 3.4.5 release. |
Unfortunately, I was unable to figure out what is the proper telnet command to set anything.
The help command did not really guide me on how to set either the "hc1 mode" to e.g. "eco" or the selected room temperature. When I did some educated guesses, and I issued commands like:
The entire device was just restarted automatically. |
Typing And when you in the console hit TAB and it'll show you the next available commands. So in your case the command is You can also call this direct from an MQTT topic or the HTTP API using
That's a new bug! I'll make a new GH issue for that to fix. |
Thanks. So I was able to test the command:
It looks like hc1 and hc2 can be controlled with the above commands over telnet, what is odd, is that if I go to the UI and change the settings there it is also successful now... So I don't understand, because it seems that the original issue has disappeared for hc1 and hc2. Regarding hc3, it seems that the So, in a nutshell, I can control hc1 and hc2 over telnet console and over UI as well (what I don't understand, since I had changed nothing), but at least it works now. The hc3 can't be controlled either from the telnet console or from UI, might be related to your former patch that was a fix for the tricky bosch setup: #336 (comment) I have executed a few |
This is the same problem with multiple thermostats as in #826 and is fixed in v3.5. |
Ah, ok, let me try to upgrade to the latest dev version again. What I have seen in v3.5 is that you have changed mqtt entity names, so I need to do some changes in HA, which might take some time. |
if you take the latest dev build, it wil be backwards compatible and your old HA entities will still work. |
Thanks, you are right it works with the latest dev build, so we can consider this issue as solved. However the frontend is broken for me on the latest dev build, I have filed this issue: #847 |
I think your'e not on the latest. This was s Copy past error in my first commit.
|
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Bug description
I have upgraded to 3.4.4 and after that, I can't change any thermostat value anymore due to a "write command failed error message".
Before the upgrade, I used this version: #336 (comment)
Steps to reproduce
I have tried to change from "auto" heating mode to "eco", and "heat" and it just failed:
log.txt
I have seen the same error when I just tried to control the temperature, but it looks like that reading data works correctly and whenever I change anything directly on the thermostat it is reflected back to ems-esp.
The text was updated successfully, but these errors were encountered: