Judo water treatment

Dear Andreas,
Dear Stefan,

I hope you can help me. I’m trying to get this to work. I’ve come very close :wink: in the section "def send_command(index,data) in the request get are data which I’ve to put in. I’m clear with “my token” and mydata.serial. But I’ve no clue where I can find “mydata.dt”, “data” and “mydata.da”

Thanks for your support.

PS.: I’m afraid, I think in the meantime I meesed it up completely … if someone could share a woriking getjudo.py … I’d highly appreciate. Thanks

One more … I’m getting the following error messages in the log:
1 (char 0)')]
[‘Scriptfehler - Fehler beim Auswerten des Fehlerspeichers in Zeile: 523’, JSONDecodeError(‘Expecting value: line 1 column 1 (char 0)’)]
[‘Scriptfehler - Fehler beim Holen und Auswerten der Gerätedaten in Zeile: 402’, JSONDecodeError('Expecting value: line 1 column

402: is in def:main, response = http.request Get …
523: error_response = http.request Get …

putting these 2 in the browser, both are working and delivering information from Judo.

And a warning in the log: 2024-09-27 14:57:29.771782 WARNING AppDaemon: No app description found for: getjudo - ignoring

I hope someone understands this errors and can help. Thanks

Hello Pelle2011,

is it possible to post the complete getjudo.py

i do not know exactly which part i have to change or add.

Thanks,
Fabian

Hi Fabian,

did you get it to work? If so, could you send me the working getjudo.py? I myself I cannot fix it … unfortunately.

Br

here you can find the changes of the the getjudo.py file.

2 Likes

with help of @deluxestyle it works

Hi,

I am trying to get my Judo integrated into Home Assistant. I am currently getting the following error messages in AppDaemon. Anyone an idea how I could solve it?

[‘Scriptfehler - Fehler beim Auswerten des Fehlerspeichers in Zeile: 523’, JSONDecodeError(‘Expecting value: line 1 column 1 (char 0)’)]
[‘Scriptfehler - Fehler beim Holen und Auswerten der Gerätedaten in Zeile: 402’, JSONDecodeError(‘Expecting value: line 1 column 1 (char 0)’)]

In the Home Assitant journal appear messages like this:

Received message on illegal discovery topic ‘homeassistant/switch/Keller/SOFTwell P_Regeneration/config’. The topic contains not allowed characters. For more information see MQTT - Home Assistant

I have tried the changes in the last posting of Deluxestyle, but doesn’t seem to work

Hi,
just recognized that my Judo integration is offline. It seems that Judo again has something changed with the login.
Someone else is having the similar problem?

Mine is still working

Hi, yes it’s up again … don’t now why?

Another small issue, since a couple of days 3 sensors are missing:

Consumption yesterday (Wasserverbrauch gestern)
Consumption today (Wasserverbrauch heute)
Throughput (Durchfluss)

Is anyone having a hint how to fix it?

Best

thanks so much! works like a charm again.