Piero Monopoli
Apr 29, 2021, 1:49 EDT
Hi, I should develop communication with the Philips home automation lighting system on the Webex system (Telepresence SX). The system can be controlled through http GET calls. ex. to set the percentage to 25% of channel 3 in area 2 send: <http://192.168.38.140/SetDyNet.cgi?a=2&c=3&l=25>
If you want to request the status of the channel just commanded, it would be sufficient to send:
<http://192.168.38.140/GetDyNet.cgi?a=2&c=3&l=>
Using postman works perfectly, you need to use base64 encoding (admin: admin). Anyone have a suggestion?
Thanks so much.