added lazy_error_count to victron_modbuss.yaml and

removed HA from haproxy.cfg
This commit is contained in:
2026-03-04 21:56:47 -05:00
parent 55767ad555
commit 7de800b519
2 changed files with 1 additions and 6 deletions

View File

@@ -5,6 +5,7 @@ modbus:
port: 502 port: 502
timeout: 3 timeout: 3
delay: 2 delay: 2
lazy_error_count: 10
sensors: sensors:
# ---- SOLAR CHARGER (Unit ID 226) ---- # ---- SOLAR CHARGER (Unit ID 226) ----
- name: Solar Voltage - name: Solar Voltage

View File

@@ -27,7 +27,6 @@ frontend ContentSwitching
# tmmworkshop.com # tmmworkshop.com
acl host_audiobookshelf hdr(host) -i audiobookshelf.tmmworkshop.com acl host_audiobookshelf hdr(host) -i audiobookshelf.tmmworkshop.com
acl host_cache hdr(host) -i cache.tmmworkshop.com acl host_cache hdr(host) -i cache.tmmworkshop.com
acl host_homeassistant hdr(host) -i homeassistant.tmmworkshop.com
acl host_jellyfin hdr(host) -i jellyfin.tmmworkshop.com acl host_jellyfin hdr(host) -i jellyfin.tmmworkshop.com
acl host_share hdr(host) -i share.tmmworkshop.com acl host_share hdr(host) -i share.tmmworkshop.com
acl host_gcw hdr(host) -i gcw.tmmworkshop.com acl host_gcw hdr(host) -i gcw.tmmworkshop.com
@@ -36,7 +35,6 @@ frontend ContentSwitching
use_backend audiobookshelf_nodes if host_audiobookshelf use_backend audiobookshelf_nodes if host_audiobookshelf
use_backend cache_nodes if host_cache use_backend cache_nodes if host_cache
use_backend homeassistant_nodes if host_homeassistant
use_backend jellyfin if host_jellyfin use_backend jellyfin if host_jellyfin
use_backend share_nodes if host_share use_backend share_nodes if host_share
use_backend gcw_nodes if host_gcw use_backend gcw_nodes if host_gcw
@@ -51,10 +49,6 @@ backend cache_nodes
mode http mode http
server server 127.0.0.1:5000 server server 127.0.0.1:5000
backend homeassistant_nodes
mode http
server server 192.168.90.35:8123
backend jellyfin backend jellyfin
option httpchk option httpchk
option forwardfor option forwardfor