Cool and I was right in thinking that there is some response data…
Which means we should try to see if there is a difference if multiple values are set and what the response to an invalid value is…
Could you please set multiple values:
pi@test-raspberrypi:~ $ curl -vv 'http://192.168.0.193/config/query.cgi?var%7CI%7C1255%7C20%7Cvar%7CI%7C1256%7C01%7Cvar%7CI%7C1257%7C31%7Cvar%7CI%7C1258%7C01%7Cvar%7CI%7C1259%7C23%7C'
* Trying 192.168.0.193:80...
* Connected to 192.168.0.193 (192.168.0.193) port 80 (#0)
> GET /config/query.cgi?var%7CI%7C1255%7C20%7Cvar%7CI%7C1256%7C01%7Cvar%7CI%7C1257%7C31%7Cvar%7CI%7C1258%7C01%7Cvar%7CI%7C1259%7C23%7C HTTP/1.1
> Host: 192.168.0.193
> User-Agent: curl/7.74.0
> Accept: */*
>
* Mark bundle as not supporting multiuse
* HTTP 1.0, assume close after body
< HTTP/1.0 200 OK
<
<html><head></head><body><pre>Operation completed succesfully
</pre></body></html>
* Closing connection 0
pi@test-raspberrypi:~ $ curl 'http://192.168.0.193/config/query.cgi?var%7CD%7C420%7C5%7C'
<html><head></head><body><pre>Error setting variable type D index 420 to value 5
</pre></body></html>
pi@test-raspberrypi:~ $ curl -vv 'http://192.168.0.193/config/query.cgi?var%7CD%7C420%7C5%7C'
* Trying 192.168.0.193:80...
* Connected to 192.168.0.193 (192.168.0.193) port 80 (#0)
> GET /config/query.cgi?var%7CD%7C420%7C5%7C HTTP/1.1
> Host: 192.168.0.193
> User-Agent: curl/7.74.0
> Accept: */*
>
* Mark bundle as not supporting multiuse
* HTTP 1.0, assume close after body
< HTTP/1.0 200 OK
<
<html><head></head><body><pre>Error setting variable type D index 420 to value 5
</pre></body></html>
* Closing connection 0
@base26 Thanks for the feedback. That actually helps to narrow it down and I’ll look at it as soon as possible. I’m almost done with the Easycon integration, but life is busy at the moment
@leszektg Can you please download the “Master” version from HACS and give it a try?
It should detect your system and at least pull data back. If I haven’t messed up too badly it will even allow you to write data back.
after instalation in HACS and reboot HA I go to: “Configuration” → “Integrations” click “+” and search for “Waterkotte Heatpump”.-Does not find “Waterkotte Heatpump”. When I install version 0.0.6 there is no such problem
@base26 Can you confirm you still have the issue?
I notice that when i enable the COP values initially everything goes to an unknown state, but after a few minutes I have values back.
Hey,
Currently I am making a transition over from openHAB, where they also have an Ecoouch Binding/Integration.
First of all I want to thank you for the amazing work/integration.
However there is some sensors I am still kind of missing - or that I did not see.
First and most important to me would be the Temerature_Water_Set Point. So the level to which the warm water shall be heated.
Also at a later point the set points for PV would also be awsome, but the most important would be the water set point.