Add initial SystemControl.ini
This commit is contained in:
parent
273e6a8422
commit
469ecbc482
43
etc/atb/SystemControl.ini
Normal file
43
etc/atb/SystemControl.ini
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
[COMMON]
|
||||||
|
startBacklightController=1
|
||||||
|
startSuspendController=1
|
||||||
|
startMonitoringController=0
|
||||||
|
startMQTTController=0
|
||||||
|
|
||||||
|
[BACKLIGHT]
|
||||||
|
inputBrightness=80
|
||||||
|
curve=1
|
||||||
|
dimLowValue=1
|
||||||
|
|
||||||
|
SensorMax=3500
|
||||||
|
SensorMin=0
|
||||||
|
dimMin=20
|
||||||
|
dimMax=100
|
||||||
|
|
||||||
|
[SUSPEND]
|
||||||
|
program=/home/root/system_powerdown_wakeup.sh
|
||||||
|
|
||||||
|
|
||||||
|
[MONITORING]
|
||||||
|
protocol=mqtt
|
||||||
|
|
||||||
|
useDeviceId=on
|
||||||
|
monitoring_heartbeatInterval=60
|
||||||
|
|
||||||
|
[MQTT]
|
||||||
|
mqtt_host=mqtt2.atb-comm.de
|
||||||
|
mqtt_port=8883
|
||||||
|
mqtt_username=testuser
|
||||||
|
mqtt_password=xyz123
|
||||||
|
mqtt_useSsl=on
|
||||||
|
mqtt_debug=on
|
||||||
|
mqtt_QoS=0
|
||||||
|
mqtt_TopicScheme=ATB_ISMAS
|
||||||
|
mqtt_TopicDeviceType=MP
|
||||||
|
mqtt_TopicPrefix=ATB
|
||||||
|
|
||||||
|
[NETWORKCHECK]
|
||||||
|
useNetworkCheck=on
|
||||||
|
setOOO=off
|
||||||
|
PingHost=google.com
|
||||||
|
networkRestart="/sbin/ifup -a"
|
Loading…
Reference in New Issue
Block a user