I am pretty new to domoticz, after quite a few searches on the forum, I remain stuck...
I have an ssh connection to the pi, and i type
Code: Select all
"curl http://192.168.0.212:8080/json.htm?type=command¶m=udevice&idx=19&nvalue=0&svalue=33;0"
(when going to
Code: Select all
http://192.168.0.212:8080/json.htm?type=command¶m=udevice&idx=19&nvalue=0&svalue=33;0
in settings, trusted networks, I have "127.0.0.*, 192.168.0.212" and API protection is set to allow basic auth
I have raspberry pi 5, domoticz 2024.7, ip of the pi is 192.168.0.212
Am I doing something very basic wrong in the curl command?
What can I actually do in terms of debugging to understand why I get 401, as far as I understand, it should be allowed as I have the ip in trusted networks?
Thanks a lot for the help
Bart