Releases: pschroeder89/homebridge-levoit-humidifiers
v1.14.1
What's Changed
- fix discord image by @pschroeder89 in #69
- 67 cant see oasismist 600s by @pschroeder89 in #70
- 77 fix unhandled config exceptions (HOOBS-specific)
- fix cool mist from sleep mode for LUH-O601s, fix cool mist accessory removal
- Target Humidity now populates the current target humidity value in the slider when in sleep mode for all models. We previously returned 0 for any model that didn’t support changing the humidity while in sleep mode, but that created some confusion.
Full Changelog: v1.12.2...v1.14.1
v1.12.2
What's Changed
- #62: Don't restart plugin on bad creds by @pschroeder89 in #63
- #65: fix showOffWhenDisconnected logic by @pschroeder89 in #66
- #67: add oasismist 600s kus model by @pschroeder89 in #68
Full Changelog: v1.11.0...v1.12.2
v1.11.0
What's Changed
- #60: Added support for LUH_O601S_WUS (Superior 6000s)
- #55: Added support for model LEH-S601S-WUS (OasisMist 600s)
- #54: Allow disabling humidity sensors
- Now supports Manual mode on Oasis 1000s models (huge shoutout to @tkamenick for bypassing VeSync's SSL pinning to get the correct JSON)
- Installed prettier and integrated with eslint
- Added support for Node 20 and dropped support for Node versions 12, 13, and 15
Full Changelog: v1.9.0...v1.11.0
v1.9.0
What's Changed
- Added support for OasisMist 1000s by @pschroeder89 in #52
- Readme Updates
Full Changelog: v1.8.6...v1.9.0
Notes
The new Oasismist 1000S model has different fields and values compared to all previous models. VeSync has also enabled SSL Pinning in their apps, so debugging and figuring out the correct JSON structures has become impossible. Because of this, I'm unable to figure out how the Oasismist 1000S manual mode works to control the Cool Mist slider, so that sub-accessory is omitted for that model, but Auto and Sleep modes still work.
v1.8.6
What's Changed
- Adds RGB light brightness support for new Dual200S model. You can adjust brightness and on/off for now. Color is not yet implemented, looking into it next.
- Fixes a bug with Oasis Humidifiers not setting correct Humidity mode.
- Improved some debug logging, which helped a lot in getting the RGB light working.
- Adds vscode launch.json for debugging. Breakpoints and full debug mode! Finally!
- Updates to README around Dual200s light, Oasis humidifiers, Discord link.
Full Changelog: v1.8.0...v1.8.6
v1.8.0
What's Changed
- #35: fix humidity mode logic for LV600s models by @pschroeder89 in #39
Full Changelog: v1.7.6...v1.8.0
v1.7.6
What's Changed
- Add support for Oasis Humidifiers by @pschroeder89 in #37
Shoutout to @haxo93 for the GitHub sponsorship donation!
v1.7.2
v1.7.2
Fix:
Fixes a bug introduced in v1.7.1 that caused values to return undefined
in certain conditions. Shoutout to @smockle for the quick find and fix.
v1.7.1:
What's new:
Disconnected devices will now be auto-removed from HomeKit after a Homebridge restart if showOffWhenDisconnected is set to false (default). If set to true, device will stay in HomeKit with an Off status.
v1.7.1
What's Changed
- Disconnected devices will now be auto-removed from HomeKit after a Homebridge restart if
showOffWhenDisconnected
is set tofalse
(default). If set totrue
, device will stay in HomeKit with an Off status. Note that this can lead to warning logs in the Homebridge output.
v1.7.0
Features:
- Added capability to turn off optional accessories from config.json.
- You should not need to clear device cache after making these changes. Write a bug if you do.
- Everything except the Humidifier (Auto mode) and the Humidity Sensor can now be disabled.
- Tip: If you want Descriptions of the accessories under the controls, only turn 3 of the controls on (4 total, including the Humidifier). HomeKit will sometimes do it with 3 total, but I found that it's most consistent with 4 total controls turned on. This is not something I can change or improve, this is a weird HomeKit thing from what I can tell. Example of what I mean below.
- Added UI checkboxes for new accessory config options.
- Updated README with new screenshots and info about accessory disabling / enabling.