httpresponse = urllib.urlopen("http://"+ domoticzserver +"/json.htm?type=command¶m=udevice&idx=27&nvalue=" + str (Ingang_17_1) + "&svalue=" + str (Text_17) )
I've tried many things but I can't get it to work anymore. I often get the syntax error.
The urllib.urlopen changed to urllib.request.urlopen (for python3) also gives no result
I use this call to update virtual sensors visible in the device tab.
Can someone tell me where I'm going wrong. It's probably something simple that I'm overlooking.

Ronald.