Panasonic Comfort Cloud

Just go to device’s and service’s, hit ‘add integration’ and select the comfort cloud integration?

Hello, thanks for sharing this. I saw the integration you mentioned as well but I can’t get it worked from HACS. Is that correct and should I use a different path?

Maybe you can guide me into the right direction. I am struggling with the HP and need this to get the smart heating ready haha.

Thanks a lot

You have to create a separate Panasonic Comfort Cloud account. This can be done on the Panasonic website and possibly also from within the Mobile Ap (though it is likely that it will redirect you to the website anyways).

Once the account is created, you need to add the device to it - if that device is already associated with another account, it will consider that as the owner account and this new account as a “user” account. What this means in practice is that once you have added the device to the user account, it will trigger an approval that you can only submit from the owner account.

Once this is done, you can set up the Heat Pump via the aioaquarea integration using your user account whilst the comfort cloud integration remains mapped with your owner account. This is to prevent the two integrations clashing and logging you out from your account.

Just search for “aioaquarea” in HACS, this will be the only option returned.

If it does not show up, you may need to add it as a custom repository - there are several YouTube videos on how to do it.

For the configuration you may follow the instructions detailed in this post.

Hi. I installed the integration. I log in with my Panasonic ID and it works fine, but when I try to continue, I get the message: 500 Internal Server Error Server got itself in trouble. What could be causing this?

Hi, I’ve been able to integrate my Panasonic systems into Home Assistant; however, despite checking the box to enable energy sensors, they aren’t appearing for my devices. Would this be because of the particular devices?

Yes, not all devices have power measurements.

Same here. And the aioaquarea integration is not visible in my HACS.

Hello community,
I’m planning to get a Aquarea P-DHW200AE5 which is only for hot water provisioning. Is there any experience if this model is supported by the integration?
If so, what would be the exposed entities like electric heater control and setting target temperatures?

I’d like to optimize heating cycles according to the planned PV yield.
thanks
Bernd

Hi! I just started Home Assistant and added my Panasonic aircon via your integration. I entered my Panasonic CC login credentials and ticked “Enable daily energy sensors” but I still don’t see the energy/power sensors. Need your help please on what to do next.

Does anyone know what is going on with @sockless? There has not been any activity on any of his github repos for over a year. I hope he is ok and just busy :slight_smile:

https://github.com/sockless-coding/panasonic_cc/pull/448

Workaround until the fix is merged: Edit custom_components/panasonic_cc/const.py and change DEFAULT_ENABLE_DAILY_ENERGY_SENSOR = False to True, then restart HA. Note: this will be reset if you update the integration via HACS.

If your energy sensors aren’t showing up even though you ticked the checkbox during setup, I’ve submitted a fix: https://github.com/sockless-coding/panasonic_cc/pull/448

This also fixes the 500 error when clicking the Configure button.

Workaround until the fix is merged: Edit custom_components/panasonic_cc/const.py and change DEFAULT_ENABLE_DAILY_ENERGY_SENSOR = False to True, then restart HA. Note: this will be reset if you update the integration via HACS.

Check if your devices have energy measurements in the app. If so check the fix and workaround I have posted

Hey! Thanks for sharing the workaround. I followed it and it's now showing these sensors: sensor.daily_cooling_energy, sensor.daily_energy, sensor.cooling_extrapolated_power, sensor.current_extrapolated_power, sensor.daily_heating_energy, sensor.heating_extrapolated_power. Extrapolated power sensors have unavailable states while cooling energy now shows values/numbers. Also, 500 error is still not fixed on my end.

I cant find a way to change the "target temperature" effectively the setpoint. Because i have an automation which switches from heat to cool modes but the target temperature stays the same and i want to change the setpoint depending which mode its in. can anybody help? I am probably being stupid but i cant find the option when creating the automation or in the entities of the devices. I am using a seperate sensor to control the AC units not via the sensor on the AC units.