Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missed support for heating zones #8

Open
tking81 opened this issue Apr 12, 2024 · 3 comments
Open

Missed support for heating zones #8

tking81 opened this issue Apr 12, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@tking81
Copy link

tking81 commented Apr 12, 2024

I have a heat pump with an expansion board that allows you to control two circulation pumps independently (i.e. you can have 2 independent heating/cooling zones). I have two independent circuits:

  • floors
  • walls

This allows me to heat both through the floor and the wall, and in the summer I can only cool through the walls.

In HomeKit, only one zone is visible and changes made in HomeKit do not always take effect, especially when both zones are enabled.

This is what the logs from my homebridge look like:
[12.04.2024, 11:02:31] [PanasonicHeatPumpHomebridgePlugin] Authenticated to Aquarea Smart Panasonic
[12.04.2024, 11:02:31] [PanasonicHeatPumpHomebridgePlugin] Device conf: {
"deviceGuid": "guid is correct but I removed it",
"configration": [
{
"zoneInfo": [
{
"zoneSensor": "Water temperature",
"coolMode": "enable",
"heatSensor": "Compensation curve",
"coolSensor": "Direct",
"outdoorType": "STD",
"zoneId": 1,
"zoneType": "Room",
"zoneName": "Podłogi"
},
{
"zoneSensor": "Water temperature",
"coolMode": "enable",
"heatSensor": "Compensation curve",
"coolSensor": "Direct",
"outdoorType": "STD",
"zoneId": 2,
"zoneType": "Room",
"zoneName": "Ściany"
}
],
"a2wName": "Pompa",
"operationMode": "Heat",
"deviceGuid": "guid is correct but I removed it",
"lastErrorNumber": "",
"bivalent": "No",
"specialStatus": 0,
"tankInfo": [
{
"tankType": "Internal",
"tank": "Yes"
}
],
"forceHeater": 0,
"firmVersion": "040700"
}
]
}
[12.04.2024, 11:02:32] [PanasonicHeatPumpHomebridgePlugin] Restoring existing accessory from cache: Pompa
[12.04.2024, 11:02:32] [PanasonicHeatPumpHomebridgePlugin] Restoring existing accessory from cache: Pompa
[12.04.2024, 11:02:32] [PanasonicHeatPumpHomebridgePlugin] Readings: {
"temperatureNow": 19,
"heatingCoolingState": 0,
"targetHeatingCoolingState": 0,
"outdoorTemperatureNow": 16,
"tankTemperatureNow": 48,
"tankTemperatureSet": 47,
"tankHeatingCoolingState": 0,
"tankTargetHeatingCoolingState": 1,
"isActive": true,
"ecoModeIsActive": false,
"comfortModeIsActive": false,
"tankTemperatureMax": 65,
"tankTemperatureMin": 40,
"targetTempSet": 2,
"targetTempMin": -5,
"targetTempMax": 5,
"tempType": "heat"
}
[12.04.2024, 11:02:32] [PanasonicHeatPumpHomebridgePlugin] Updating: Pompa [4f057cd2-a0bc-4c2c-bb05-1ccfa6e12d40]
[12.04.2024, 11:02:32] [PanasonicHeatPumpHomebridgePlugin] Updating TargetTemperature of Floor Heater: {"minValue":14,"maxValue":24,"minStep":1}
[12.04.2024, 11:02:32] [PanasonicHeatPumpHomebridgePlugin] Updating: Pompa [6bd23806-4621-4312-a135-5f4200a4c983]
[12.04.2024, 11:02:32] [PanasonicHeatPumpHomebridgePlugin] Updating outdoor temp: 16

And screenshots:
IMG_8308
IMG_8309
IMG_8310
IMG_8311

@tking81 tking81 added the enhancement New feature or request label Apr 12, 2024
@bimusiek
Copy link
Collaborator

bimusiek commented Sep 2, 2024

Hey, I haven't implemented zones support as mine is configured only for 1 zone. (floors)
I would need access to your Aquara account to be able to develop solution for this.

@tking81
Copy link
Author

tking81 commented Sep 6, 2024

Hey, what does Aquara have to do with Panasonic?

@bimusiek
Copy link
Collaborator

bimusiek commented Sep 6, 2024

Sorry, I meant Aquarea (http://aquarea-smart.panasonic.com)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants