fredguy commented almost 3 years ago
in order to set a status on my home automation, i need to send a simple url get that looks like : https://api.eedomus.com/set?action=periph.value&periph_id=545296&value=0&api_user=xxx&api_secret=xxx
That way i can trigger event in the house based on current plex status. lights etc... Culd we create an agent that simply send a get url based on the existing events ?
JonnyWong16 commented almost 3 years ago Admin
Use a custom script. There are examples in the wiki.
Join the discussion!
fredguy commented almost 3 years ago
in order to set a status on my home automation, i need to send a simple url get that looks like : https://api.eedomus.com/set?action=periph.value&periph_id=545296&value=0&api_user=xxx&api_secret=xxx
That way i can trigger event in the house based on current plex status. lights etc... Culd we create an agent that simply send a get url based on the existing events ?
JonnyWong16 commented almost 3 years ago Admin
Use a custom script. There are examples in the wiki.