hirakujira / homebridge-ambiclimate-platform

Apache License 2.0
5 stars 2 forks source link

hey Siri command always sets target to 25 #4

Closed ekko20six closed 3 years ago

ekko20six commented 3 years ago

When I use the command 'hey Siri turn on the ambi' or set it to auto temp between 18.5-21 using Home app on my phone it always seems to set mode to target temp with temp of 25 degrees C. I'm sure it used to set comfort mode?

Logs: Starting to advertise 'Homebridge 8DE8' using bonjour-hap backend! [3/12/2021, 7:58:24 PM] Homebridge v1.3.3 (Homebridge) is running on port 51432. [3/13/2021, 1:10:41 AM] [Homebridge UI] Running job to cleanup config.json backup files older than 60 days... [3/13/2021, 1:54:53 AM] [Homebridge UI] Running scheduled instance backup... [3/13/2021, 1:54:53 AM] [Homebridge UI] Creating temporary backup archive at /var/folders/7s/w3t94s9177b8016rh07zwrxm0000gn/T/homebridge-backup-j85Z98/homebridge-backup-0E726450EBBA.tar.gz [3/14/2021, 1:10:43 AM] [Homebridge UI] Running job to cleanup config.json backup files older than 60 days... [3/14/2021, 1:54:53 AM] [Homebridge UI] Running scheduled instance backup... [3/14/2021, 1:54:53 AM] [Homebridge UI] Creating temporary backup archive at /var/folders/7s/w3t94s9177b8016rh07zwrxm0000gn/T/homebridge-backup-CPDmul/homebridge-backup-0E726450EBBA.tar.gz [3/14/2021, 8:54:49 AM] [Homebridge UI] Homebridge restart request received [3/14/2021, 8:54:49 AM] [Homebridge UI] UI / Bridge settings have not changed; only restarting Homebridge process [3/14/2021, 8:54:49 AM] [Homebridge UI] Sending SIGTERM to Homebridge [3/14/2021, 8:54:49 AM] Got SIGTERM, shutting down Homebridge... [3/14/2021, 8:54:54 AM] [HB Supervisor] Homebridge Process Ended. Code: 143, Signal: null [3/14/2021, 8:54:59 AM] [HB Supervisor] Restarting Homebridge... [3/14/2021, 8:54:59 AM] [HB Supervisor] Starting Homebridge with extra flags: -I [3/14/2021, 8:54:59 AM] [HB Supervisor] Started Homebridge v1.3.3 with PID: 56253 Initializing HAP-NodeJS v0.9.3... [3/14/2021, 8:55:00 AM] Loaded config.json with 0 accessories and 3 platforms. [3/14/2021, 8:55:00 AM] Loaded 4 cached accessories from cachedAccessories. [3/14/2021, 8:55:00 AM] --- [3/14/2021, 8:55:01 AM] Loaded plugin: homebridge-ambiclimate-platform@1.1.5 [3/14/2021, 8:55:01 AM] Registering platform 'homebridge-ambiclimate-platform.AmbiClimatePlatform' [3/14/2021, 8:55:01 AM] --- [3/14/2021, 8:55:01 AM] Loaded plugin: homebridge-config-ui-x@4.40.0 [3/14/2021, 8:55:01 AM] Registering platform 'homebridge-config-ui-x.config' [3/14/2021, 8:55:01 AM] --- [3/14/2021, 8:55:01 AM] Loaded plugin: homebridge-dyson-pure-cool@1.8.7 [3/14/2021, 8:55:01 AM] Registering platform 'homebridge-dyson-pure-cool.DysonPureCoolPlatform' [3/14/2021, 8:55:01 AM] --- [3/14/2021, 8:55:01 AM] Loading 3 platforms... [3/14/2021, 8:55:01 AM] [Config] Initializing config platform... [3/14/2021, 8:55:01 AM] [Config] Running in Service Mode [3/14/2021, 8:55:01 AM] [DysonPureCoolPlatform] Initializing DysonPureCoolPlatform platform... [3/14/2021, 8:55:01 AM] [AmbiClimatePlatform] Initializing AmbiClimatePlatform platform... [3/14/2021, 8:55:01 AM] [AmbiClimatePlatform] Loading accessory from cache: HomeLiving Room [3/14/2021, 8:55:01 AM] [AmbiClimatePlatform] Loading accessory from cache: HomeLiving Room Feedbacks [3/14/2021, 8:55:01 AM] [AmbiClimatePlatform] Loading accessory from cache: HomeLiving Room CoolerHeater [3/14/2021, 8:55:01 AM] [DysonPureCoolPlatform] Got devices from config. Preparing Advertiser for 'Homebridge 8DE8' using bonjour-hap backend! Setup Payload: X-HM://0024IV9S77IFG Enter this code with your HomeKit app on your iOS device to pair with Homebridge:

┌────────────┐     
│ 637-  
└────────────┘     

Starting to advertise 'Homebridge 8DE8' using bonjour-hap backend! [3/14/2021, 8:55:02 AM] Homebridge v1.3.3 (Homebridge) is running on port 51432.``` Show the Homebridge logs here, remove any sensitive information.



**Plugin Config:**

{
    "clientId": "8624595e-deb7-46c9-ac4a-endofcoderemoved",
    "clientSecret": "b6a5bdd9-6295-44e2-bea3-endofcoderemoved",
    "username": "my email",
    "password": "my password",
    "showFeedbacks": true,
    "heaterCoolerMode": true,
    "accessories": [
        {
            "roomName": "Living Room",
            "locationName": "Home"
        }
    ],
    "platform": "AmbiClimatePlatform"
}

**Screenshots:**
<!-- If applicable, add screenshots to help explain your problem. -->

**Environment:**
![IMG_3484](https://user-images.githubusercontent.com/24378143/111051254-d8668600-84a5-11eb-8df9-cc7e347b8c55.PNG)

* **Plugin Version**:v1.1.5
* **Homebridge Version**: 1.3.3
* **Node.js Version**: v14.15.3
* **NPM Version**: v6.14.9
* **Operating System**: macOS

<!-- Click the "Preview" tab before you submit to ensure the formatting is correct. -->
hirakujira commented 3 years ago

Try to disable cooler heater from config. Cooler heater would set target temperature for your room, which is conflict with "comfort" mode

ekko20six commented 3 years ago

Won’t this mean it won’t work as a heater in winter? It is controlling a reverse cycle ac/heater unit after all

hirakujira commented 3 years ago

It can still works as heater, the setting just disable ambi show as an extra "CoolerHeater" device on your Home.app. The "Comfort" mode can handle everything even in the winter. Also, you can use feedback switches to give ambi a feedback like "Too Cold".

ekko20six commented 3 years ago

followed the steps and now comfort mode works, thanks, would be great to have all the options but comfort wins out in this case