ioBroker / ioBroker.hass

Connects Home Assistant to ioBroker
https://www.home-assistant.io/
MIT License
24 stars 15 forks source link

Trigger a service in HASS #115

Open Vippis2000 opened 4 weeks ago

Vippis2000 commented 4 weeks ago

Hi,

I want to trigger a service in HASS, e.g. clean_segment for the Tasshack Dreame vaccuum integration.

How do I trigger a service in HASS from IOBroker?

https://github.com/Tasshack/dreame-vacuum/blob/dev/docs/services.md

service: dreame_vacuum.vacuum_clean_segment data: segments: "1" repeats: "1" suction_level: "2" water_volume: "1" target: device_id: 5e8440f65355cab29dcced160630662e

Apollon77 commented 3 weeks ago

Did you read https://github.com/ioBroker/ioBroker.hass?tab=readme-ov-file#set-a-stringified-json-to-provide-one-or-multiple-fields ? Was it helpful or not?