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

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

Alexa, Amazon free?

What a time to be alive! Smart stuff everywhere. Your television, the light, temperature – every day the amount of „smart“ things increases. First they were controlled with buttons. Nowadays you can use an app for almost everything. The next step? Of course – your voice. Every „big player“ has its own voice assistant. The problem of all those assistants is, that they claim to require internet to work. Thanks to companies like Snips you can show that this is not true as the whole recognition and most of the actions work without any internet at all. I build an offline smart speaker with a Raspberry Pi 3 A+ and Respeaker 4Mic-Array which is working really nice. The only problem in this setup is the super-low WAF 😄.

Weiterlesen