forked from 230delphi/alphaess-to-mqtt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalphaESS-proxy.conf
31 lines (24 loc) · 856 Bytes
/
alphaESS-proxy.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
##### Proxy configuration options
#listening ip/port
l=0.0.0.0:7777
#To Enable the Direct proxy you need to configure the AlphaESS destination
#p=52.230.104.147:7777
## Additional logging
v=0
stat=0
#### MQTT instance details
MQTTAddress=<tcp://127.0.0.1:1883>
MQTTUser=<username>
MQTTPassword=<password>
## Other MQTT details - defaults should be fine
MQTTSendTimeout=5
MQTTTopicBase=homeassistant/sensor/
AlphaESSID=alphaess1
#### Other
## Optional additional logging
#MSGLogging=GenericRQ,CommandIndexRQ,CommandRQ,ConfigRS,StatusRQ
## Alphaess servers are generally set to UTC but use local time for schedule configuration. this setting ensures the correct local time.
TZLocation=Europe/Dublin
## There are currently 2 implementations; Read only or Read & inject
# proxyConnection=MQTTReadProxyConnection
proxyConnection=MQTTInjectProxyConnection