dubocr / homebridge-tahoma

Homebridge plugin for TaHoma, Connexoon, Cozytouch, Energeasy Connect.
Apache License 2.0
131 stars 42 forks source link

HeatingSystem > HitachiAirToAirHeatPump #165

Closed ag0r4n closed 3 years ago

ag0r4n commented 4 years ago

Hi,

I have a setting on homkit automation which is supposed to turn on my heat pump every morning, heating, at 19°.

On homebridge logs :

[3/20/2020, 5:44:59 AM] [Tahoma] FROM 1/21 TO 1/22
[3/20/2020, 5:44:59 AM] [Tahoma] [Clim Séjour] globalControl["on",22,"auto","heating","manu"]
[3/20/2020, 5:44:59 AM] [Tahoma] FROM 0/11 TO 1/19
[3/20/2020, 5:44:59 AM] [Tahoma] [Clim Nuit] globalControl["on",19,"auto","heating","manu"]
[3/20/2020, 5:44:59 AM] [Tahoma] FROM 0/11 TO 0/5
[3/20/2020, 5:44:59 AM] [Tahoma] [Clim Nuit] globalControl["off",5,"auto","auto","manu"]
[3/20/2020, 5:44:59 AM] [Tahoma] FROM 1/21 TO 1/20
[3/20/2020, 5:44:59 AM] [Tahoma] [Clim Séjour] globalControl["on",20,"auto","heating","manu"]
[3/20/2020, 5:44:59 AM] [Tahoma]

We can se that "Clim Nuit" heating pump is turning on heating at 19°, but turning off just after. "Clim Séjour" is working well by the way

{
  "private": true,
  "description": "This file keeps track of which plugins should be installed.",
  "dependencies": {
    "homebridge-alexa": "^0.4.52",
    "homebridge-dummy": "^0.4.0",
    "homebridge-edomoticz": "^2.1.34",
    "homebridge-gsh": "^1.1.4",
    "homebridge-samsung-tizen": "^4.2.0",
    "homebridge-tahoma": "^0.3.30"
  }
}

npm 6.13.4 homebridge 0.4.53

fafoulon commented 3 years ago

Hi, I have a similar issue, I tried to make an automation to stop all my Hitachi climatisations, but in the logs, the commands ON and after OFF are sent at the same time.

`[7/31/2020, 8:29:40 PM] [Tahoma] FROM 0/24 TO 0/0

[7/31/2020, 8:29:40 PM] [Tahoma] [Cuisine] globalControl["off",0,"auto","auto","manu"] [7/31/2020, 8:29:40 PM] [Tahoma] FROM 0/24 TO 0/0 [7/31/2020, 8:29:40 PM] [Tahoma] [Cuisine] globalControl["off",0,"auto","auto","manu"] [7/31/2020, 8:29:40 PM] [Tahoma] FROM 2/22 TO 0/22 [7/31/2020, 8:29:40 PM] [Tahoma] [Clim Mezzanine] globalControl["off",23,"auto","cooling","manu"] [7/31/2020, 8:29:40 PM] [Tahoma] FROM 2/23 TO 2/23 [7/31/2020, 8:29:40 PM] [Tahoma] [Clim Mezzanine] globalControl["on",23,"auto","cooling","manu"] [7/31/2020, 8:29:40 PM] [Tahoma] FROM 2/21 TO 0/21 [7/31/2020, 8:29:40 PM] [Tahoma] [Parents] globalControl["off",21,"auto","cooling","manu"] [7/31/2020, 8:29:40 PM] [Tahoma] FROM 2/21 TO 2/21 [7/31/2020, 8:29:40 PM] [Tahoma] [Parents] globalControl["on",21,"auto","cooling","manu"] [7/31/2020, 8:29:40 PM] [Tahoma] FROM 2/22 TO 0/22 [7/31/2020, 8:29:40 PM] [Tahoma] [Salle à manger] globalControl["off",22,"auto","cooling","manu"] [7/31/2020, 8:29:40 PM] [Tahoma] FROM 2/22 TO 2/22 [7/31/2020, 8:29:40 PM] [Tahoma] [Salle à manger] globalControl["on",22,"auto","cooling","manu"] [7/31/2020, 8:29:40 PM] [Tahoma] Error 400 Another action exists on the same device : ovp://1204-5611-0570/4756577 (DUPLICATE_FIELD_OR_VALUE) [7/31/2020, 8:29:40 PM] [Tahoma] [Cuisine] globalControl FAILED [7/31/2020, 8:29:40 PM] [Tahoma] [Clim Mezzanine] globalControl FAILED [7/31/2020, 8:29:40 PM] [Tahoma] [Clim Mezzanine] globalControl FAILED [7/31/2020, 8:29:40 PM] [Tahoma] [Parents] globalControl FAILED [7/31/2020, 8:29:40 PM] [Tahoma] [Parents] globalControl FAILED [7/31/2020, 8:29:40 PM] [Tahoma] [Salle à manger] globalControl FAILED`

dubocr commented 3 years ago

Don't hesitate to reopen in case of issues on latest 2.1.6 release.

dubocr commented 3 years ago

Thank you for using Homebridge TaHoma plugin.

Please follow these step to obtain better support :

  1. Execute failling operations from official app (TaHoma/Cozytouch/etc.) then execute same operation from Homekit
  2. Report your config by browsing https://dev.duboc.pro/tahoma
  3. Search issues with title corresponding to your device widget name (see picture below). If no opened issue, rename your issue with this widget name.
  4. Provide your bridge last 4 digits (number visible as SETUP-XXXX-XXXX-XXXX at step 2.) Widget

Thank you.