Upgraded to PI OS bookworm and to a PI4
after this my python script does not work anymore. I worked before perfect.
I use:
Code: Select all
temp = "10.0"
command = 'curl -s \"http://192.168.2.100:8080/json.htm?type=command¶m=udevice&idx=13&nvalue=0&svalue=TEMP\"'
command = command.replace("TEMP",temp)
os.system(command)
But now not response nor fault message
Jumped back to BUSTER. Same problem
thanks so far, Willem