Open StefffM opened 1 year ago
Hey there @imicknl, @vlebourl, @tetienne, @nyrodev, mind taking a look at this issue as it has been labeled with an integration (overkiz
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
overkiz documentation overkiz source (message by IssueLinks)
I add the diagnostic file overkiz-a34a944e3b5ec07d07ff64ae3c6ae4de-Hi Box-bd955e2ce2ad495e907ef9b6cfc7868c.json.txt
I'm in the same situation as SteffM.
@Sean277 please add your diagnostics as well.
@StefffM what options do you have in the Hi Kumo app? You have a lot of devices in your diagnostics that are not supported yet, so I am trying to figure out which ones we need to add (in the future).
Hi @iMicknl , We have 3 distinct elements in the application:
I took some screenshots:
First access :
Circuit 1 :
ECS :
Heating programming
I hope that these elements will help you
Hi @iMicknl , If you want me to make API requests don’t hesitate to ask me. I did some tests with Postman and I can access the Hitachi cloud. BR
Hi @iMicknl , I managed to recover and APIs for the ECS part : To STOP ECS
POST https://ha117-1.overkiz.com/enduser-mobile-web/enduserAPI/exec/apply
{
"actions": [{
"deviceURL": "modbus://0820-7734-4877/690124/1#4",
"commands": [{
"name": "setControlDHW",
"parameters": ["stop"]
}]
}]
}
To start ECS or upgrade temperature :
{
"actions": [{
"deviceURL": "modbus://0820-7734-4877/690124/1#4",
"commands": [{
"name": "globalControlDHW",
"parameters": ["run", "standard", 45.0]
}]
}]
}
I have not been further for the moment but I guess I can activate other options that are not available on the Hi Kumo app like AntiLegionella I will do tests on the heating part before the weekend I will try to complete with the other elements.
@StefffM this is already helpful. You could gather these commands via your diagnostics as well. They include your execution history.
If your device already shows up in Home Assistant, go to your integrations page and select Overkiz, your hub and the device. Press the 3 dots and select "Download diagnostics. Otherwise, go to your integrations page and select Overkiz. Next to your hub, click the 3 dots and select "Download diagnostics".
Attach your diagnostics (JSON file) to this issue by uploading the file in a new comment (drag and drop supported).
@iMicknl Here are the files and here are the commands for the heating part
The new commands for the heating part : Start first water heat pump with the temperature set manually
POST https://ha117-1.overkiz.com/enduser-mobile-web/enduserAPI/exec/apply
{
"actions": [{
"deviceURL": "modbus://0820-7734-4877/690124/1#2",
"commands": [{
"name": "globalControl",
"parameters": ["manu", "heat", 20]
}, {
"name": "setAutoManuMode",
"parameters": ["manu"]
}, {
"name": "setHolidayMode",
"parameters": ["off"]
}]
}]
}
Response : EventID Check events POST https://ha117-1.overkiz.com/enduser-mobile-web/enduserAPI/events/"%EventID"/fetch
Stop first water heat pump with the temperature set manually
{
"actions": [{
"deviceURL": "modbus://0820-7734-4877/690124/1#2",
"commands": [{
"name": "globalControl",
"parameters": ["off", "heat", 20]
}, {
"name": "setAutoManuMode",
"parameters": ["manu"]
}, {
"name": "setHolidayMode",
"parameters": ["off"]
}]
}]
}
Daily programming : GET https://ha117-1.overkiz.com/enduser-mobile-web/enduserAPI/triggers Update : PUT https://ha117-1.overkiz.com/enduser-mobile-web/enduserAPI/triggers trigger.json
Mode water heat pump with the temperature => daily programming POST https://ha117-1.overkiz.com/enduser-mobile-web/enduserAPI/exec/apply
"actions": [{
"deviceURL": "modbus://0820-7734-4877/690124/1#2",
"commands": [{
"name": "globalControl",
"parameters": ["auto", "heat", 18]
}, {
"name": "setAutoManuMode",
"parameters": ["auto"]
}, {
"name": "setHolidayMode",
"parameters": ["off"]
}]
}]
}
I'm in the same situation.
+1, same problem for me here :(
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
Problem still exists.
@SeeDborg you mentioned this is working in ha-tahoma. Are all features supported in ha-tahoma via HitachiAirToWaterHeatingZone?
In HA-Tahoma, I have access to the temperature and I can set it, yes.
@iMicknl : I see no improvement at my level. Nothing works. I find it a shame given the time I took to put the information back that the ticket is closed without even taking the time to share the progress. In the state nothing works I have only the overall electricity consumption as much to say that it is useless to me.
@StefffM for my understanding, which issue has been closed? Please note that there are 40 open issues for the Overkiz integration. Many of them have been created earlier than your issue.
Thanks for providing detailed context in this issue, but note that this is not a guarantee that we will be able to fix this directly. My time is very limited at the moment, and now we don't have many contributors to the Overkiz integration.
@SeeDborg @ziconick can you please add your diagnostics as well. To make sure it is about the same device.
@StefffM have you tested ha-tahoma? This should have support for your device already, but is using different commands than the ones you shared above.
Hi, I have exactly the main problem. I ca add that i am migrating from Jeedom where the same integration is working fine. Here is the link of the plugin i am using in Jeedom if it can help : https://github.com/SuperToma/hitachi-hi-kumo/tree/develop If you need more info, please ask. thanks
hi, still no news on this issue ?
Hello there,
is there a chance to have this fixed one day ? I installed the Tahoma integration, the issue that I am facing is that I do have 2 circuits and ECS. but only one circuit is available the second appears to be " Not Available" ? I don't understand way only one is available and not the second one ?
Thanks
Please please please fix this, I'm desperate :(
I guess that nobody is interested to help, that's a shame. Since last May no news or updates, too bad.
Well I installed the old version of the plugin... But I'm afraid it will be deleted one of these days, and then I'll have no solution 👎
@SeeDborg , do you mean that an old version is working ?
I can have my temperature and set it up, with the old Overkiz integration in HACS.
by the way which version, so I can give a try ... thanks
The name is "Overkiz (by Somfy) - Custom component". Latest version.
It's this one : https://github.com/iMicknl/ha-tahoma
thanks I will give a try
The problem
Hi, I made 2 implementations with Overkiz: 1 bridge with Tahoma Switch that works very well 1 bridge with Hi Kumo.
I have a Yutaki Hitachi's Air-to-Water Heat Pumps
With the bridge with Hi Kumo, 3 devices are found : Hi Box , MODBUS (690124/1#10) Electric energy consumption , ModbusGeneric and 6 entities :
MODBUS (690124/1#10) Electric energy consumption MODBUS (690124/1#10) Electric power consumption MODBUS (690124/1#4) MODBUS (690124/1#9) Electric energy consumption MODBUS (690124/1#9) Electric power consumption Start identify : ID button.modbusgeneric_start_identify
I can not have information except only the electrical consumption
There is a lot of information reported in the Json file but there is only information on the power consumption that goes back, everything else does not go back in Home Assistant
In the HomeAssistant logs I have errors log
Could you take a look for ? I’m available for tests. Thanks Stéphane
What version of Home Assistant Core has the issue?
core-2023.8.3
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Hi Kumo wiith Yutaki Hitachi's Air-to-Water Heat Pumps
Link to integration documentation on our website
No response
Diagnostics information
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response