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

Unsupported model: yeelink.light.color7 but mostly works fine #1425

Closed
abid-i opened this issue May 23, 2022 · 1 comment · Fixed by #1426
Closed

Unsupported model: yeelink.light.color7 but mostly works fine #1425

abid-i opened this issue May 23, 2022 · 1 comment · Fixed by #1426

Comments

@abid-i
Copy link

abid-i commented May 23, 2022

Device information:

miiocli device --ip <ip address> --token <token> info

  • Model: yeelink.light.color7
  • Hardware version: esp8266
  • Firmware version: 2.0.8_0012

Additional context

miiocli yeelight --ip <ip address> --token <token> status

- Name: den_light
- Update default on change: True
- Delay in minute before off: 0
- Music mode: True
- Developer mode: True
- Main light
   - Power: True
   - Brightness: 100
   - Color mode: ColorTemperature
   - Temperature: 5714
   - Color flowing mode: False

Music mode being set to true seams a bit odd to me since this device is not advertised to support that.

All the other commands to controll the device seem to be working too except for dump_ble_debug, i am asuming this is an invalid command for this device since it is an esp8266.

miiocli yeelight --ip <ip address> --token <token> dump_ble_debug

- Error: {'code': -9999, 'message': 'user ack timeout'}
@abid-i abid-i changed the title yeelink.light.color7 Unsupported model: yeelink.light.color7 May 23, 2022
@abid-i abid-i changed the title Unsupported model: yeelink.light.color7 Unsupported model: yeelink.light.color7 but mostly works fine May 23, 2022
@rytilahti
Copy link
Owner

rytilahti commented May 23, 2022

If you use --debug, it will show you the returned payload. Maybe the device just sets the property related to music mode as true even when it's not support nor in use. The linked PR will remove the warning log message, thanks for reporting!

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

Successfully merging a pull request may close this issue.

2 participants