06.01.2024, 20:33
Hello,
I found a way to make my script verbose to better understand what is happening by redirecting messages to the logs.
After the HTTPS request, I inserted the following line of code:
And the output is as follows:
The variable "code," which works on my PC by returning the value 200, gives me the value "104" when the script runs on the Wiser for KNX. Information online suggests updating libraries such as ssl.https, json, etc. I believe we may need to wait for a future firmware update. I will keep you informed if I manage to get my script working.
Thank you,
NiSAGNEL
I found a way to make my script verbose to better understand what is happening by redirecting messages to the logs.
After the HTTPS request, I inserted the following line of code:
Code:
log("Status code:", code)
Code:
* arg: 1
* string: Status code:
* arg: 2
* string: wantread
Thank you,
NiSAGNEL