I currently have a home automation box that receive data from sensors. It is able to launch an http request each time it receive data from these sensors.
Would it be possible for it to call a http URL on the home assistant in order to send it some sensor values, that would be used as temperature, humidity, sensor state, etc… ? For example http://IP.FROM.HOME.ASSISTANT/send.php?sensor_id=1&value_1=30&value_2=50…
This box also has a JSON feed, but that feed has to be retrieved each given time, and retrieval is not triggered only when value is updated, whereas it would be if the home automation box send the values by itself.
Thanks for your help.