I have a HA server running. I have another RPi that I would like to use to send the temperature (measured using a 1-wire thermometer) of a freezer in another room. What is the easiest way to do this? Is there a lightweight app that can be installed on the remote RPi that would measure the 1-wire temp and then send to the temperature to my main HA server (possibly using MQTT)?
Another option would be to install HA on the remote RPi and send measurements from that RPi to my main HA server, but this sort of seems like overkill.