marq24 / ha-waterkotte

HACS integration for Waterkotte Heatpumps that can communicate locally via HTTP [build since 2018] - Supporting 'Geothermal Energy' as well as 'Air Source External Devices'. If you have any questions please don't hesitate to create a Issue or start a new Discussion @ github. Thanks in advance for supporting my work.
MIT License
11 stars 1 forks source link

Can't write values to my heat pump #17

Closed jahnenf closed 2 weeks ago

jahnenf commented 2 weeks ago

Checklist

Add a description

Hi, thanks for your great waterkotte integration.

But I'm having trouble writing values to my heat pump. I can read out all the sensors I'm interested in, but I can't change the values via home assistant. Neither the temperature set point nor the warm water operating mode.

What I noticed and found strange: The only way to install the integration was to select "easycon" mode, although I had to provide the user & password to login via browser.

FYI: I changed the temperature setpoint from 46 to 46.5 degrees in the attached log file. Regularly occurring errors can also be seen there.

home-assistant_waterkotte_heatpump_2024-09-11T08-15-45.493Z.log

Add your DEBUG log output

2024-09-11 09:59:13.782 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17714.0'' while read_values. EcoTag: WKHPTag.ENERGY_CONSUMPTION_TOTAL_YEAR t_values: ['17714.0', '27838.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17714.0'
2024-09-11 09:59:13.782 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17701.0'' while read_values. EcoTag: WKHPTag.COMPRESSOR_ELECTRIC_CONSUMPTION_YEAR t_values: ['17701.0', '-9856.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17701.0'
2024-09-11 09:59:13.783 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17094.0'' while read_values. EcoTag: WKHPTag.ELECTRICAL_HEATER_ELECTRIC_CONSUMPTION_YEAR t_values: ['17094.0', '16488.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17094.0'
2024-09-11 09:59:13.783 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '18002.0'' while read_values. EcoTag: WKHPTag.ENERGY_PRODUCTION_TOTAL_YEAR t_values: ['18002.0', '24493.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '18002.0'
2024-09-11 09:59:13.783 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17947.0'' while read_values. EcoTag: WKHPTag.HEATING_ENERGY_PRODUCTION_YEAR t_values: ['17947.0', '-30890.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17947.0'
2024-09-11 09:59:13.783 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17755.0'' while read_values. EcoTag: WKHPTag.HOT_WATER_ENERGY_PRODUCTION_YEAR t_values: ['17755.0', '24924.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17755.0'
2024-09-11 09:59:13.783 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17958.0'' while read_values. EcoTag: WKHPTag.COOLING_ENERGY_YEAR t_values: ['17958.0', '-9788.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17958.0'
2024-09-11 10:00:16.760 WARNING (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] <ClientResponse(http://192.168.178.67/config/xml.cgi?D%7C153%7C1103%7CA%7C1%7C463%7CI%7C5%7C4582) [200 OK]>
<CIMultiDictProxy('Content-Type': 'text/xml', 'Cache-Control': 'no-cache', 'Expires': '-1')>

2024-09-11 10:00:16.766 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17714.0'' while read_values. EcoTag: WKHPTag.ENERGY_CONSUMPTION_TOTAL_YEAR t_values: ['17714.0', '27838.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17714.0'
2024-09-11 10:00:16.766 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17701.0'' while read_values. EcoTag: WKHPTag.COMPRESSOR_ELECTRIC_CONSUMPTION_YEAR t_values: ['17701.0', '-9856.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17701.0'
2024-09-11 10:00:16.767 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17094.0'' while read_values. EcoTag: WKHPTag.ELECTRICAL_HEATER_ELECTRIC_CONSUMPTION_YEAR t_values: ['17094.0', '16488.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17094.0'
2024-09-11 10:00:16.767 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '18002.0'' while read_values. EcoTag: WKHPTag.ENERGY_PRODUCTION_TOTAL_YEAR t_values: ['18002.0', '24493.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '18002.0'
2024-09-11 10:00:16.767 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17947.0'' while read_values. EcoTag: WKHPTag.HEATING_ENERGY_PRODUCTION_YEAR t_values: ['17947.0', '-30890.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17947.0'
2024-09-11 10:00:16.767 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17755.0'' while read_values. EcoTag: WKHPTag.HOT_WATER_ENERGY_PRODUCTION_YEAR t_values: ['17755.0', '24924.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17755.0'
2024-09-11 10:00:16.767 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17958.0'' while read_values. EcoTag: WKHPTag.COOLING_ENERGY_YEAR t_values: ['17958.0', '-9788.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17958.0'
2024-09-11 10:01:19.713 WARNING (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] <ClientResponse(http://192.168.178.67/config/xml.cgi?D%7C153%7C1103%7CA%7C1%7C463%7CI%7C5%7C4582) [200 OK]>
<CIMultiDictProxy('Content-Type': 'text/xml', 'Cache-Control': 'no-cache', 'Expires': '-1')>

2024-09-11 10:01:19.720 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17714.0'' while read_values. EcoTag: WKHPTag.ENERGY_CONSUMPTION_TOTAL_YEAR t_values: ['17714.0', '27838.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17714.0'
2024-09-11 10:01:19.720 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17701.0'' while read_values. EcoTag: WKHPTag.COMPRESSOR_ELECTRIC_CONSUMPTION_YEAR t_values: ['17701.0', '-9856.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17701.0'
2024-09-11 10:01:19.721 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17094.0'' while read_values. EcoTag: WKHPTag.ELECTRICAL_HEATER_ELECTRIC_CONSUMPTION_YEAR t_values: ['17094.0', '16488.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17094.0'
2024-09-11 10:01:19.721 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '18002.0'' while read_values. EcoTag: WKHPTag.ENERGY_PRODUCTION_TOTAL_YEAR t_values: ['18002.0', '24493.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '18002.0'
2024-09-11 10:01:19.721 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17947.0'' while read_values. EcoTag: WKHPTag.HEATING_ENERGY_PRODUCTION_YEAR t_values: ['17947.0', '-30890.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17947.0'
2024-09-11 10:01:19.721 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17755.0'' while read_values. EcoTag: WKHPTag.HOT_WATER_ENERGY_PRODUCTION_YEAR t_values: ['17755.0', '24924.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17755.0'
2024-09-11 10:01:19.721 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17958.0'' while read_values. EcoTag: WKHPTag.COOLING_ENERGY_YEAR t_values: ['17958.0', '-9788.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17958.0'
2024-09-11 10:02:22.580 WARNING (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] <ClientResponse(http://192.168.178.67/config/xml.cgi?D%7C153%7C1103%7CA%7C1%7C463%7CI%7C5%7C4582) [200 OK]>
<CIMultiDictProxy('Content-Type': 'text/xml', 'Cache-Control': 'no-cache', 'Expires': '-1')>

2024-09-11 10:02:22.587 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17714.0'' while read_values. EcoTag: WKHPTag.ENERGY_CONSUMPTION_TOTAL_YEAR t_values: ['17714.0', '27838.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17714.0'
2024-09-11 10:02:22.587 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17701.0'' while read_values. EcoTag: WKHPTag.COMPRESSOR_ELECTRIC_CONSUMPTION_YEAR t_values: ['17701.0', '-9856.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17701.0'
2024-09-11 10:02:22.588 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17094.0'' while read_values. EcoTag: WKHPTag.ELECTRICAL_HEATER_ELECTRIC_CONSUMPTION_YEAR t_values: ['17094.0', '16488.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17094.0'
2024-09-11 10:02:22.588 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '18002.0'' while read_values. EcoTag: WKHPTag.ENERGY_PRODUCTION_TOTAL_YEAR t_values: ['18002.0', '24493.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '18002.0'
2024-09-11 10:02:22.588 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17947.0'' while read_values. EcoTag: WKHPTag.HEATING_ENERGY_PRODUCTION_YEAR t_values: ['17947.0', '-30890.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17947.0'
2024-09-11 10:02:22.588 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17755.0'' while read_values. EcoTag: WKHPTag.HOT_WATER_ENERGY_PRODUCTION_YEAR t_values: ['17755.0', '24924.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17755.0'
2024-09-11 10:02:22.588 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17958.0'' while read_values. EcoTag: WKHPTag.COOLING_ENERGY_YEAR t_values: ['17958.0', '-9788.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17958.0'
2024-09-11 10:03:25.653 WARNING (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] <ClientResponse(http://192.168.178.67/config/xml.cgi?D%7C153%7C1103%7CA%7C1%7C463%7CI%7C5%7C4582) [200 OK]>
<CIMultiDictProxy('Content-Type': 'text/xml', 'Cache-Control': 'no-cache', 'Expires': '-1')>

2024-09-11 10:03:25.660 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17714.0'' while read_values. EcoTag: WKHPTag.ENERGY_CONSUMPTION_TOTAL_YEAR t_values: ['17714.0', '27838.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17714.0'
2024-09-11 10:03:25.661 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17701.0'' while read_values. EcoTag: WKHPTag.COMPRESSOR_ELECTRIC_CONSUMPTION_YEAR t_values: ['17701.0', '-9856.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17701.0'
2024-09-11 10:03:25.661 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17094.0'' while read_values. EcoTag: WKHPTag.ELECTRICAL_HEATER_ELECTRIC_CONSUMPTION_YEAR t_values: ['17094.0', '16488.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17094.0'
2024-09-11 10:03:25.661 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '18002.0'' while read_values. EcoTag: WKHPTag.ENERGY_PRODUCTION_TOTAL_YEAR t_values: ['18002.0', '24493.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '18002.0'
2024-09-11 10:03:25.661 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17947.0'' while read_values. EcoTag: WKHPTag.HEATING_ENERGY_PRODUCTION_YEAR t_values: ['17947.0', '-30890.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17947.0'
2024-09-11 10:03:25.661 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17755.0'' while read_values. EcoTag: WKHPTag.HOT_WATER_ENERGY_PRODUCTION_YEAR t_values: ['17755.0', '24924.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17755.0'
2024-09-11 10:03:25.662 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17958.0'' while read_values. EcoTag: WKHPTag.COOLING_ENERGY_YEAR t_values: ['17958.0', '-9788.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17958.0'
2024-09-11 10:04:28.617 WARNING (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] <ClientResponse(http://192.168.178.67/config/xml.cgi?D%7C153%7C1103%7CA%7C1%7C463%7CI%7C5%7C4582) [200 OK]>
<CIMultiDictProxy('Content-Type': 'text/xml', 'Cache-Control': 'no-cache', 'Expires': '-1')>

2024-09-11 10:04:28.624 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17714.0'' while read_values. EcoTag: WKHPTag.ENERGY_CONSUMPTION_TOTAL_YEAR t_values: ['17714.0', '27838.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17714.0'
2024-09-11 10:04:28.624 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17701.0'' while read_values. EcoTag: WKHPTag.COMPRESSOR_ELECTRIC_CONSUMPTION_YEAR t_values: ['17701.0', '-9856.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17701.0'
2024-09-11 10:04:28.624 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17094.0'' while read_values. EcoTag: WKHPTag.ELECTRICAL_HEATER_ELECTRIC_CONSUMPTION_YEAR t_values: ['17094.0', '16488.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17094.0'
2024-09-11 10:04:28.625 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '18002.0'' while read_values. EcoTag: WKHPTag.ENERGY_PRODUCTION_TOTAL_YEAR t_values: ['18002.0', '24493.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '18002.0'
2024-09-11 10:04:28.625 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17947.0'' while read_values. EcoTag: WKHPTag.HEATING_ENERGY_PRODUCTION_YEAR t_values: ['17947.0', '-30890.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17947.0'
2024-09-11 10:04:28.625 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17755.0'' while read_values. EcoTag: WKHPTag.HOT_WATER_ENERGY_PRODUCTION_YEAR t_values: ['17755.0', '24924.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17755.0'
2024-09-11 10:04:28.625 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17958.0'' while read_values. EcoTag: WKHPTag.COOLING_ENERGY_YEAR t_values: ['17958.0', '-9788.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17958.0'
2024-09-11 10:05:31.703 WARNING (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] <ClientResponse(http://192.168.178.67/config/xml.cgi?D%7C153%7C1103%7CA%7C1%7C463%7CI%7C5%7C4582) [200 OK]>
<CIMultiDictProxy('Content-Type': 'text/xml', 'Cache-Control': 'no-cache', 'Expires': '-1')>

2024-09-11 10:05:31.710 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17714.0'' while read_values. EcoTag: WKHPTag.ENERGY_CONSUMPTION_TOTAL_YEAR t_values: ['17714.0', '27838.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17714.0'
2024-09-11 10:05:31.710 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17701.0'' while read_values. EcoTag: WKHPTag.COMPRESSOR_ELECTRIC_CONSUMPTION_YEAR t_values: ['17701.0', '-9856.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17701.0'
2024-09-11 10:05:31.710 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17094.0'' while read_values. EcoTag: WKHPTag.ELECTRICAL_HEATER_ELECTRIC_CONSUMPTION_YEAR t_values: ['17094.0', '16488.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17094.0'
2024-09-11 10:05:31.711 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '18002.0'' while read_values. EcoTag: WKHPTag.ENERGY_PRODUCTION_TOTAL_YEAR t_values: ['18002.0', '24493.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '18002.0'
2024-09-11 10:05:31.711 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17947.0'' while read_values. EcoTag: WKHPTag.HEATING_ENERGY_PRODUCTION_YEAR t_values: ['17947.0', '-30890.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17947.0'
2024-09-11 10:05:31.711 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17755.0'' while read_values. EcoTag: WKHPTag.HOT_WATER_ENERGY_PRODUCTION_YEAR t_values: ['17755.0', '24924.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17755.0'
2024-09-11 10:05:31.711 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17958.0'' while read_values. EcoTag: WKHPTag.COOLING_ENERGY_YEAR t_values: ['17958.0', '-9788.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17958.0'
2024-09-11 10:06:34.373 WARNING (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] <ClientResponse(http://192.168.178.67/config/xml.cgi?D%7C153%7C1103%7CA%7C1%7C463%7CI%7C5%7C4582) [200 OK]>
<CIMultiDictProxy('Content-Type': 'text/xml', 'Cache-Control': 'no-cache', 'Expires': '-1')>

2024-09-11 10:06:34.380 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17714.0'' while read_values. EcoTag: WKHPTag.ENERGY_CONSUMPTION_TOTAL_YEAR t_values: ['17714.0', '27838.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17714.0'
2024-09-11 10:06:34.380 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17701.0'' while read_values. EcoTag: WKHPTag.COMPRESSOR_ELECTRIC_CONSUMPTION_YEAR t_values: ['17701.0', '-9856.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17701.0'
2024-09-11 10:06:34.381 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17094.0'' while read_values. EcoTag: WKHPTag.ELECTRICAL_HEATER_ELECTRIC_CONSUMPTION_YEAR t_values: ['17094.0', '16488.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17094.0'
2024-09-11 10:06:34.381 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '18002.0'' while read_values. EcoTag: WKHPTag.ENERGY_PRODUCTION_TOTAL_YEAR t_values: ['18002.0', '24493.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '18002.0'
2024-09-11 10:06:34.381 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17947.0'' while read_values. EcoTag: WKHPTag.HEATING_ENERGY_PRODUCTION_YEAR t_values: ['17947.0', '-30890.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17947.0'
2024-09-11 10:06:34.381 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17755.0'' while read_values. EcoTag: WKHPTag.HOT_WATER_ENERGY_PRODUCTION_YEAR t_values: ['17755.0', '24924.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17755.0'
2024-09-11 10:06:34.381 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17958.0'' while read_values. EcoTag: WKHPTag.COOLING_ENERGY_YEAR t_values: ['17958.0', '-9788.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17958.0'
2024-09-11 10:07:37.762 WARNING (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] <ClientResponse(http://192.168.178.67/config/xml.cgi?D%7C153%7C1103%7CA%7C1%7C463%7CI%7C5%7C4582) [200 OK]>
<CIMultiDictProxy('Content-Type': 'text/xml', 'Cache-Control': 'no-cache', 'Expires': '-1')>

2024-09-11 10:07:37.770 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17714.0'' while read_values. EcoTag: WKHPTag.ENERGY_CONSUMPTION_TOTAL_YEAR t_values: ['17714.0', '27838.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17714.0'
2024-09-11 10:07:37.770 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17701.0'' while read_values. EcoTag: WKHPTag.COMPRESSOR_ELECTRIC_CONSUMPTION_YEAR t_values: ['17701.0', '-9856.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17701.0'
2024-09-11 10:07:37.770 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17094.0'' while read_values. EcoTag: WKHPTag.ELECTRICAL_HEATER_ELECTRIC_CONSUMPTION_YEAR t_values: ['17094.0', '16488.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17094.0'
2024-09-11 10:07:37.770 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '18002.0'' while read_values. EcoTag: WKHPTag.ENERGY_PRODUCTION_TOTAL_YEAR t_values: ['18002.0', '24493.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '18002.0'
2024-09-11 10:07:37.770 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17947.0'' while read_values. EcoTag: WKHPTag.HEATING_ENERGY_PRODUCTION_YEAR t_values: ['17947.0', '-30890.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17947.0'
2024-09-11 10:07:37.770 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17755.0'' while read_values. EcoTag: WKHPTag.HOT_WATER_ENERGY_PRODUCTION_YEAR t_values: ['17755.0', '24924.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17755.0'
2024-09-11 10:07:37.771 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17958.0'' while read_values. EcoTag: WKHPTag.COOLING_ENERGY_YEAR t_values: ['17958.0', '-9788.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17958.0'
2024-09-11 10:08:40.615 WARNING (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] <ClientResponse(http://192.168.178.67/config/xml.cgi?D%7C153%7C1103%7CA%7C1%7C463%7CI%7C5%7C4582) [200 OK]>
<CIMultiDictProxy('Content-Type': 'text/xml', 'Cache-Control': 'no-cache', 'Expires': '-1')>

2024-09-11 10:08:40.622 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17714.0'' while read_values. EcoTag: WKHPTag.ENERGY_CONSUMPTION_TOTAL_YEAR t_values: ['17714.0', '27838.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17714.0'
2024-09-11 10:08:40.622 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17701.0'' while read_values. EcoTag: WKHPTag.COMPRESSOR_ELECTRIC_CONSUMPTION_YEAR t_values: ['17701.0', '-9856.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17701.0'
2024-09-11 10:08:40.622 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17094.0'' while read_values. EcoTag: WKHPTag.ELECTRICAL_HEATER_ELECTRIC_CONSUMPTION_YEAR t_values: ['17094.0', '16488.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17094.0'
2024-09-11 10:08:40.623 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '18002.0'' while read_values. EcoTag: WKHPTag.ENERGY_PRODUCTION_TOTAL_YEAR t_values: ['18002.0', '24493.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '18002.0'
2024-09-11 10:08:40.623 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17947.0'' while read_values. EcoTag: WKHPTag.HEATING_ENERGY_PRODUCTION_YEAR t_values: ['17947.0', '-30890.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17947.0'
2024-09-11 10:08:40.623 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17755.0'' while read_values. EcoTag: WKHPTag.HOT_WATER_ENERGY_PRODUCTION_YEAR t_values: ['17755.0', '24924.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17755.0'
2024-09-11 10:08:40.623 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17958.0'' while read_values. EcoTag: WKHPTag.COOLING_ENERGY_YEAR t_values: ['17958.0', '-9788.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17958.0'
2024-09-11 10:09:43.674 WARNING (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] <ClientResponse(http://192.168.178.67/config/xml.cgi?D%7C153%7C1103%7CA%7C1%7C463%7CI%7C5%7C4582) [200 OK]>
<CIMultiDictProxy('Content-Type': 'text/xml', 'Cache-Control': 'no-cache', 'Expires': '-1')>

2024-09-11 10:09:43.681 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17714.0'' while read_values. EcoTag: WKHPTag.ENERGY_CONSUMPTION_TOTAL_YEAR t_values: ['17714.0', '27838.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17714.0'
2024-09-11 10:09:43.681 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17701.0'' while read_values. EcoTag: WKHPTag.COMPRESSOR_ELECTRIC_CONSUMPTION_YEAR t_values: ['17701.0', '-9856.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17701.0'
2024-09-11 10:09:43.681 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17094.0'' while read_values. EcoTag: WKHPTag.ELECTRICAL_HEATER_ELECTRIC_CONSUMPTION_YEAR t_values: ['17094.0', '16488.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17094.0'
2024-09-11 10:09:43.681 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '18002.0'' while read_values. EcoTag: WKHPTag.ENERGY_PRODUCTION_TOTAL_YEAR t_values: ['18002.0', '24493.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '18002.0'
2024-09-11 10:09:43.682 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17947.0'' while read_values. EcoTag: WKHPTag.HEATING_ENERGY_PRODUCTION_YEAR t_values: ['17947.0', '-30890.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17947.0'
2024-09-11 10:09:43.682 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17755.0'' while read_values. EcoTag: WKHPTag.HOT_WATER_ENERGY_PRODUCTION_YEAR t_values: ['17755.0', '24924.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17755.0'
2024-09-11 10:09:43.682 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17958.0'' while read_values. EcoTag: WKHPTag.COOLING_ENERGY_YEAR t_values: ['17958.0', '-9788.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17958.0'
2024-09-11 10:10:46.698 WARNING (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] <ClientResponse(http://192.168.178.67/config/xml.cgi?D%7C153%7C1103%7CA%7C1%7C463%7CI%7C5%7C4582) [200 OK]>
<CIMultiDictProxy('Content-Type': 'text/xml', 'Cache-Control': 'no-cache', 'Expires': '-1')>

2024-09-11 10:10:46.705 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17714.0'' while read_values. EcoTag: WKHPTag.ENERGY_CONSUMPTION_TOTAL_YEAR t_values: ['17714.0', '27838.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17714.0'
2024-09-11 10:10:46.705 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17701.0'' while read_values. EcoTag: WKHPTag.COMPRESSOR_ELECTRIC_CONSUMPTION_YEAR t_values: ['17701.0', '-9856.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17701.0'
2024-09-11 10:10:46.705 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17094.0'' while read_values. EcoTag: WKHPTag.ELECTRICAL_HEATER_ELECTRIC_CONSUMPTION_YEAR t_values: ['17094.0', '16488.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17094.0'
2024-09-11 10:10:46.705 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '18002.0'' while read_values. EcoTag: WKHPTag.ENERGY_PRODUCTION_TOTAL_YEAR t_values: ['18002.0', '24493.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '18002.0'
2024-09-11 10:10:46.705 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17947.0'' while read_values. EcoTag: WKHPTag.HEATING_ENERGY_PRODUCTION_YEAR t_values: ['17947.0', '-30890.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17947.0'
2024-09-11 10:10:46.706 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17755.0'' while read_values. EcoTag: WKHPTag.HOT_WATER_ENERGY_PRODUCTION_YEAR t_values: ['17755.0', '24924.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17755.0'
2024-09-11 10:10:46.706 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17958.0'' while read_values. EcoTag: WKHPTag.COOLING_ENERGY_YEAR t_values: ['17958.0', '-9788.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17958.0'
2024-09-11 10:11:50.784 WARNING (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] <ClientResponse(http://192.168.178.67/config/xml.cgi?D%7C153%7C1103%7CA%7C1%7C463%7CI%7C5%7C4582) [200 OK]>
<CIMultiDictProxy('Content-Type': 'text/xml', 'Cache-Control': 'no-cache', 'Expires': '-1')>

2024-09-11 10:11:50.791 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17714.0'' while read_values. EcoTag: WKHPTag.ENERGY_CONSUMPTION_TOTAL_YEAR t_values: ['17714.0', '27838.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17714.0'
2024-09-11 10:11:50.791 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17701.0'' while read_values. EcoTag: WKHPTag.COMPRESSOR_ELECTRIC_CONSUMPTION_YEAR t_values: ['17701.0', '-9856.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17701.0'
2024-09-11 10:11:50.792 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17094.0'' while read_values. EcoTag: WKHPTag.ELECTRICAL_HEATER_ELECTRIC_CONSUMPTION_YEAR t_values: ['17094.0', '16488.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17094.0'
2024-09-11 10:11:50.792 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '18002.0'' while read_values. EcoTag: WKHPTag.ENERGY_PRODUCTION_TOTAL_YEAR t_values: ['18002.0', '24493.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '18002.0'
2024-09-11 10:11:50.792 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17947.0'' while read_values. EcoTag: WKHPTag.HEATING_ENERGY_PRODUCTION_YEAR t_values: ['17947.0', '-30890.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17947.0'
2024-09-11 10:11:50.792 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17755.0'' while read_values. EcoTag: WKHPTag.HOT_WATER_ENERGY_PRODUCTION_YEAR t_values: ['17755.0', '24924.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17755.0'
2024-09-11 10:11:50.792 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17958.0'' while read_values. EcoTag: WKHPTag.COOLING_ENERGY_YEAR t_values: ['17958.0', '-9788.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17958.0'
2024-09-11 10:12:53.840 WARNING (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] <ClientResponse(http://192.168.178.67/config/xml.cgi?D%7C153%7C1103%7CA%7C1%7C463%7CI%7C5%7C4582) [200 OK]>
<CIMultiDictProxy('Content-Type': 'text/xml', 'Cache-Control': 'no-cache', 'Expires': '-1')>

2024-09-11 10:12:53.847 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17714.0'' while read_values. EcoTag: WKHPTag.ENERGY_CONSUMPTION_TOTAL_YEAR t_values: ['17714.0', '27838.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17714.0'
2024-09-11 10:12:53.847 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17701.0'' while read_values. EcoTag: WKHPTag.COMPRESSOR_ELECTRIC_CONSUMPTION_YEAR t_values: ['17701.0', '-9856.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17701.0'
2024-09-11 10:12:53.848 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17094.0'' while read_values. EcoTag: WKHPTag.ELECTRICAL_HEATER_ELECTRIC_CONSUMPTION_YEAR t_values: ['17094.0', '16488.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17094.0'
2024-09-11 10:12:53.848 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '18002.0'' while read_values. EcoTag: WKHPTag.ENERGY_PRODUCTION_TOTAL_YEAR t_values: ['18002.0', '24493.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '18002.0'
2024-09-11 10:12:53.848 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17947.0'' while read_values. EcoTag: WKHPTag.HEATING_ENERGY_PRODUCTION_YEAR t_values: ['17947.0', '-30890.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17947.0'
2024-09-11 10:12:53.848 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17755.0'' while read_values. EcoTag: WKHPTag.HOT_WATER_ENERGY_PRODUCTION_YEAR t_values: ['17755.0', '24924.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17755.0'
2024-09-11 10:12:53.848 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17958.0'' while read_values. EcoTag: WKHPTag.COOLING_ENERGY_YEAR t_values: ['17958.0', '-9788.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17958.0'
2024-09-11 10:13:56.895 WARNING (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] <ClientResponse(http://192.168.178.67/config/xml.cgi?D%7C153%7C1103%7CA%7C1%7C463%7CI%7C5%7C4582) [200 OK]>
<CIMultiDictProxy('Content-Type': 'text/xml', 'Cache-Control': 'no-cache', 'Expires': '-1')>

2024-09-11 10:13:56.906 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17714.0'' while read_values. EcoTag: WKHPTag.ENERGY_CONSUMPTION_TOTAL_YEAR t_values: ['17714.0', '27838.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17714.0'
2024-09-11 10:13:56.907 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17701.0'' while read_values. EcoTag: WKHPTag.COMPRESSOR_ELECTRIC_CONSUMPTION_YEAR t_values: ['17701.0', '-9856.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17701.0'
2024-09-11 10:13:56.907 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17094.0'' while read_values. EcoTag: WKHPTag.ELECTRICAL_HEATER_ELECTRIC_CONSUMPTION_YEAR t_values: ['17094.0', '16488.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17094.0'
2024-09-11 10:13:56.907 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '18002.0'' while read_values. EcoTag: WKHPTag.ENERGY_PRODUCTION_TOTAL_YEAR t_values: ['18002.0', '24493.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '18002.0'
2024-09-11 10:13:56.908 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17947.0'' while read_values. EcoTag: WKHPTag.HEATING_ENERGY_PRODUCTION_YEAR t_values: ['17947.0', '-30890.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17947.0'
2024-09-11 10:13:56.908 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17755.0'' while read_values. EcoTag: WKHPTag.HOT_WATER_ENERGY_PRODUCTION_YEAR t_values: ['17755.0', '24924.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17755.0'
2024-09-11 10:13:56.909 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17958.0'' while read_values. EcoTag: WKHPTag.COOLING_ENERGY_YEAR t_values: ['17958.0', '-9788.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17958.0'
2024-09-11 10:14:59.837 WARNING (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] <ClientResponse(http://192.168.178.67/config/xml.cgi?D%7C153%7C1103%7CA%7C1%7C463%7CI%7C5%7C4582) [200 OK]>
<CIMultiDictProxy('Content-Type': 'text/xml', 'Cache-Control': 'no-cache', 'Expires': '-1')>

2024-09-11 10:14:59.844 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17714.0'' while read_values. EcoTag: WKHPTag.ENERGY_CONSUMPTION_TOTAL_YEAR t_values: ['17714.0', '27838.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17714.0'
2024-09-11 10:14:59.845 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17701.0'' while read_values. EcoTag: WKHPTag.COMPRESSOR_ELECTRIC_CONSUMPTION_YEAR t_values: ['17701.0', '-9856.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17701.0'
2024-09-11 10:14:59.845 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17094.0'' while read_values. EcoTag: WKHPTag.ELECTRICAL_HEATER_ELECTRIC_CONSUMPTION_YEAR t_values: ['17094.0', '16488.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17094.0'
2024-09-11 10:14:59.845 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '18002.0'' while read_values. EcoTag: WKHPTag.ENERGY_PRODUCTION_TOTAL_YEAR t_values: ['18002.0', '24493.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '18002.0'
2024-09-11 10:14:59.845 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17947.0'' while read_values. EcoTag: WKHPTag.HEATING_ENERGY_PRODUCTION_YEAR t_values: ['17947.0', '-30890.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17947.0'
2024-09-11 10:14:59.846 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17755.0'' while read_values. EcoTag: WKHPTag.HOT_WATER_ENERGY_PRODUCTION_YEAR t_values: ['17755.0', '24924.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17755.0'
2024-09-11 10:14:59.846 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17958.0'' while read_values. EcoTag: WKHPTag.COOLING_ENERGY_YEAR t_values: ['17958.0', '-9788.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17958.0'
2024-09-11 10:15:34.036 INFO (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] before writing WKHPTags -> 1 tags
2024-09-11 10:15:34.036 INFO (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] going to request 1 tags in a single call from waterkotte@192.168.178.67
2024-09-11 10:15:34.048 WARNING (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] 404, message='Not Found', url='http://192.168.178.67/cgi/writeTags?n=1&returnValue=true&rnd=1726042534037&t1=A38&v1=461'
2024-09-11 10:15:34.049 DEBUG (MainThread) [custom_components.waterkotte_heatpump] write result: {}
2024-09-11 10:15:34.049 ERROR (MainThread) [custom_components.waterkotte_heatpump] could not write value: '46.1' to: WKHPTag.TEMPERATURE_WATER_SETPOINT result was: {}
2024-09-11 10:15:34.049 INFO (MainThread) [custom_components.waterkotte_heatpump] number of entities to query: 92 (1 entity can consist of n-tags)
2024-09-11 10:15:34.256 INFO (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] before writing WKHPTags -> 1 tags
2024-09-11 10:15:34.256 INFO (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] going to request 1 tags in a single call from waterkotte@192.168.178.67
2024-09-11 10:15:34.265 WARNING (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] 404, message='Not Found', url='http://192.168.178.67/cgi/writeTags?n=1&returnValue=true&rnd=1726042534256&t1=A38&v1=462'
2024-09-11 10:15:34.265 DEBUG (MainThread) [custom_components.waterkotte_heatpump] write result: {}
2024-09-11 10:15:34.265 ERROR (MainThread) [custom_components.waterkotte_heatpump] could not write value: '46.2' to: WKHPTag.TEMPERATURE_WATER_SETPOINT result was: {}
2024-09-11 10:15:34.482 INFO (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] before writing WKHPTags -> 1 tags
2024-09-11 10:15:34.482 INFO (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] going to request 1 tags in a single call from waterkotte@192.168.178.67
2024-09-11 10:15:34.493 WARNING (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] 404, message='Not Found', url='http://192.168.178.67/cgi/writeTags?n=1&returnValue=true&rnd=1726042534483&t1=A38&v1=463'
2024-09-11 10:15:34.493 DEBUG (MainThread) [custom_components.waterkotte_heatpump] write result: {}
2024-09-11 10:15:34.493 ERROR (MainThread) [custom_components.waterkotte_heatpump] could not write value: '46.3' to: WKHPTag.TEMPERATURE_WATER_SETPOINT result was: {}
2024-09-11 10:15:34.690 INFO (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] before writing WKHPTags -> 1 tags
2024-09-11 10:15:34.691 INFO (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] going to request 1 tags in a single call from waterkotte@192.168.178.67
2024-09-11 10:15:34.701 WARNING (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] 404, message='Not Found', url='http://192.168.178.67/cgi/writeTags?n=1&returnValue=true&rnd=1726042534691&t1=A38&v1=464'
2024-09-11 10:15:34.701 DEBUG (MainThread) [custom_components.waterkotte_heatpump] write result: {}
2024-09-11 10:15:34.702 ERROR (MainThread) [custom_components.waterkotte_heatpump] could not write value: '46.4' to: WKHPTag.TEMPERATURE_WATER_SETPOINT result was: {}
2024-09-11 10:15:37.472 WARNING (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] <ClientResponse(http://192.168.178.67/config/xml.cgi?D%7C153%7C1103%7CA%7C1%7C463%7CI%7C5%7C4582) [200 OK]>
<CIMultiDictProxy('Content-Type': 'text/xml', 'Cache-Control': 'no-cache', 'Expires': '-1')>

2024-09-11 10:15:37.480 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17714.0'' while read_values. EcoTag: WKHPTag.ENERGY_CONSUMPTION_TOTAL_YEAR t_values: ['17714.0', '27838.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17714.0'
2024-09-11 10:15:37.480 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17701.0'' while read_values. EcoTag: WKHPTag.COMPRESSOR_ELECTRIC_CONSUMPTION_YEAR t_values: ['17701.0', '-9856.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17701.0'
2024-09-11 10:15:37.480 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17094.0'' while read_values. EcoTag: WKHPTag.ELECTRICAL_HEATER_ELECTRIC_CONSUMPTION_YEAR t_values: ['17094.0', '16488.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17094.0'
2024-09-11 10:15:37.481 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '18002.0'' while read_values. EcoTag: WKHPTag.ENERGY_PRODUCTION_TOTAL_YEAR t_values: ['18002.0', '24493.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '18002.0'
2024-09-11 10:15:37.481 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17947.0'' while read_values. EcoTag: WKHPTag.HEATING_ENERGY_PRODUCTION_YEAR t_values: ['17947.0', '-30890.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17947.0'
2024-09-11 10:15:37.481 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17755.0'' while read_values. EcoTag: WKHPTag.HOT_WATER_ENERGY_PRODUCTION_YEAR t_values: ['17755.0', '24924.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17755.0'
2024-09-11 10:15:37.481 ERROR (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] Exception of type 'invalid literal for int() with base 10: '17958.0'' while read_values. EcoTag: WKHPTag.COOLING_ENERGY_YEAR t_values: ['17958.0', '-9788.0'] t_states: ['S_OK', 'S_OK'] -> invalid literal for int() with base 10: '17958.0'
2024-09-11 10:15:37.481 INFO (MainThread) [custom_components.waterkotte_heatpump] number of entity values read: 85
2024-09-11 10:15:37.482 DEBUG (MainThread) [custom_components.waterkotte_heatpump] Finished fetching waterkotte_heatpump data in 3.433 seconds (success: True)
2024-09-11 10:15:37.546 INFO (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] before writing WKHPTags -> 1 tags
2024-09-11 10:15:37.546 INFO (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] going to request 1 tags in a single call from waterkotte@192.168.178.67
2024-09-11 10:15:37.563 WARNING (MainThread) [custom_components.waterkotte_heatpump.pywaterkotte_ha] 404, message='Not Found', url='http://192.168.178.67/cgi/writeTags?n=1&returnValue=true&rnd=1726042537547&t1=A38&v1=465'
2024-09-11 10:15:37.563 DEBUG (MainThread) [custom_components.waterkotte_heatpump] write result: {}
2024-09-11 10:15:37.563 ERROR (MainThread) [custom_components.waterkotte_heatpump] could not write value: '46.5' to: WKHPTag.TEMPERATURE_WATER_SETPOINT result was: {}
marq24 commented 2 weeks ago

Then, the log state, that http://192.168.178.67/cgi/writeTags?n=1&returnValue=true&rnd=1726042537547&t1=A38&v1=465 is not available - this is the write statement for the ecotouch - so I probably have messed something up!

The other error in the log must be fixed too - invalid literal for int() with base 10... but that's a different story (and can hopefully be fixed quite easy)

marq24 commented 2 weeks ago

@jahnenf can you please update via HACS to the 2024.9.1 PRERELEASE and let me know, if both bugs are fixed?

jahnenf commented 2 weeks ago

Many thanks for your really fast response and rework. Both bugs are fixed and everything works well.

marq24 commented 2 weeks ago

I have one question - can you share the login screen of the webgui of your waterkotte - since you are the only "ecocon" user I am aware of - and I would enhance the documentation - TIA!

jahnenf commented 2 weeks ago

Hope i got you right :D Just a pic from the UI where I enter my credentials?

LoginScreen

marq24 commented 2 weeks ago

Danke & Interessant - da wird man auf eine basic-auth URL weitergeleitet (um dort dann user & pwd einzugeben) - um dann auf einer Seite zu laden, die dann gar keine Autorisierung benötigt - also der interne HA HTTP client kann ohne login mit dem entsprechenden cgi script sprechen und daten abholen & senden... -> muss keiner verstehen...

Bei den neueren Modellen muss man sich zwar für den Zugriff zwar autorisieren - doch dann kann man alles machen, was man möchte - auch tiefste (eigentlich nur dem ServiceTechniker vorbehaltenden) Dinge...

Mal sehen, wie ich das in der Doku "verwursten" kann, dass es auch bei der easycon ein "login" gibt... aber das man eigentlich nicht benötigt :-/