this post was submitted on 12 Jun 2023
106 points (100.0% liked)

Technology

37592 readers
202 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

We really do live in a boring dystopia

you are viewing a single comment's thread
view the rest of the comments
[–] morph3ous@lemmy.world 10 points 1 year ago* (last edited 1 year ago) (1 children)

I’m on the bandwagon of no “smart home” devices that connect to the cloud. I build a lot my own little controllers with the ESP8266/ESP32 using MQTT to communicate with OpenHAB.

OpenHAB has served me well, but I started using it so long ago that I have not tried out some of the newer options like HomeAssistant.

Here is one of the devices I developed a long tome ago. It used an old chimera of a board, the Arduino Yùn. https://www.instructables.com/Introducing-Climaduino-The-Arduino-Based-Thermosta/

The code referenced in the Instructable is much older code. I don’t think I have my current and much simpler code on Github for the ESP8266. If there is any interest, I can push it.

[–] morph3ous@lemmy.world 3 points 1 year ago

My new code just turns things on or off and monitors temperature and humidity.