Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No status output on master branch #1893

Open
jerem opened this issue Feb 1, 2024 · 1 comment
Open

No status output on master branch #1893

jerem opened this issue Feb 1, 2024 · 1 comment
Labels

Comments

@jerem
Copy link

jerem commented Feb 1, 2024

Describe the bug
When running a status command on my device (airqualitymonitor), nothing is printed.

Version information (please complete the following information):

  • OS: Linux
  • python-miio: master branch 0.6.0.dev0 (658ee2e)

To Reproduce
Steps to reproduce the behavior:

  1. Switch to master branch
  2. poetry run miiocli airqualitymonitor --token XXX --ip XXX status

Expected behavior
Status output is printed as it used to be with version 0.5.2

Console output

$ git checkout master
$ poetry run miiocli airqualitymonitor --token XXXX --ip 10.150.6.24 status

$ git checkout 0.5.12
$ poetry run miiocli airqualitymonitor --token XXXX --ip 10.150.6.24 status
Power: on
USB power: True
Battery: 100
AQI: 35
Temperature: None
Humidity: None
CO2: None
CO2e: None
PM2.5: None
TVOC: None
Display clock: False
@jerem jerem added the bug label Feb 1, 2024
@rytilahti
Copy link
Owner

Could you try to see if there's something interesting in the debug logs (by calling miiocli --debug ...)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants