Hello, I have one problem that I can’t to solve.
I’d like to send data from my device to HA. I have created short php prog that send test messages to HA: {"state":"43","attributes":{"type":"sensor","value":33.5,"message":"Property norm","friendly_name":"All functions","temperature":"21","voltage":"5.07"}}
I can get and see value of ‘state’ field, but i can’t to find a way to see/to use other fields, such as ‘value’, ‘voltage’.
In my config I have tried:
I use API to receive message at HA side. (Headers and others details regarding REST API | Home Assistant Developer Docs ) - so it works well.
(To anyone who will repeat my experiment I leave my code below).
My php:
Hi,
I’m trying to achieve something similar as You but not really sure how to start :frowning
My solar panels provide me with a web interface where I can see how much power each panel is generating, etc.
I would like to read a specific value from that page and then somehow pull this into HA. I have checked that I can use curl command which produces something like this: