Hernas / homebridge-panasonic-heat-pump

Apache License 2.0
7 stars 2 forks source link

Missed support for heating zones #8

Open tking81 opened 5 months ago

tking81 commented 5 months ago

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:

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

bimusiek commented 1 month ago

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 commented 3 weeks ago

Hey, what does Aquara have to do with Panasonic?

bimusiek commented 3 weeks ago

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