Page 1 of 1
[ 2025.1]Melcloud2Domoticz .sh script not working anymore
Posted: Thursday 08 May 2025 17:38
by ricvee
Where can I find Version: 2024.7 for a Raspberry pi? I cannot find it on
https://github.com/domoticz/domoticz/releases
I need to downgrade because the control with a .sh script for my Mitsubishi Hetpump with Melcloud is not working as it should.
Perhaps somebody can put the right releases back on github?
There are for version 2024.7 only 3 Assets instead of 7
Thanks,
Ric
Re: Melcloud2Domoticz not working properly in 2025.1
Posted: Thursday 08 May 2025 17:51
by ricvee
I can no longer write things back from Domoticz to Melcloud.
This is the script:
Re: Domoticz version 2025.1 released
Posted: Thursday 08 May 2025 18:18
by jvdz
Just use your backup which should have been created during the upgrade process. ( and honestly I always make a full manual backup aswell before any major change)
Re: Domoticz version 2025.1 released
Posted: Thursday 08 May 2025 18:52
by ricvee
Sure!
I restored it and now the script is working fine again.
Thank you!
Re: [ 2025.1] .sh script not working anymore
Posted: Thursday 08 May 2025 19:05
by waltervl
ricvee wrote: ↑Thursday 08 May 2025 17:38
Where can I find Version: 2024.7 for a Raspberry pi? I cannot find it on
https://github.com/domoticz/domoticz/releases
I need to downgrade because the control with a .sh script for my Mitsubishi Hetpump with Melcloud is not working as it should.
....
Thanks,
Ric
Does your .sh script uses Domoticz API calls to update Domoticz devices? Then you probably need to change those. See wiki
https://wiki.domoticz.com/Domoticz_API/ ... and_newer)
Re: Melcloud2Domoticz not working properly in 2025.1
Posted: Thursday 08 May 2025 19:16
by waltervl
ricvee wrote: ↑Thursday 08 May 2025 17:51
I can no longer write things back from Domoticz to Melcloud.
This is the script:
I merged the 2 topics you posted in.
In the script I see for example
Code: Select all
http://$SERVERIP:$PORT/json.htm?type=devices&rid=$IDXHeatpumpStatus
This should be
Code: Select all
http://$SERVERIP:$PORT/json.htm?type=command¶m=getdevices&rid=$IDXHeatpumpStatus
Re: [ 2025.1]Melcloud2Domoticz .sh script not working anymore
Posted: Thursday 08 May 2025 20:05
by ricvee
Thanks waltervi!
I will change the script, and let you know here.
Should the new notation also work in 2024.7 ?(for testing first before I upgrade again to 2025.1)
Re: [ 2025.1]Melcloud2Domoticz .sh script not working anymore
Posted: Thursday 08 May 2025 21:04
by waltervl
Yes, new API calls also work in 2024.7. Those are already available from even older 2023.2.
In 2024.7 you should now have warnings in the log you are using deprecated RType calls. If you change the script to use the new API calls you wont see those messages anymore.
Re: [ 2025.1]Melcloud2Domoticz .sh script not working anymore
Posted: Monday 12 May 2025 10:34
by ricvee
Everything is working like a charm again!
And I upgraded again to 2025.1.
Thanks again, for the help.