frappy/etc/test.cfg
Enrico Faulhaber b6af55c358 reworking messages
1) start 'bin/secop-server test'
2) connect to localhost port 10767
3) enter help<enter>
4) enjoy

Change-Id: I488d5f9cdca8c91c583691ab23f541a4a8759f4e
2016-12-08 13:46:32 +01:00

39 lines
537 B
INI

[equipment]
id=Fancy_ID_without_spaces-like:MLZ_furnace7
[client]
connect=0.0.0.0
port=10767
interface = tcp
framing=eol
encoding=text
[interface testing]
interface=tcp
bindto=0.0.0.0
bindport=10767
# protocol to use for this interface
framing=eol
encoding=demo
[device LN2]
class=devices.test.LN2
[device heater]
class=devices.test.Heater
maxheaterpower=10
[device T1]
class=devices.test.Temp
sensor="X34598T7"
[device T2]
class=devices.demo.CoilTemp
sensor="X34598T8"
[device T3]
class=devices.demo.CoilTemp
sensor="X34598T9"