HA and TPLink

HA and TPLink

In this post I explain how to control a PoE port on a TP-Link switch (TL-SG108PE) from Home Assistant. Since these small switches don’t support SNMP, I’ll use curl to authenticate, turn on, turn off or query the status of a specific port. The use case is being able to turn on or off a ReoLink PoE camera connected to one of the ports from Home Assistant. …

December 21, 2024 · 3 min
Connecting HASS with Node-RED

Connecting HASS with Node-RED

I explain how I connected Node-RED with my Home Assistant (HASS), considering that they run on separate servers. They are deployed on different virtual machines, to allow independent maintenance and improve their performance. For your reference, I created another post here where I describe the Node-RED installation using Alpine and Docker underneath, running as a virtual machine on my KVM server. …

October 2, 2022 · 3 min
Node-RED on Docker

Node-RED on Docker

Node-RED is a programming tool that allows you to connect hardware devices, APIs, and cloud services through creative workflows. Everything is done from the browser, and it supports dozens of built-in and third-party nodes. Here I’ll explain the installation process, on a virtual machine with Alpine and Docker underneath. If you’re interested, I have another post describing how I integrate it with my Home Assistant. …

October 1, 2022 · 4 min