global.xml - emelianov/ehcontrol3 GitHub Wiki

global.xml

Parameter Description Default
name Visible name of controller ehcontrol
ip IP address of controller 192.168.30.124
mask Network mask 255.255.255.0
gw Default gateway 192.168.30.3
dns IP address of DNS 192.168.30.3
ssid Access Point SSID empty
ssidpass Access Point password empty
syslog not implemented IP address of syslog server 0.0.0.0
ntps Name of NTP server pool1.ntp.org
timezone Local time zone offset 5
pull IP address of pull partner empty list
push not implemented IP address of receiver push partner empty list
accept not implemented IP address of sender push partner empty list
pin1wire 1-Wire gpio pin number 12
feature Sub-section
led not implemented Enable(1) /Disable(0) Network activity LED 1
sensors Enable(1) /Disable(0) 1-wire temperature sensors 0
lcd Enable(1) /Disable(0) I2C LCD display 0
partners Enable(1) /Disable(0) Interaction with remote devices 0
heater Enable(1) /Disable(0) Heater control 0
ap Act as Wireless Access Point (1) or Wireless client (0) 0

Example:

<ctrl>
<config>
<name>ehcontrol Master</name>
<ip>192.168.0.88</ip>
<mask>255.255.255.0</mask>
<gw>192.168.0.1</gw>
<dns>192.168.0.1</dns>
<ap>0</ap>
<ssid>SSID</ssid>
<ssidpass>PASSWORD</ssidpass>
<syslog>192.168.0.3</syslog>
<ntps>pool1.ntp.org</ntps>
<timezone>5</timezone>
<pull>192.168.0.90</pull>
<push>192.168.0.91</push>
<pin1wire>5</pin1wire>
<feature>
<partners>1</partners>
<lcd>1</lcd>
<heater>1</heater>
<sensors>1</sensors>
</feature>
</config>
</ctrl>
⚠️ **GitHub.com Fallback** ⚠️