Skip to content

Releases: hfern/winix

Winix 0.3.0

07 Jul 06:23
aa3add0
Compare
Choose a tag to compare

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 with winixctl -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

09 Nov 21:08
Compare
Choose a tag to compare

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.