Home Assistant SolaX

Home Assistant SolaX

I describe how I integrated my photovoltaic installation into Home Assistant, featuring Axitec panels, a SolaX Inverter, and a pair of Triple Power batteries. After trying several options, I settled on the MODBUS/TCP integration which works locally via LAN and exposes more data than the other options. …

February 13, 2022 · 9 min
Grafana, InfluxDB and Telegraf Server

Grafana, InfluxDB and Telegraf Server

I set up these three services on a dedicated server at home to monitor my home automation. InfluxDB is a database super-optimized for working with time series. Grafana lets you create dashboards and graphs from multiple sources, and Telegraf is a lightweight agent that collects, processes, and sends data to our database. I’ve decided to install all three on an Ubuntu 20.04 LTS server, on a virtual machine in KVM, so they’re consumed by the rest of the home automation elements: the Home Assistant server and other devices that can write to InfluxDB. …

February 6, 2022 · 9 min
HASS migrate Grafana and InfluxDB

HASS migrate Grafana and InfluxDB

I’ve migrated the InfluxDB/Grafana services from my Home Assistant to an external server. Moving the service and setting it up on another server isn’t too difficult. What did take me a while was figuring out how to export and import data between the InfluxDB instances and how to adapt the old Grafana Dashboard to use Flux. …

February 6, 2022 · 5 min
IT Operations Portal

IT Operations Portal

To have control and management over IT assets, equipment, and labs, I’ve been trying iTop. iTop stands for IT Operations Portal. It’s a complete web-based ITIL service management tool that includes a fully customizable CMDB, a helpdesk system, and a document management tool. It offers bulk import tools and web services to integrate with your IT. I set up a small lab to test it. …

February 5, 2022 · 3 min
Home Pi-hole

Home Pi-hole

Pi-hole is a DNS (and DHCP) server that protects your devices from unwanted content, without needing to install any software on the clients in your network. Its use case is to act as a sinkhole for the advertising that floods today’s networks. Yes, a small Linux PC with Pi-hole on your home network to prevent tons of ads from reaching you while you browse. …

June 20, 2021 · 11 min
Vagrant with Libvirt KVM

Vagrant with Libvirt KVM

Vagrant creates and runs virtual machines, relying on virtualization providers such as Virtualbox, KVM, Docker, VMWare, and 30+ others. It will always default to launching the VM with Virtualbox unless we explicitly specify a different provider. In this guide I explain how I set up Vagrant with the Libvirt KVM provider on Linux. …

May 15, 2021 · 5 min