Fix vendor, state and add cooling mode to Bosch room thermostat II 230V (BTH-RM230Z) - #8084
Conversation
|
Hey @aSauerwein, thanks for your pull request! Tip Modified bundles can be downloaded here. DDB changesModified
ValidationTip Everything is fine ! 🕛 Updated for commit 60130f3 |
|
Hello @aSauerwein, the manufacturer name is really written in lower case but according to your description the device does not have an on/off cluster (0006). Maybe @SwoopX knows another way. |
|
Hi together, that this works, is more or less a coincidence due to the fact that we've bent a lot back in the days to make things appear to work. So this is legacy heritage which will cease to function once the older code gets more and more removed over time. To have it sustainable, the parser function for the attribute needs to be properly defined to fit the attribute at hand. So, it would be probably like this (also considering we might want to read the value to not solely rely on reporting): |
|
Hello @aSauerwein, here is the adapted DDF for the Changes:
|
|
thanks @mattreim ! |
|
I think the title needs to be adjusted. |
|
Hi are the changes ok now so this PR can be merged? |
|
@manup Both devices are now the same again ( And it could be an enhancement with the title: |
|
This pull request is now merged. The new DDB files have been uploaded to the store. DDB FilesModified
🕚 Updated for commit 59a764d |



Hi!
I've added the
state/onand fixed the changed the Vendor toBosch.with the
state/onthe devices correctly shows heating in Homeassistant when it's actually heating.also I realized that my thermostat were running in draft mode, because the vendor was wrong in the ddf file.