rytilahti / python-miio

Python library & console tool for controlling Xiaomi smart appliances
https://python-miio.readthedocs.io
GNU General Public License v3.0
3.55k stars 543 forks source link

Xiaomi Smart Speaker (IR control) #1803

Closed danielszilagyi closed 11 months ago

danielszilagyi commented 11 months ago

2023-08-02 20:35:15.264 WARNING (SyncWorker_4) [miio.device] Found an unsupported model 'xiaomi.wifispeaker.l05g' for class 'ChuangmiIr'. If this is working for you, please open an issue at https://github.com/rytilahti/python-miio/

Device information:

Use miiocli device --ip <ip address> --token <token>.

Model: xiaomi.wifispeaker.l05g
Hardware version: Linux
Firmware version: 1.69.7

Hello,

Got the warning on the top so opening this issue.

The mentioned device's IR remote actually works fine with manually configured xiaomi_miio integration, and also mentioned in the related code as ChuangMi so I believe this could be added to the list of the devices in here but would wait for your confirmation before PR'ing it.

thanks Daniel

rytilahti commented 11 months ago

Hi Daniel,

the list of supported devices will be used to create the correct device instance in the future release, so the PR looks good to me!