You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional context
status doesn't pass, returns an error:
File "/config/tutorial-env1/lib/python3.12/site-packages/miio/miot_cloud.py", line 46, in info_for_model
raise CloudException(
miio.exceptions.CloudException: No releases found for model='micar.car.ms11' with status_filter='released'
Looks like there's no description file for such model (you can check by running cat ~/.cache/python-miio/model-to-urn.json|jq '.instances[]|select(.model=="micar.car.ms11")', just in case the "released" filter would have skipped it).
So finding out which commands are supported would require going through different siids&piids to find out if some of them respond to your queries, and then potentially trying to set them using set_property_by.
Device information:
Model: micar.car.ms11
Hardware version: Android
Firmware version: 1.1.2
Supported using: GenericMiot
Command: miiocli genericmiot --ip 192.168.137.42 --token 356XXXXXXXXXX3
Supported by genericmiot: True
Additional context
status doesn't pass, returns an error:
get_property_by returns some data:
How else can I help you find additional commands or the ability to drive your car remotely?
The text was updated successfully, but these errors were encountered: