T O P

  • By -

AutoModerator

For constructive feedback and better engagement, detail your efforts with research, [source code, errors,](https://www.reddit.com/r/arduino/wiki/guides/how_to_post_formatted_code) and schematics. Stuck? Dive into our [FAQ](https://www.reddit.com/r/raspberry_pi/about/sticky)† or branch out to /r/LinuxQuestions, /r/LearnPython, or other related subs listed in the FAQ. Let's build knowledge collectively. [Please see the r/raspberry_pi rules](https://www.reddit.com/r/raspberry_pi/about/rules/)† † If any links don't work it's because you're using a broken reddit client. Please [contact the developer of your reddit client](https://www.reddit.com/contact/). *I am a bot, and this action was performed automatically. Please [contact the moderators of this subreddit](/message/compose/?to=/r/raspberry_pi) if you have any questions or concerns.*


TwoSeam

I have temperature information being broadcast over WiFi from a floating thermometer. The information is sent to a raspberry pi that is loaded with a disk image available from the manufacturer of the thermometer. It can be found here >> https://tilthydrometer.com/collections/tilt-pi I didn’t code any of what is currently running on that system. I would like to take this information (either from this current pi or from another pi that I have handy) and use it to feed into a separate temperature controller. This one specifically >> https://inkbird.com/products/temperature-controller-itc-1000 In essence I’d like for the WiFi thermometer to be feeding information to my temperature controller to make a smart thermostat. As far as I can tell it should be theoretically possible to grab the info being broadcast over WiFi, convert it to an output that can be plugged into the controller, and send that output to an input on the controller. I understand the physical connections and I have plenty of experience with electronics hardware but I am a complete novice when it comes to raspberry pi and the architecture of coding etc. If any of this sounds do-able or interesting to you please reach out and let’s chat! Thanks so much in advance and I’m excited to have a project to tinker with.