oogje / homebridge-i6-bigAssFans

A Homebridge plugin which allows you to control a Big Ass Fan.
MIT License
20 stars 4 forks source link

propertiesTable === undefined #11

Closed DJay-X closed 2 years ago

DJay-X commented 2 years ago

Describe The Bug:

I think, but unsure, after updating the Fan Firmware to 3.1.0 I see the following in the Logs. However, the fan still responds controlling by HomeKit.

To Reproduce:

Expected behavior:

Logs: [21.7.2022, 11:10:27] [BigAssFans-i6] Deckenventilator - propertiesTable[0x90, 0x04] === undefined [21.7.2022, 11:10:27] [BigAssFans-i6] Deckenventilator - propertiesTable[0x98, 0x04] === undefined [21.7.2022, 11:10:27] [BigAssFans-i6] Deckenventilator - propertiesTable[0xa8, 0x05] === undefined [21.7.2022, 11:10:27] [BigAssFans-i6] Deckenventilator - propertiesTable[0xe8, 0x06] === undefined [21.7.2022, 11:10:27] [BigAssFans-i6] Deckenventilator - no light detected [21.7.2022, 11:10:27] [BigAssFans-i6] Deckenventilator - current relative humidity out of range: 1000, assuming no humidity sensor for model "Haiku H/I Series" [21.7.2022, 11:10:27] [BigAssFans-i6] Deckenventilator - propertiesTable[0xa0, 0x05] === undefined [21.7.2022, 11:10:27] [BigAssFans-i6] Deckenventilator - propertiesTable[0x82, 0x0b] === undefined [21.7.2022, 11:10:27] [BigAssFans-i6] Deckenventilator - propertiesTable[0x8a, 0x0b] === undefined [21.7.2022, 11:10:27] [BigAssFans-i6] Deckenventilator - propertiesTable[0x92, 0x0b] === undefined [21.7.2022, 11:10:27] [BigAssFans-i6] Deckenventilator - propertiesTable[0x9a, 0x0b] === undefined

Show the Homebridge logs here, remove any sensitive information.

Plugin Config:

{
            "fans": [
                {
                    "name": "Deckenventilator",
                    "ip": "xxx:xxx:xxx:xx",
                    "mac": "xx:xx:xx:xx:xx",
                    "fanModel": "Haiku H/I Series",
                    "whoosh": true,
                    "fanAuto": true,
                    "lightAuto": false,
                    "dimToWarm": false,
                    "ecoMode": false,
                    "showTemperature": false
                }
            ],
            "platform": "BigAssFans-i6"
        }

Screenshots:

Environment:

yeo423 commented 2 years ago

Having the same issue. Upgraded the firmware last night as well.

oogje commented 2 years ago

Looks like the update is presenting information about new functionality. If you want to run the beta (homebridge-i6-bigassfans@0.5.0-beta3) it might suppress the messages by default. If it doesn't we can fix that.

DJay-X commented 2 years ago

Looks like the update is presenting information about new functionality. If you want to run the beta (homebridge-i6-bigassfans@0.5.0-beta3) it might suppress the messages by default. If it doesn't we can fix that.

Yes. 0.5.0-beta3 did suppress the messages.

yeo423 commented 2 years ago

The beta suppressed the messages on mine as well. Thank you!

oogje commented 2 years ago

Thank you. I'll make the beta a legit release and then I'll close this issue.

oogje commented 2 years ago

homebridge-i6-bigassfans@0.5.1 is the release version. There is no (known) functional difference from 0.5.0-beta3. Thank you both.