A Fan
A Fan
To save the emojis into the db set the collation of the field to "utf8mb4_general_ci" And to read them after a MySQL select, use `mysqli_set_charset($connection, 'utf8mb4'); ` right after the...
Okay, I found out that it is a simple POST. However, when I try to just send it to my server, it says Connection refused. But I can access the...
Hello, the sensor is within my home network, while the API is on my webserver. Yes, I did check the option "Send data to custom API". I have tried all...
This is what I have in device status 
No, my server is not in my local network. It is an outside network
Well, I don't know where you are getting this IP address. in the server field, I have the hostname of my server 
Oh, you got it from the initial screenshot. That's the configuration before me editing it.
Same result with a configuration like this. 
Tried these ways  Now, there is no "Connection refused" error in the device status  However, there is also no attempt to send any data to my server. The...
is there anything else I can try. Still don't receive any data from the sensor to my server