-
HOME ASSISTANT ADDON ESPHOME
Renumbering static IP address of ESPHome node
I had my network IP address range renamed because of an ISP change, and forgot to change the static IP's of my ESPHome nodes be...
-
MIKROTIK
Create a Self-Signed Certificate on MikroTik
/certificate add name=SSL common-name=SSL key-size=2048 /certificate create-certificate-request template=SSL key-passphrase=myp...
-
SOLAR
Push TOON P1 data to DSMR Reader
I wanted to see what DSMR reader can tell from my power and gas usage over time, and also to get an insight in the costs. This ...
-
HOME ASSISTANT
Docker Monitor sensor for Home Assistant
Found an interesting custom component sensor called docker_monitor.py here. But since I use Hass.io it couldn't open docker's U...
-
ARDUINO
ESPHome revised AKA native API
ESPhomeyaml was already a great add-on for Home Assistant, you could program, compile and flash an ESP node just from your brow...
-
WEMO
Omnik Inverter serial sensor for Home Assistant
For a long time I wanted to disconnect my Omnik Inverter from my WiFi network and stop uploading it's data to the Omnik portal ...
-
HOME ASSISTANT
Home Assistant Custom Components
You can find my custom components here: https://github.com/cyberjunky/home-assistant-custom-components
-
LINUX
Virtualbox PCI Passthrough Notes
Some notes regarding exposing a PCI card inside a Virtualbox VM Determine PCI ID on host: vbox@vbox:~$ lspci|grep Ethernet ...
-
VIRTUALBOX
Virtualbox Admin
I run several machines on top of Virtual Box on Debian (headless). Here some notes I made... Install latest version from vir...