Received in Node Red via HTTP IN with the URL being /rest/metering/upload
A flow which converts the XML to JSON whereby I can extract the electricity demand data
Onward to Influx and Grafana for visualizing.
All has been working fine for months. As I understand there have been updates to Hass. io which may change slightly how this behavior works, or requires configuring.
I now receive 401 errors (HTTP unauthorized) from the Rainforest, which suggests that it is no longer able to post to Node Red within Hass. io
Could someone describe how this relationship should work now? The rainforest does not have any options to send username/password, it can only post its info to a URL.
Should I change something in the Node Red / Hass. io add-on config?
Just a little extra info - I see this in the Hass.io Node Red add-on page:
[24/Aug/2019:15:34:08 -0700] 401 -(10.0.30.100) POST /rest/metering/upload HTTP/1.1 (Raven Uploader/v1)
Multiple occurrences like that which I understand to mean that the messages are coming in, i’m just not seeing why they are being 401’d. (10.0.30.100 is the rainforest)
My flow in node red has a 200 response going back to the HTTP IN node.