X-Git-Url: https://git.realraum.at/?p=svn42.git;a=blobdiff_plain;f=sensorvalues-to-json-zmq.py;h=2d42b5446d74f54ed4fe28a75facd237d125028f;hp=d6bc31e912c84fd0a889638e5f80321a1892bd36;hb=2c075d279f61bf548e22b2715d82d58fc1f16f76;hpb=8c57d7d6432272bc904a0f89536e12567a2f2d81 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')