Sinilink XY6014 modbus control with ESP8266 esp8266 esphome panticz 31. May 2026 - 12:07 ESPhome configuration substitutions: # Change this model to fit your particular one. # You can find it in Home Assistant as the device diagnostic "Model Name". model: "XY6014" device_name: "xy6014-controller" device_friendly_name: "sinilink-XY6014" device_description: "Power Supply" # Model specific settings…
JOY-IT JT-DPM8624 modbus control with ESP8266 panticz 31. May 2026 - 11:53 Enable Modbus https://joy-it.net/files/files/Produkte/JT-DPM8605/JT-DPM8600-Manual_2025-07-18.pdf https://joy-it.net/files/files/Produkte/JT-DPM8605/JT-DPM8600-Anleitung_2025-07-18.pdf S-CS 1 ESPhome configuration substitutions: # Change this model to fit your particular one. # You can find it in Home Assistant as the…
OpenStack create VM from ISO image openstack panticz 24. April 2025 - 12:10 # create image from iso openstack image create --file / tmp / ubuntu-24.04.1-live-server-amd64.iso --disk-format iso --progress ubuntu-24.04.1-live-server-amd64.iso # create volume for the final VM openstack volume create test-vm1-vol1 --size 10 --bootable # create temporary installation VM openstack server create…