merdok / homebridge-miot

Homebridge plugin for devices supporting the Xiaomi miot protocol
MIT License
364 stars 62 forks source link

Integrate Roborock S5 #557

Closed T-Bone90 closed 6 months ago

T-Bone90 commented 6 months ago

Hello everyone, I wanted to insert my Roborock S5 with the great plugin, but it only worked to a limited extent. I would like to add a second "Pause" switch and a "Where am I" switch. But I couldn't find any action buttons or anything like that. Are there any instructions on how to implement all of this?

Thanks in advance

merdok commented 6 months ago

hi, not sure what the issue is, but you probably have to enable the actionButtons

T-Bone90 commented 6 months ago

I would like to have 2 extra buttons next to the start/stop.

Yes, thanks, but how do I find out which action buttons I can use? Or where do I get the variables? I read the readme but couldn't find anything.

merdok commented 6 months ago

Just set the actionButtons property to true, then all the avialable actions will appear. Other then that, you can put your device model here and it will show you all the action: https://www.merdok.org/miotspec/

T-Bone90 commented 6 months ago

Thank you so much!