-
-
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
Climate control component for dhw in HA not present due to non functional select.boiler_dhw_comfort entity #299
Comments
The thermostat and boiler are different entities and not related. Let's look at both
|
With BC10 controller the |
- non-functional boiler_dhw_comfort : What is being shown in the list and what is not working? Does it work via the EMS-ESP WebUI and Console. Are there errors in your Home Assistant logs? Any errors in the EMS-ESP logs? From HA /config/logs it is showing only awarning for an missing attribute for tankbottomtemp Template variable warning: 'dict object' has no attribute 'tankbottomtemp' when rendering '{{value_json.tankbottomtemp}}' Inside EMS-ESP there are no error inside the log if i choose log level ERROR. It looks like HA is sending the data, but it is processed inside the EMS-ESP. I hope this info helps to understand the situation better. |
Michael is correct, your GB152 has a BC10 which is controlled manually with dials. It doesn't support comfort and I couldn't find it in the manual either. EMS-ESP can only simulate the functions that are supported by the actual EMS device. You could in theory create a climate control in Home Assistant based on the "Home Assistant HVAC" control, but it's not what is it intended for. But you can try with a few lines of code. See how to do this in https://www.home-assistant.io/integrations/climate.mqtt/ |
Thanks for the clarification :) @proddy and @MichaelDvP |
I've checked with my GB125 (not 152) with BC10, the boiler accepts the command (N5), keeps the setting (N6), but the BC10-controller instantly overwrite to hot again(N7). Knob is set to auto to allow changing dhw temperature over the bus (RC35/emsesp).
|
@MichaelDvP |
maybe a good thing to add the wiki under https://emsesp.github.io/docs/#/Troubleshooting?id=general |
@proddy You have already added this on 14.11.2021 and 15.12.2021. |
yes, but expanding with more examples like setting the comfort. On a side note, we have a lot of BC10's in the device_library.h which are probably not really BC10 controllers (the external chunky dial units). For example, my Nefit Trendline HRC30 (combi boiler) has a built in controller with productID 190 which shows up as a BC10. I think we need to rename them, but to what? @bbqkees ideas too? |
Entity select.boiler_dhw_comfort entity is not working properly and therefore no hot water control climate component is created.
Platform: 3.4.0a14
Home Assistant 2021.12.9
Hardware: ems-esp S32
Hardware heater: Buderus GB152
Hardware thermostat: RC35
http://ems-esp.local/api/system
system.txt
http://ems-esp.local/api/thermostat
thermostat.txt
BR Dirk
The text was updated successfully, but these errors were encountered: