You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.
Firmware version is based off the version of the homebridge plugin - 0.5.1.
This is actually something I wanted to solve for a while and is listed under #3 - I tried for a few days to get this working, but had no joy with it - the challenge is the plugin is initialised before the API call is received, and for whatever reason the updateValue call wasn't working on those items.
If you have more insight, that would be awesome.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Looks like the calls to
.setCharacteristic(Characteristic.Model, this.appliance.info.compatibility) .setCharacteristic(Characteristic.SerialNumber, hostname + "-" + this.appliance.info.uuid)
Isn't setting these properly.
The firmware version is also showing as "0.5.1", when the BlueAir firmware shows as 1.1.38 (Wifi Firmware) and 10.35 (MCU Firmware)
The text was updated successfully, but these errors were encountered: