Posts

DYI Weather template with data from Davis Weatherlink, Gemini

Image
I have been very fond of our weather website with the Weather34 application (W34), but there is an end to everything..... Doing an upgrade of the server it collapsed and showed a blank screen. I'm no programmer but I had to test if it was possible to update the app using ChatGPT and Gemini. Burt several hours later I gave up !!

IVT, Bosch heat pump easy integration, Node-RED

Image
Updated 2026-03-30 ! If you are running the IVT Anywhere or the  Bosch Easy remote  app you probably also can  retrieve its data with for example Node-RED. With the nice application  Bosch XMPP you can set up an integration with the cloud service supplied by your vendor. Please note !  that this app, 2026-03, doesn't work with Node.js V24 but there is a "work around". Check below.

DMI forecast API for atmosphere, ocean and sea ice, free !

Image
Updated 2026-03-28 ! DMI is the Danish Meteorological Institute and the   Open Data API provides free and open access to DMI’s data.They are covering a pretty big area not just Denmark . I'm maintaining the weather station for Domstens yacht club and have become really interested in weather "issues". The actual use case for me is that I have to change the mooring, of our boat, if the water level exceeds 60 cm from normal.   For several years I have been searching for a free forecast API so I can get an early warning when the water level rises. Node-Red is used.

IVT, Bosch heat pump easy integration, Home Assistant

Image
Updated 2026-03-27 ! In search of the optimal solution on how to interface our IVT Heat pump,   first try here , I stumbled over   a nice integration   for Home Assistant(HA). A first quick setup is shown at the right. Please note !!! This integration stopped working with HA 2026.3.4 and the XMPP protocol(IVT) !!! But this one still works and can supply HA with data. The first obstacle was that it was HA which I knew about but never used.  So it was "back too school" and doing  a blog post  about a HA Core install.

Ubuntu Desktop for beginners or easy start !

Image
Updated 2026-03-25 This post is for both Windows and Mac users !   I have been running Linux, Raspberry Pi OS , since several years but almost just the Lite version (without Desktop). But when my old MacBook Air "gave up" , with Mac OS, it came naturally to use Ubuntu Desktop since it's also based on the Debian Linux distribution and the most used Linux distribution. So it ended up with installing Ubuntu 24.04.4 LTS (UOS) or the later 25.10 !

Node-Red quick install

Image
Updated 2026-03- 15 ! Node-Red (NR) is  Flow-based programming for the Internet of Things This post isn't made as a complete install guide, there are several, just some links to the best information I have found. The best thing is that even if you don't are a skilled programmer, but like logic flows, you can make really advanced things. It's pre-installed on some Raspberry Pi(RPi) distributions. Running  Node-Red with  multiple instances  ?

Home Assistant DIY, ESPhome, creating a Bluetooth proxy !

Image
My  Home Assistant (HA) server setup is  virtualized   with  Linux KVM  and I needed a solution handling  Bluetooth  since the used  Mac Mini  just had a PCI connected one. HA recommends to use a  Bluetooth proxy (BTP) quote  " since Linux kernel updates have previously broken Bluetooth functionality and Bluetooth driver support Linux generally falls behind other operating systems for newer adapters. A Bluetooth proxy is particularly interesting to users who virtualize their instance, where the USB pass-through may cause additional problems ". So using  ESPHome  I will set up a BTP in this post !

Home Assistant with VirtualBox or Proxmox or Linux KVM ???

Image
Updated 2026-02-24 ! After testing Home Assistant (HA) for a while, I’ve realised it could improve my home automation, despite that I'm using Apple HomeKit. When I tested HA with Node-RED and some other "Add-ons", on a Raspberry Pi 3 (RPi), I found that its resources wasn’t enough. The following setup could be any computer but I recently bought an Apple Mac Mini M4, replacing my 2018 (M18) model, so the M18 was really a great candidate for my HA setup. The preferred method running HA is through the  HA Operating System (HAOS), which makes your "life" easier. 😉

Home Assistant DIY, ESPhome, creating a Bluetooth proxy

Image
My Home Assistant (HA) server setup is  virtualized   with Linux KVM  and I needed a solution handling Bluetooth since the used Mac Mini just had a PCI connected one. HA recommends to use a  Bluetooth proxy (BTP) quote  " since Linux kernel updates have previously broken Bluetooth functionality and Bluetooth driver support Linux generally falls behind other operating systems for newer adapters. A Bluetooth proxy is particularly interesting to users who virtualize their instance, where the USB pass-through may cause additional problems ". So using  ESPHome  I will set up a BTP in this post !

Home Assistant for beginners or easy start

Image
Updated 2026-01-01 ! What is the purpose of a Home Assistant(HA)  according to Wikipedia ? Home Assistant is free and open-source software used for home automation. It serves as an integration platform and smart home hub, allowing users to control smart home devices. The software emphasizes local control and privacy and is designed to be independent of any specific Internet of Things (IoT) ecosystem.  Even for me, as someone running Apple HomeKit and Homebridge, it is a fantastic piece of software that bridges almost everything and enables highly intelligent integrations.  Since it is widely used, there is a wealth of information available. However, I couldn't find a clear "bullet list" on how to get started. This post will primarily contain links to other sources rather than writing extensive explanations myself.

Lightweight DIY Linux Server Monitoring Dashboard Using MQTT + Node-RED

