I want to send data from a power sensor to a website using Data-Push-HTTP. On the command line, it works with the following command:
Code: Select all
wget --post-data '{"watt":120}' https://website.de
- Is there a way to debug how Domoticz creates the URL to ensure it is correct?download lagu
- The second problem is that the value %v is a number like 123.12, but the website only accepts 123.
- Is there a way to manipulate the data before sending it?
Code: Select all
HttpLink: sending global variable Watt with value: -256.00
HttpLink: response Unexpected error occurred.
Sorry about the spaces, but it seems URLs and numbers with dots are not allowed here.