Search found 1 match

by andrewcarsten17
Sunday 02 June 2024 7:27
Forum: Other questions and discussions
Topic: How to Modify Data in DATA-PUSH HTTP?
Replies: 1
Views: 410

How to Modify Data in DATA-PUSH HTTP?

Hello, 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: wget --post-data '{"watt":120}' https://website.de You can see how I tried it in the attached picture, but it does not work. Is there a way to debug how ...