Image
Updated 2026-01-19 ! Having some Linux servers up and running I checked out  monitoring tools like Nagios, Zabbix, Cockpit or Prometheus. For small setups, home labs, or lightweight environments, those solutions can feel like using a sledgehammer to crack a nut. In this post, I’ll show you how to build a   lightweight monitoring agent   using nothing more than a Bash script, MQTT, and Node-RED. The script collects key metrics from your server — disk usage, memory consumption, CPU load, and available package upgrades — then publishes them to an MQTT broker. From there, Node-RED visualizes the data in a clean, real-time dashboard. The result? A simple but powerful monitoring system that works across multiple servers, scales with your needs, and gives you instant visibility into the health of your infrastructure. And the best part: you control every piece of it.

Heating, underfloor, with PID controller, Home Assistant and Waveshare ESP32 relay board

Image
In previous posts , I’ve been testing and figuring out how to manage my old control system for our underfloor heating. Now, it was time for something more bold, and since I’m increasingly impressed with Home Assistant(HA) and its software capabilities, that’s exactly what I did. Industrial-style ESP32 boards are becoming increasingly popular for Home Assistant and automation projects, especially when they include Ethernet, isolated inputs and relay outputs on a single PCB. The Waveshare ESP32-S3-ETH-8DI-8RO (W8) is one such board: it’s compact, well-equipped and clearly designed for serious control applications, rather than just hobbyist breadboards. In this post, I’ll share my experience setting up this board using ESPHome , pointing out the main configuration points, common mistakes and practical lessons I’ve learned along the way.

Underfloor heating with PID controller, Node-RED

Image
Updated 2026-01-03 ! In a former post I did some hacking/checking how our underfloor heating control system handled the valves, via actuators, regulating the heat.  Now it was time to do some tests with Node-RED(NR), with a PID controller ,  and a Shelly 1 (S1) connected via WiFi and driving the actuator. I really nice solution with Home Assistant and a relay board is found here ! 

How to use Home Assistant for heating and cooling

Image
I have made several posts regarding temperature ,  in some way, and now I'm back with a post using Home Assistant(HA) and controlling temperature. The primary purpose of this post is to address an upcoming issue with our floor heating system. However, it may also provide some assistance for other temperature control problems using HA "Generic Thermostat" As said before I'm more comfortable with Node-RED then YAML, in HA, so .....😎 My latest and most sophisticated heating control solution is found here !!

OpenPlotter v4 , install guide

Image
Updated 2025-12-01 ! OpenPlotter(OP), a Boat Navigation application, is really a nice and simple installation of OpenPlotter (OP) OpenCPN (OC) SignalK (SK)  and other supporting applications for Your boat. An overall information about the OP package is found  here   and you can watch the OP v4 progress  here .

Davis WeatherLink weather template, v2 API

Image
Updated 2025-11-01 ! I have written a post with the same subject before, also using NodeRed (NR), but this post is using the latest WeatherLink v2 API instead of the v1 API .  The v2 API supports more devices and now also including the old ones. If You want a more advanced weather site  this is  a very nice one coded in PHP also using the v2 API.

Should i use the Z-wave.me or Z-wave JS integration with Home Assistant ?

Image
The short answer is that if you have a  Z-wave.me adapter and are using their Z-wave.me server you shall use the  Z-wave.me integration . On the other hand if you want to use the latest updated software, for your Z-wave.me product, or almost any other , use the Z-wave JS server together with the Z-wave integration . This post will show how to set up the integrations interfacing a standalone  Z-wave.me server  and a standalone  Z-wave JS server

Z-Wave JS UI standalone server on a Raspberry Pi or Linux computer

Image
Instead of buying  a new Z-Way adapter I thought it would be a nice project to reuse the almost 10 year old RaZberry 2(RZ) adapter together with a Raspberry Pi 2(RPi).  After some Googling I found  Z-Wave JS UI (ZUI) which is both the server part and an UI. The described installation could be used for almost "any" Z-way interface, impressing list ! , and for "any" Linux distribution.

Raspberry Pi watchdog made simple

Image
Updated 2025-10-15 for Trixie ! The purpose of a watchdog timer(WD) is very well described here but a more practical answer is; If your Raspberry Pi(RPi) "freezes", or hangs, it will automagically reboot within a very short time. This is made with a combination of hardware and software which is all ready available, on the RPi, and just have to be enabled. After some hours Googling and testing these are my findings !

Raspberry Pi OS Lite with GUI, RDP, VNC, Chromium

Image
Updated 2025-10-02 ! I like the Raspberry Pi(RPi), with Raspberry Pi OS Lite (no Desktop is included), headless operation, and then adding the software You need. Until now I haven't had a use case where I needed a Desktop but now was time.  Why don't use the Raspberry Pi OS with Desktop ?? In that package there is a lot of software I don't need and I really want to optimize the RPi. I think that the less software You install the happier RPi will be... 😉

Popular posts, last 30 days

iCloud drive sync, or mount, with a Linux, Ubuntu, device

Raspberry Pi OS Lite with GUI, RDP, VNC, Chromium

Installing Ubuntu 24.04 or 24.10/25.04 on an old MacBook Air(2011)

Home Assistant with VirtualBox or Proxmox or Linux KVM ???

Clone the Raspberry boot disk

Raspberry Pi 2, 3, 4, 5 USB SSD or USB drive boot

SeaTalk1 to NMEA 0183 converter, DIY

IVT, Bosch heat pump easy integration, Home Assistant

AIS for Raspberry with Map, Dispatcher