atmarosi Posted December 9, 2023 Share Posted December 9, 2023 Did some searching but couldn't find anything of the sort - so here we are... Got a Digital Logger's DIN Relay 4, trying to leverage Network Resources to trigger REST API call on said DIN Relay 4. Using Curl on test box on the same network I'm able to have a relay fire, but can't figure out how to chop up the curl command into something for Network Resources to consume...Any ideas? Working curl: curl --digest -u admin:admin -X PUT -H "X-CSRF: x" --data "value=true" "http://10.10.10.10/restapi/relay/outlets/2/state/" Thanks in advanced! Link to comment
atmarosi Posted December 11, 2023 Author Share Posted December 11, 2023 Found a work around in the mean time; Home Assitant + Wemo Relay Devices (Digital Loggers allows their relays to show up as a Wemo device). I can setup the necessary automations in HA until i figure it out further with Network Resources. Link to comment
Solution whywork Posted December 13, 2023 Solution Share Posted December 13, 2023 Hi I dont have Din Relay but do have Digital loggers web powerswitch Here is the network resource i use to turn on outlet 3 GET /outlet?3=ON HTTP/1.1 Host: 192.168.1.174:8074 User-Agent: Mozilla/4.0 Connection: Close Content-Type: application/x-www-form-urlencoded Authorization: Basic (password is requested, then saved when setting up network resource) Link to comment
atmarosi Posted December 14, 2023 Author Share Posted December 14, 2023 That worked!!!! Not sure why I didn't think of that! Appreciate it! Link to comment
Recommended Posts