Sorry @XiteKnight I missed your message. Correct, this is the repo link
Iāll try to get the repo on the default HACS list so thereās not even need of adding the repo URL to find the integration. I was waiting on having the logos added before doing that but since thatās taking a lot to get reviewed, I may do it now.
However, I decided to not go via this path for my heat pump and use the Panasonic server. These devices are expensive and for the time being I prefer to have Panasonic as a control plane for all the commands. That said, Iād also like to have direct control without their cloud, maybe Iāll try that path in the future.
Thanks for your Integration! It works fine!
Do you know the service cloud? There are much more Informations. It would be very nice if you are able to set up also an Integration for the Service cloud. Then you have all data from the heatpump or aircondition!
Yes Iāve looked at the service account and I have to say that API is a pain in the *** to say something
That said, the main goal of the integration is to work as much as possible with aquarea smart as itās what most people uses, the service one is for installers, even if we can register ourselves as installers (as we both have done ).
We can study the possibilities in the future, either with a complementary integration or trying to extend this one in a way that makes sense.
Most or these values can be obtained with aquarea smart, however, as you said, some of them are things that, from my investigations, I only found possible using the service account: like the pump flow or the possibility of fully restarting the device when thereās an error
I think this is the last type of zone sensor (Thermistor) that Iām missing on the integration. Let me add it and publish a new version of the integration that supports it.
Iāll write you when itās published so you can test it out and let me know if everything works as expected for you.
Thanks for your answer. I think you need the return temperature and flow temperature for your house temperature. Because you need to know how warm/cold is your temperature.
Is that possible from the smart cloud? Because I dont see this attributes in the smart cloud. I see only the flow temperature.
Thanks a lot @Mavo, we couldnāt test the integration with 2 zones yet. This is really helpful!
Could you please do me a favor and open an issue on the GitHub repo Sign in to GitHub Ā· GitHub with all these details? Iāll track it there and work on it as soon as possible.
The tank temperature statistics shows the set temperatureās graph instead of the current temperature. This is why the graph stays always on 53 which makes no sense.
On the thermostat card in the modes you have Heat/Cool which is confusing and should be called Auto as it is in the Aquarea.
I think Iāve found the problem. Thereās an issue in the entity unique_id generation in the integration. This ID is an internal Home Assistant id, is not the one that we normally use, like light.kitchen. Iāll fix that in the new release. These are the good news.
Now with the possible bad news. The unique id will be now properly defined. However, the consequence of that is for home assistant they will be new entities. This is something that needs to be done to fix this issue and to avoid other issues in the future.
Here we have 2 possibilities:
Iām able to migrate the unique_ids, which will mean few to none visible changes.
Iām not able to migrate the unique_ids, so it will generate the right ids on startup and if the integration was already installed, new entities will appear.
Letās see an example of option 2:
climate.mydevice_myzone is already created
a new entity will appear with climate.mydevice_myzone_2.
climate.mydevice_myzone will need to be manually deleted
climate.mydevice_myzone_2 should be renamed back to climate.mydevice_myzone
I donāt like the consequences of possibility 2 and I do apologize for that. Iāll see what I can do here. Iāll let you know.
I agree with @shajek, recreation integration is absolute not a problem @cjaliaga, you really donāt need to waste your time finding solution for this IMHO
I published v0.2.0 with the breaking change and support for multiple zones. @Mavo please let me know when you have time of checking it if everything works as expected for you.