Moved Docker stuff to "Docker" folder
Created k8s folder for k8s stuff Added early-stage service.yaml for K8s deployment
This commit is contained in:
27
Docker/src/conf/eagle.py
Normal file
27
Docker/src/conf/eagle.py
Normal file
@@ -0,0 +1,27 @@
|
||||
#===========================================================================
|
||||
#
|
||||
# Port to use for the web server. Configure the Eagle to use this
|
||||
# port as it's 'cloud provider' using http://host:PORT
|
||||
#
|
||||
#===========================================================================
|
||||
httpPort = 22042
|
||||
|
||||
#===========================================================================
|
||||
#
|
||||
# MQTT topic names
|
||||
#
|
||||
#===========================================================================
|
||||
# Meter reading topic (reports current meter reading in kWh)
|
||||
mqttEnergy = 'power/elec/Home/energy'
|
||||
|
||||
# Instantaneous power usage topic (reports power usage in W)
|
||||
mqttPower = 'power/elec/Home/power'
|
||||
|
||||
#===========================================================================
|
||||
#
|
||||
# Logging configuration. Env variables are allowed in the file name.
|
||||
#
|
||||
#===========================================================================
|
||||
logFile = '/var/log/tHome/eagle.log'
|
||||
logLevel = 40
|
||||
|
||||
Reference in New Issue
Block a user