DD3-Stromzähler in openHAB einbinden

Vor kurzem wurde unser Stromzähler auf ein digitales Modell umgestellt. Klar, Ablesen kann ich den Verbrauch (bzw. auch als Bezug bezeichnet) genau so wie beim alten Zähler ablesen. Interessant wird es aber durch die integrierte Schnittstelle, denn dadurch lassen sich Veränderungen des eigenen Verbrauchs ablesen und die Wirksamkeit einschätzen. Die Einrichtung in openHAB hat länger gedauert als gedacht, obwohl es am Ende ganz einfach ist.

Weiterlesen

openHAB with InfluxDB, and Grafana, on Docker!

Wow, what a long title. But this is the setup I want. Tutorials on the internet are either hard (impossible) to follow or outdated. Until today, I use JDBC persistence and MariaDB as database (because I already have it for my Nextcloud). For the data generated through my smart home, this is not the best choice. Soon I’ll also have photovoltaics on my roof where I want to do some visualization. So why not use the chance to move on and do a clean setup with all the things named in the title?

Weiterlesen

Control KNX via HomeKit

Almost every smart technology comes with some kind of (mobile) application. Although KNX is already over 30 years old, there is no official app to control your system. Moreover, the KNX association talks about IoT and integration, but I couldn’t find real content, especially about the just-released Matter standard. There are many vendors selling visualizations and mobile apps though. Since I’ve already been using Apple’s HomeKit and Home app for quite some time now, I want to integrate KNX into HomeKit. In this post, I want to show you some possibilities, ranging from 0€ to ~1000€.

Weiterlesen
homekit notification

Let it ring!

As preparation for our upcoming house, I have to decide and clarify several things. One of those is the question if I need a separate bell or use my existing one when installing an yet to be defined doorbell. Luckily it is possible to ring a doorbell on Homepod running via HTTP request. Okay, to be fair, it’s no direct request, instead I use homebridge to connect custom things with Homekit. This post is a small note how to let your Homepod ring.

Weiterlesen
Grundriss

Planung eines Haus-Grundrisses

Weiterhin Materialengpässe auf Grund der Corona-Pandemie und Naturereignissen, Zinssteigerungen, Preissteigerungen, Inflation und Krieg zwischen Russland und der Ukraine – im Moment geschehen viele Dinge, die den Bau eines Hauses immer kostspieliger machen. Dennoch möchte ich unsere Erfahrungen als persönliches Tagebuch festhalten. Sicher findet der eine oder die andere daran auch noch einen Nutzen. In diesem Beitrag geht es um den Grundriss des zukünftigen Hauses. Wahrscheinlich lässt sich das Vorgehen auch auf Sanierung und Umbau einer Bestandsimmobilie anwenden.

Weiterlesen

Wir kaufen eine Ruine

Seit einigen Jahren wird es zunehmend schwer, Wohneigentum zu erwerben, durch dessen Kauf nicht auch die eigenen Kinder verschuldet werden. Der Immobilienmarkt ist angespannt wie lange nicht. Sparzinsen sind quasi nicht vorhanden und gewinnversprechende Anlagemöglichkeiten sind teils mit hohen Risiken oder Amortisationszeiten verbunden. Aus diesem Grund überrascht es nicht, dass derzeit primär in das umgangssprachliche Betongold investiert wird. Für uns ging es bei der Suche nach einem Haus lediglich um Neubauten oder zu sanierende Gebäude. Beides war in unserer Region jedoch weit über Preisen, die wir zu zahlen bereit waren. Durch Zufall entdeckten wir das im Titelbild dargestellte Inserat – eine Option für uns?

Weiterlesen

Raspberry Pi Construction Cam

In the beginning of 2021 we brought a really old house. This house already deflates heavily – there is no other choice than demolition. Since I think it’d be nice to see the progress as time lapse movie, I wanted to install a camera. The common term for this is construction cam. I’m aware about commercial vendors like Brinno selling those cameras, but (at least for the demoltion) i didn’t want to spend additional money. Therefor, I used parts laying around to build a simple construction camera with a Raspberry Pi 3 A+ and an USB webcam.

Weiterlesen

Watchtower Telegram notifications

Keeping things up to date can be a hard job. Luckily, software developers are both lazy and focused on simplicity and security. Operating systems, mobile applications, plugins – most of technical stuff can be updated easy today. If you add a docker container via any registry (mostly hub.docker.com), you can pull new releases for the used tag. But this does not restart the container – here comes the Watchtower!

Weiterlesen

Part 3: Redirecting Logs to Log Center

Time to tackle the logging topic. By default, openHAB logs to several logfiles in userdata/logs with alternating logging files. When you followed the first parts of this post series, you don’t expose log data to the outer world – but you somehow need to read the logs. Luckily, DSM includes the Log Center to gather all your logs in one place. In this post, you’ll learn how to redirect the logs.

Weiterlesen