The Mix 1/4
Read from your Landis+Gyr E450 Smartmetter
If you're a Romande Energie customer in the canton of Vaud, you likely have a Landis+Gyr E350 or E450 smart meter with an AD-FU module. This meter exposes real-time electricity data — power, energy, voltage, current on all three phases — via a wired M-Bus interface on an RJ12 connector. Here's how to get that data into Home Assistant running in Docker on a Debian machine.
Automating Nextcloud App Releases with GitHub Actions
If you've ever manually released a software package, you know the drill: update version numbers in multiple files, generate a changelog, create git tags, build and sign the package, upload to various distribution platforms... and then do it all over again when you need a hotfix. It's tedious, error-prone, and frankly, not a great use of your time.
Typed Javascript library
Making a reusable correctly typed library has always been something I wanted to achieve. I've tried multiple times but could never find the magic recipe. Until now.
Multi account SSH GIT access
How to have more than one account on github or bitbucket with different SSH keys
bash, screen and automation
Starting a new job in IT brings always new fun moments to speed up things by automating CLI tasks.
Svelte summit 2021
This year's svelte summit was great. My picks of this year's summit in no particular order.
Network Error Logging
Server responses so slow the user abandoned! Trace using NEL and an example in Node.js