Crypto trading with freqtrade Some snippets/notes on how to use freqtrade. https://www.freqtrade.io/en/latest/ https://github.com/freqtrade/freqtrade $ sudo apt install -y python3-pip python3-venv python3-pandas python3-pip git $ git clone Ron Klinkien 14 Feb 2024 · 2 min read
My Home Assistant Setup - Part 1 I use Home Assistant for quite some years now, started to run it on a Raspberry Pi, a NUC, later went for Home Assistant Blue, and recently bought a Home Ron Klinkien 14 Feb 2024 · 3 min read
Quick webserver for Toon Home Assistant development import http.server import socketserver from http import HTTPStatus class MyServer(http.server.SimpleHTTPRequestHandler): def do_GET(self): # toon_smartmeter if self.path == '/hdrv_zwave?action=getDevices.json' Ron Klinkien 23 Dec 2023 · 1 min read
How to install Wallabag on Debian Was looking for a tool to store my bookmarks and items to read. Did this by sending myself e-mails which was not very clean... I opted to move to Wallabag, Ron Klinkien 23 Dec 2023 · 2 min read
Hosting a Ghost blog on Google Cloud I switched from the paid (although cheap) AWS Lightsail to Google Compute Engine for hosting this blog. NOTE: I bought the support for one month to get support on disabling Ron Klinkien 11 Nov 2022 · 3 min read
Geigercounter with KNX IP Having a KNX IP backbone with IP routers working I wanted to see if I can build some DIY sensors using it, and check if this is a stable solution Ron Klinkien 11 Nov 2022 · 2 min read
Installing Proxmox on a Intel NUC I installed Proxmox on a spare NUC8 to run all kind of things and get Proxmox experience. Hardware * Intel NUC with at least 8 GB of memory plus required VM Ron Klinkien 11 Nov 2022 · 3 min read
thethingsnetwork Move TTN Kickstarter LORA Gateway to V3 network Finally had some time to move my TTN gateway from V2 to V2 network. Here are the steps and screenshots. Prerequisites: - Running v1.08 gateway firmware (beta) - User Ron Klinkien 25 Jun 2021 · 2 min read
android Android 12 Developer Preview 1 A developer preview of the new Android 12 is available, I installed it on my Pixel 3 XL, and it works fine, a lot of good news on social media Ron Klinkien 23 Feb 2021 · 2 min read
aws Hosting a Ghost blog on AWS I decided to switch to only using Home Assistant OS for running servers, I have an Intel NUC (development) and Home Assistant Blue (production), they run Home Assistant and do Ron Klinkien 23 Feb 2021 · 5 min read
home-assistant Home Assistant OS on a Intel NUC My D.I.Y. i3 board running Ubuntu 18 and Docker with Supervised HA for a long became unsupported, and in unhealthy state according to Hass.io, so I was Ron Klinkien 23 Feb 2021 · 2 min read
knx Control Home Assistant devices with KNX group addresses Had to look up some posts before I got it working, so this is a note to myself. First you need to allow the KNX Group Addresses you want to Ron Klinkien 17 Feb 2021 · 2 min read
knx JUNG KNX multi station Art. No. 23066REGHE I bought a few of these modules some time ago, they were used for a short period in holiday homes and replaced by another non KNX solution. Ron Klinkien 8 Jan 2021 · 3 min read
knx Gira Home Server 4 on Fujitsu S720 IMPORTANT NOTE: This setup is pure for testing/HSL development/knowledge gathering only, don't use this in production environment or for replacement of the Home Server hardware. I& Ron Klinkien 8 Jan 2021 · 2 min read
mfa GitHub MFA on Ubuntu CLI Install and compile the Gnome Keyring development $ sudo apt-get install libgnome-keyring-dev $ sudo make --directory=/usr/share/doc/git/contrib/credential/gnome-keyring $ git config --global credential.helper /usr/share/doc/git/ Ron Klinkien 8 Nov 2020 · 1 min read
knx KNX with a power-line IP backbone Like I wrote here I wanted to see if I could connect my Shed with KNX via power-line since I have no means of getting the KNX data bus there, Ron Klinkien 8 Nov 2020 · 3 min read
knx Online KNX Resources Forums Belgian KNX Forum German KNX Forum Dutch Tweakers KNX Topics Personal KNX Blogs Smartest Home (German) Zilverlindeblog (Dutch) Official Sites KNX Website MyKNX Website Commercial Sites KNXtoday Website Manufacturer Ron Klinkien 4 Nov 2020 · 1 min read
knx Updating an GIRA 2167 00 IP Router I bought a second hand IP router to replace my IP interface, I'm trying to setup a IP backbone so I can extend my KNX network to the Ron Klinkien 27 Oct 2020 · 2 min read