Jose Antonio

Results 5 comments of Jose Antonio

Hello. I have tried as script, but it is not working: ``` script: pecera_alimenta_peces: alias: pecera_alimenta_peces sequence: - service: xiaomi_miio_raw.sensor_raw_command data: entity_id: sensor.pecera method: action params: - did: feed aiid:...

If I use in python-miio ` miiocli miotdevice --ip 192.0.3.171 --token xxx raw_command call_action "[{'did': 'feed_fish', 'siid': 4, 'aiid': 1}]" ` That return this: ` [182, 4, 0] ` And...

Finally it is working if I use this: ``` alias: pecera_alimenta_peces sequence: - service: xiaomi_miio_raw.sensor_raw_command data: entity_id: sensor.pecera method: call_action params: - did: feed siid: 4 aiid: 1 mode: single...

Not really, always return [182, 4, 0] each time I run the action

still the same: [182, 4, 0]