Some of you might know the framework ESPEasy. It helps you with very common problems and gives you enough flexibility to be able to solve tasks with medium complexity. After some smaller projects I learned a few things about the microcontroller and the framework. This knowledge could be useful if you plan to realize projects with this setup.
It has been a long time since my last post. Today I would like to share some experience in 3d-printing with you. At the moment my printer runs almost 24/7, because Christmas is coming quite fast and I need a lot of gifts for all the persons around me.
As you might have noticed I am currently updating the household with some "smart devices". All of the old 433 MHz actuators have been replaced by WiFi actuators from Sonoff. At the moment I am controlling all the actuators via the web-interface of HomeAssistant. This is basically great, but I do not want to be a slave of my smartphone/tablet/PC. Especially not for such a simple task like turning lights on or off. When I browsed itead I found a "smart switch" - the Sonoff Touch. Seconds later it was on my list of ordered items.
If you have used Home Assistant it is very likely that you also glanced at the "History"-function of the GUI. I really like this view, because it shows you relevant data in a simple way and it is very easy to find basic connections between elements. So I would like to use this feature also in the future. So you might ask yourself "Where is the problem?". If we have a look at the documentation of Home Assistant you will notice that the default database is a sqlite3-database.
One of my biggest problems is that I am having so many different projects. So if I do not write down important steps I tend to forget them and I have to find the solution again from scratch. Because I am doing this now for the third time I am now writing it down.