Hi Lian!
If you would like to modify the temperature, you have to put a message on the /water/temp/set
topic, in JSON format, with the newTemp
variable. As you can see in the sample.
In HA there is thermostat functionality .
Hi Lian!
If you would like to modify the temperature, you have to put a message on the /water/temp/set
topic, in JSON format, with the newTemp
variable. As you can see in the sample.
In HA there is thermostat functionality .
Hi kasplv!
On windows, you can do the same as on linux.
Create a folder and a config file in it, for example on c:\pana-config
. So you can run the docker img like this:
docker run --name panasonic-aquarea-smart-cloud-mqtt -v c:\pana-config:/app/etc ronhks/panasonic-aquarea-smart-cloud-mqtt
This command runnable on Command Line.
Hi ronks, I have put the âconfig.exampleâ file to âconfigâ folder that I have created, and when I executed docker run command:
docker run --name panasonic-aquarea-smart-cloud-mqtt -v /home/pi/panasonic-aquarea-smart-cloud-mqtt/config:/app/etc ronhks/panasonic-aquarea-smart-cloud-mqtt
I recieved on my raspberry following command: exec format error
, what could be wrong?
Hello everyone,
First of all thanks a lot @ronhks for all the hard work in the MQTT integration, you have done (and continue doing) a terrific job with it!
Iâve been working on a native integration as I have an Aquarea device at home and I wanted to share it with you all, to offer another alternative to the amazing MQTT Integration.
I did my best as my device (1 zone cool and heat with external sensor) doesnât support every single feature of Panasonic Aquarea devices. Iâd really appreciate and Iâd be super thankful if you guys can test it and provide some feedback, ideas, issues that you may find⊠Iâve tested it for some time on my installation and hopefully itâll be useful for more people
The first version is currently available as a custom repository on HACS:
Repo: https://github.com/cjaliaga/home-assistant-aquarea
Thanks!
Carlos
Congratulation Carlos!
Itâs a pleasure to see the full integration from you! It was on my roadmap, but in this case I will have time
I tried to install it, but i run into a problem. After I installed the custom repo in HACS, at the intergration page, I can not see the âAquarea Smart Cloudâ integraion.
My HA + HACS is up-to-date.
Do you need any log?
ch,
zsolt
ps.: I updated my repoâs readme
Thanks Zsolt!
Sometimes if after restarting HA the integration doesnât appear it could be the UI cache. A full refresh (ctrl + F5 on Windows/ Command(â)-Shift-R on Mac) could help. Or just to be sure, opening an in-private session. Please let me know if this doesnât work.
When adding the integration, it will appear without a logo/icon. I have the PR opened for that on the brands repo but still pending on review: https://github.com/home-assistant/brands/pull/3635
Thanks Carlos!
Thats worked!
Great job everyone! I have a setup with 2 zones, water tank and additional pcb for the zones and I will test the integration immediately after I am back from holiday.
Thank You for that job!
During installation there were no problems. For now, Iâve tested tank heating and temp. sensors. Everything works. I was waiting for that integration
Thanks so much to Carlos.
I would like to set up automations to start the hot water tank.
How could I do? What commands should I use to set it ON and OFF? Or to send temperature change? I can do everything by hand from the graphical interface but I donât know how to use it in automations. I tried âturn_onâ but it returns error.
Thanks Andrea
Thatâs a limitation of the water heater entity, it supports the following operations, but it doesnât include a âturn_onâ or âturn_offâ one
water_heater.set_temperature
, water_heater.turn_away_mode_on
, water_heater.turn_away_mode_off
, water_heater.set_temperature
I had a lot of doubts on how to implement the water heater entity with Aquarea devices, to support the actions âonâ and âoffâ but also to show via the interface if the heat pump is heating the water of the water tank or not: it can be turned on but the heat pump could be heating water for the heating floor (or cooling it) so the state/operation would be like âidleâ.
While it doesnât support turn_off, we can define the state as âSTATE_OFFâ or âSTATE_HEAT_PUMPâ:
Iâve implemented this via operations and so far the device accepts 2: heating and off:
Turn on:
service: water_heater.set_operation_mode
target:
entity_id: water_heater.aerotermia_tank
data:
operation_mode: heating
Turn off:
service: water_heater.set_operation_mode
target:
entity_id: water_heater.aerotermia_tank
data:
operation_mode: off
For setting the temperature would be like this:
service: water_heater.set_temperature
target:
entity_id: water_heater.aerotermia_tank
data:
temperature: 42
Iâm not sure if this is the best way including right operation names (perhaps off and on is better hereâŠ) or we could use also the away mode to turn it off and on (not sure however if this the intention behind that mode)âŠ
Iâm completely opened to feedback and I would really appreciate everyoneâs opinion here. Iâve opened an issue on the integration repo as well to keep track of it: Discussion: Water Entity for Water Tank implementation · Issue #18 · cjaliaga/home-assistant-aquarea · GitHub
Hallo Carlos.
Congratulations for your work.
Unfortunatelly I cannot configure the integration. The username and PSW of aquarea smart cloud are correct and I can use it in aquarea-smart.panasonic.com, but I cannot configure it in home assistant.
This is the registry log:
Questo errore ha avuto origine da unâintegrazione personalizzata.
Logger: homeassistant.config_entries
Source: custom_components/aquarea/init.py:64
Integration: Aquarea Smart Cloud (documentation, issues)
First occurred: 17:04:03 (2 occurrences)
Last logged: 17:28:10
Error setting up entry [email protected] for aquarea
Traceback (most recent call last):
File â/usr/src/homeassistant/homeassistant/config_entries.pyâ, line 327, in async_setup
result = await component.async_setup_entry(hass, self)
File â/config/custom_components/aquarea/init.pyâ, line 64, in async_setup_entry
await hass.config_entries.async_forward_entry_setups(entry, PLATFORMS)
AttributeError: âConfigEntriesâ object has no attribute âasync_forward_entry_setupsâ
I tried many times, the cache is empty , I restarted home assistant many times and the panasonic app is off.
Could you help me ? Thanks Bye
Hey Roberto, what version of home assistant are you currently running? The integration requieres to be running on >= 2022.8 due to this: Waiting for config entry platforms | Home Assistant Developer Docs
2022.2.8 ⊠Iâll update.
Thanks, Iâll let you kowâŠ
Thanks Carlos!!!
It works: 1 device 4 entitĂ !!!
You have done a beatiful job!
I would like to see also some technical parameters ( cop, kw, ) I can read on aquarea display , and Iâll study about.
Thankyou again for help and your job.
Bye R
COP is a must!
The consumption sensors are planed
Not sure if using the Aquarea Smart API we will be able to query other values like COP, and unfortunately Iâm almost sure not real time values, we will rather need to wait a bit for them, for example waiting until 1AM to pick the values from 00:00 to 01:00. Iâll investigate the best way of adding them to the integration.
Hi all.
First of, thanks for amazing job! I am looking into heat pomps for my new house and I have been looking into Panasonic. I understand you need their third party cloud to be able to connect it to HA.
One of my requirenments is No third party clouds. I was wondering if there is no way to hook up HA to the pomp directly somehow. if it has a way to communicate with outside, there should be way to ommit the cloud. Do you know anyone looking into it? Has anyone of you did?
Hi Carlos (or someone else who can help)
I am quite a noobâŠ
When I try to install your custom repo, I get the failure shown in the screen shot.
What to do?
I solved the issue myself, using the repo url: GitHub - cjaliaga/home-assistant-aquarea: Home Assistant integration for Panasonic Aquarea devices connected to Aquarea Smart Cloud