Please help.
Upgraded to PI OS bookworm and to a PI4
after this my python script does not work anymore. I worked before perfect.
I use:
temp = "10.0"
command = 'curl -s \"http://192.168.2.100:8080/json.htm?type ... value=TEMP\"'
command = command.replace("TEMP",temp)
os.system(command)
Normally I got a response from Domoticz that the the call was accepted.
But now not response nor fault message
Jumped back to BUSTER. Same problem
thanks so far, Willem
Top
Upgraded to PI OS bookworm and to a PI4
after this my python script does not work anymore. I worked before perfect.
I use:
temp = "10.0"
command = 'curl -s \"http://192.168.2.100:8080/json.htm?type ... value=TEMP\"'
command = command.replace("TEMP",temp)
os.system(command)
Normally I got a response from Domoticz that the the call was accepted.
But now not response nor fault message
Jumped back to BUSTER. Same problem
thanks so far, Willem
Top
Statistics: Posted by paysan18 — Mon Jan 22, 2024 2:02 pm