kongkx/homebridge-gree-air-conditioner

Siri can't turn on the AC

Opened this issue · 1 comments

Describe Your Problem:

If I ask Siri to turn on the AC in the <room> it responds with None of your heaters in the <room> have heating modes control and if I ask it is there an AC in the <room> it says there is a switch in the <room>. However if I rephrase to set the <room> AC to 27 degress it works fine. My initial impression was that siri was acting up but it actually responds correctly with another AC that I have using makleso6/homebridge-broadlink-heater-cooler In the case of the other AC Siri replies there is a heater in the bedroom and also turns it on if I ask it to.

Logs:

[4/29/2023, 10:49:48 PM] [Gree AC] handleMessage {"t":"pack","i":0,"uid":0,"cid":"","tcid":"","pack":"K1eznjVLoWJqK9NN+mMpPUl9crNIXuEGnfPnEN/ki2YUCOPfy3A5ZD/CARAKkmof94BV14D75WA7daSRpW+3DJr42uYcls00dEzHq5Wldb1zccLXXLRCOXfOZeA3Z0cdrBQ4jwQtaIz5+0hvVyEe4AfJmqO67K5Cu2FtHymYU73Veqc6YPOTSBwVA2oyAFEop8XxAKBBbl82oWk30q2M964+O+evEavTk72ePOIjZ/yusqvmDLQEIsA7lgsLKoL8XboCbY3k2sH7VtQfGbDk+VDPd3nFGjvuUh3FQIMdt4PtswmgNZ9t2uprBTx0DIeomDX2MapH7qVwqG54BPAeQw=="}

[4/29/2023, 10:49:48 PM] [Gree AC] [-- 10.x.x.x:7000] Update Status: {"Pow":0,"Mod":1,"SetTem":26,"TemSen":72,"TemUn":0,"TemRec":0,"WdSpd":5,"SwingLfRig":0,"SwUpDn":2,"Blo":0,"Lig":1,"Quiet":0,"Tur":0,"HeatCoolType":0,"SvSt":0,"SwhSlp":0,"time":"2023-04-29 22:50:13"}
[4/29/2023, 10:49:48 PM] [Gree AC] handleMessage {"t":"pack","i":0,"uid":0,"cid":"","tcid":"","pack":"pEtKoi2sD5+wu7SaJf10M2Y3syRRykoaPDNjDiS3zG4skPFHxSxZukKyQiGgs7sz2a6/aNefJjKtWAXJy/lOLAubwa7K+CHMAI+vYCj9GD9rYzgckBab06EvbU4boTNvD7nfW2nh/yMhW57MdBr1qtvLCe0xCCc/R9spEZ4K1gHP96gWUDI10JO2s1Oq4LyFoqY2HIP0z3PmkHNz9vOcqqSTQWRtM9VwHlL7XF8JWatCmZ+FfErzCvLaWaGxCOAmhg988dK8al1FFADw0rU33GvEz3cM7beECVsP5G/FTE0ix2xDOMs2KmlLS1gWTypJzXHfkVyC5G5RkmYaEZlKGg=="}

[4/29/2023, 10:49:48 PM] [Gree AC] [-- 10.x.x.x:7000] Update Status: {"Pow":0,"Mod":1,"SetTem":27,"TemSen":73,"TemUn":0,"TemRec":1,"WdSpd":3,"SwingLfRig":4,"SwUpDn":1,"Blo":0,"Lig":0,"Quiet":0,"Tur":0,"HeatCoolType":0,"SvSt":0,"SwhSlp":0,"time":"2023-04-29 17:49:47"}

Plugin Config:

        {
            "name": "Gree AC",
            "language": "en",
            "port": 7002,
            "scanAddress": "10.x.x.255",
            "defaultValue": {
                "statusUpdateInterval": 3,
                "sensorOffset": 40,
                "hasFanMode": false,
                "hasDryMode": false,
                "defaultSpeed": 3,
                "defaultVerticalSwing": 0,
                "defaultHorizontalSwing": 0
            },
            "devices": [
                {
                    "mac": "",
                    "statusUpdateInterval": 10,
                    "hasFanMode": true,
                    "hasDryMode": true,
                    "sensorOffset": 40,
                    "defaultSpeed": 5,
                    "defaultVerticalSwing": 2,
                    "defaultHorizontalSwing": 3
                },
                {
                    "mac": "",
                    "statusUpdateInterval": 10,
                    "hasFanMode": false,
                    "hasDryMode": true,
                    "sensorOffset": 40,
                    "defaultSpeed": 5,
                    "defaultVerticalSwing": 3,
                    "defaultHorizontalSwing": 4
                }
            ],
            "platform": "GreeAirConditioner"
        },

Screenshots:

image

Environment:

  • Plugin Version: 1.3.5
  • Homebridge Version: 1.6.0
  • Node.js Version: v18.13.0
  • NPM Version: 8.19.3
  • Operating System: Docker w/ hb-service
kongkx commented

disable the power switch may help.