• 0 Posts
  • 106 Comments
Joined 2 years ago
cake
Cake day: December 15th, 2023

help-circle

  • One of my best uses for home assistant is fine tuning the fridge and freezer temperatures.

    At one point the fridge was not cycling and just running the compressors nonstop. I was able to adjust it so it cycles properly and stays within proper temperatures.

    I also use it to monitor temperature and humidity inside and outside, cloud patterns, sun set and sun rise times, monitor power use and all my batteries and charge status (off grid). And will keep adding more and more. Hoping to some day monitor my water tanks that will collect rain water soon.

    All this and it only consumes maybe 3 watts for all the smart stuff.

    Before I moved we used it to have automatic lights in some rooms, and when someone goes in front of the driveway camera all the lights in the house changed color to let us know. That alone was a life saver.










  • I am not a programmer, but I did code something from scratch.

    I started with a simple idea, I wanted a bot that can chat on twitch.

    I did tons of research, applied for a key from twitch, finally got it to log into chat with the most basic of sample code.

    Then I started to make commands for it. Added one by one over about a year.

    Then the real challenge was getting the code to do math for people in chat: change temperatures between F and C, doing calculations for the blood moon on 7 days to die, and other stuff like that. Eventually I got all that working but it took a ton of trial and error.

    The parts I couldn’t get working yet are getting my code to talk with a SQL database and commands so people can add and remove the bot from their channels themselves. Not sure I will ever finish it since I no longer run a server 24/7 now that I’m offgrid.