Skip to main content

Primary links

  • Home
  • AI
  • Kubernetes
  • Incus
  • Ansible
  • Terraform
  • OpenStack
  • Virtualization
  • Linux
  • SmartHome
  • HowTo

Misc

  • Linux
  • Hardware
  • Programming
  • Databases
  • CLI
  • Multimedia
  • Plugins
  • Windows

Cloud

  • OpenStack
  • cloud-config
  • nextcloud

Virtualization

  • Virtualization
  • Docker
  • KVM
  • Kubernetes
  • LXC
  • LXD
  • QEMU
  • VMware
  • VirtualBox
  • multipass
  • podman
  • vagrant
  • XEN
  • Incus

Network

  • DNS
  • Firewall
  • Linux
  • OpenvSwitch
  • SSL
  • VLAN
  • VPN
  • iPXE
  • namespaces
  • nmcli
  • tcpdump

Storage

  • CEPH
  • DRBD
  • LVM
  • S3
  • ZFS
  • btrfs

Automation / CI/CD

  • Install
  • Ansible
  • GitLab
  • LLM
  • Preseed
  • Puppet
  • Terraform
  • Ubuntu autoinstall

Monitoring / Visualisation

  • Grafana
  • Icinga
  • Prometheus
  • Monitoring
  • ELK
  • mermaid

Sinilink XY6014 modbus control with ESP8266 ESPhome

ESPhome configuration

ESP32 / ESP8266

ESP32
https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32/esp32-devkitc/user_guide.html

ESP8266
https://esphome.io/components/esp8266/
https://lastminuteengineers.com/esp8266-pinout-reference/
https://lastminuteengineers.com/wemos-d1-mini-pinout-reference/

ESPHome
https://esphome.io/guides/installing_esphome/
https://esphome.io/components/wifi/#configuration-variables

sudo apt install -y python3.14-venv
python3 -m venv venv
source ~/venv/bin/activate

pip install esphome -U

Modbus

sudo usermod -a -G dialout $USER
# login

# flash over USB
esphome run sinilink-modbus.yaml  --device /dev/ttyUSB0

# flash over network
esphome run sinilink-modbus.yaml --device  192.168.178.23

Backup / read flash

esptool --chip esp8266 --port /dev/ttyUSB0 read_flash 0x00000 0x400000 firmware_dmp.bin

Restore / write flash

esptool.py --chip esp8266 --port /dev/ttyUSB0 write_flash 0x000000 firmware_dmp.bin
esp8266
Profiles GitHub StackOverflow LinkedIn Xing
Contact Imprint
© panticz 2026

Cookie-Einstellungen

Diese Website nutzt eingebettete Inhalte von Drittanbietern (z.B. YouTube, SoundCloud). Beim Laden dieser Inhalte werden Daten an die jeweiligen Anbieter übermittelt. Datenverarbeitungserklärung