summaryrefslogtreecommitdiffstats
path: root/.otmonitor.config
diff options
context:
space:
mode:
authorfishsoupisgood <github@madingley.org>2020-09-09 11:53:37 +0100
committerfishsoupisgood <github@madingley.org>2020-09-09 11:53:37 +0100
commit9d87c925a9eaa4fc256be3173c14a20d1469472d (patch)
tree50d63f87a47a0eac3f5b8058850184bcd4e6ee95 /.otmonitor.config
parentdafd8cf2fdcdd637cc06f760d318cf8391b1a294 (diff)
downloadheating-9d87c925a9eaa4fc256be3173c14a20d1469472d.tar.gz
heating-9d87c925a9eaa4fc256be3173c14a20d1469472d.tar.bz2
heating-9d87c925a9eaa4fc256be3173c14a20d1469472d.zip
everything, mostly, working
Diffstat (limited to '.otmonitor.config')
-rw-r--r--.otmonitor.config130
1 files changed, 130 insertions, 0 deletions
diff --git a/.otmonitor.config b/.otmonitor.config
new file mode 100644
index 0000000..c426c03
--- /dev/null
+++ b/.otmonitor.config
@@ -0,0 +1,130 @@
+datalog {
+ append false
+ file /root/otdata.txt
+ enable false
+ itemlist {
+ flame
+ dhwmode
+ chmode
+ dhwenable
+ diag
+ fault
+ outside
+ roomtemp
+ setpoint
+ modulation
+ boilertemp
+ returntemp
+ controlsp
+ dhwsetpoint
+ chwsetpoint
+ timestamp
+ feedtemp
+ }
+ interval 30000
+}
+web {
+ sslport 0
+ graphlegend false
+ theme default
+ enable false
+ sslprotocols tls1,tls1.1,tls1.2
+ nopass true
+ certonly false
+ port 8080
+}
+clock {
+ year false
+ date false
+ auto false
+}
+sms {
+ enable false
+ ventilationfault false
+ phonenumber {}
+ route {}
+ sender {}
+ password c2VjcmV0
+ provider VoipPlanet
+ account {}
+ pressure false
+ solarfault false
+ roomcold true
+ watchdogtimer false
+ boilerfault true
+ commproblem false
+}
+email {
+ password c2VjcmV0
+ server {}
+ pressure true
+ roomcold true
+ boilerfault true
+ watchdogtimer true
+ solarfault true
+ commproblem true
+ port 25
+ enable false
+ secure TLS
+ recipient {}
+ user {}
+ sender {}
+ ventilationfault true
+}
+mqtt {
+ retransmit 10
+ format json2
+ port 1883
+ qos 1
+ keepalive 120
+ eventtopic events/central_heating/otmonitor
+ username {}
+ actiontopic actions/otmonitor
+ password {}
+ enable false
+ messages false
+ client new-circe-otmon
+ broker localhost
+}
+logfile {
+ pattern otlog-%Y%m%d.txt
+ directory /root
+ enable false
+}
+tspeak {
+ key {}
+ sync false
+ enable false
+ interval 120
+ field1 roomtemp
+ field2 setpoint
+ field3 boilertemp
+ field4 returntemp
+ field5 controlsp
+ field6 modulation
+ field7 {}
+ field8 {}
+}
+alert {
+ pressurelow 1.5
+ roomcold 14
+ pressurehigh 2.0
+}
+connection {
+ device /dev/ttyUSB0
+ type tcp
+ port 2001
+ host 10.32.139.18
+ enable true
+}
+server {
+ relay false
+ enable true
+ port 7686
+}
+view {
+ tab graph
+ order increasing
+ sort name
+ bitflags false
+}