Report Weather Station Data with Home Assistant not work
-
Hello,
I am trying to create a yaml configuration to send data through Home Assistant.
You can find the created code in the attachment.
The automation starts but ends with an error
RESTful Command;
Error. Url: https://stations.windy.com/pws/update/exxxxx Status code 400.
Please advise what I am doing wrong, how to modify the code to send the data?Thank you for your help.

-
@Makules Hello, please ready carefully this topic. It should help you to correct the code. It seems you are missing station ID which is why it doesn't work. Have a nice day, Niki
-
@Nicole-Dolezalova
Hello, I edited the code, but I still get an error and the data is not being received.
I think it should be correct now.

-
@Makules Hello Markules,
after taking a closer look to your query I see the issue: you send
baromin: 1014.7which doesn't make any sense, since it's 35421 mbars. Try publishing pressure measurements tombarfield.Moreover, it's important to keep 5 min interval between measurements as we ignore such requests.
For further request debugging please refer to the response you receive from the API. You'll be able to pinpoint exact reason why your request fails with detailed error messages.