Releases: hfern/winix
Releases · hfern/winix
Winix 0.3.0
Winixctl CLI now has the ability to control multiple devices!
The pip package has been updated and can be installed with pip install winix==0.3.0
.
Full release notes
- Ability to control multiple devices with the
--device
flag. You can specify the exact device to control by using either the device index (0), MAC, or Alias ("Bedroom"). Give it a try withwinixctl -D bedroom plasmawave on
! There are detailed multi-device usage notes in the README. - Fixed a possibility to corrupt the saved credentials file.
- Better error management. Errors are now written to stderr and the process will exit with return code 1 for all failures. This should make winixctl significantly easier to script in home automation.
Winix 0.2.1
Thank you to @hftsai256 for adding the getstate
command, which will allow you to get the current status of sensors and controls from your device.
$ winixctl getstate
power : off
mode : auto
airflow : medium
aqi : 1
plasma : off
filter_hour : 655
air_quality : good
air_qvalue : 0
ambient_light : 0
The Pip package has been updated, and can be installed with pip install winix==0.2.1
.