X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=sensorvalues-to-json-zmq.py;h=2d42b5446d74f54ed4fe28a75facd237d125028f;hb=d0aa865c1259c827699689c12049acd79c95fc82;hp=d6bc31e912c84fd0a889638e5f80321a1892bd36;hpb=1087700a2e78d08fbe2974e34d5cf48f916e9275;p=svn42.git diff --git a/sensorvalues-to-json-zmq.py b/sensorvalues-to-json-zmq.py index d6bc31e..2d42b54 100755 --- a/sensorvalues-to-json-zmq.py +++ b/sensorvalues-to-json-zmq.py @@ -45,8 +45,8 @@ class UWSConfig: self.config_parser.set('json','limit_list_len',"10000") self.config_parser.set('json','updateinterval',"30") self.config_parser.add_section('zmq') - self.config_parser.set('zmq','remote_uri',"tcp://wuzzler.realraum.at:4244") - self.config_parser.set('zmq','sshtunnel',"realraum@wuzzler.realraum.at:22000") + self.config_parser.set('zmq','remote_uri',"tcp://torwaechter.realraum.at:4244") + self.config_parser.set('zmq','sshtunnel',"realraum@torwaechter.realraum.at:22000") self.config_parser.set('zmq','sshkeyfile',"/home/guests/realraum.wirdorange.org/id_rsa") self.config_parser.set('zmq','subscribe',"TempSensorUpdate IlluminationSensorUpdate DustSensorUpdate RelativeHumiditySensorUpdate MovementSensorUpdate") self.config_parser.add_section('debug')