Page 1 of 1

Using otmonitor with Homeseer (HS3)

Posted: Mon Mar 16, 2015 5:12 pm
by yoja
Hi,

The OpenTherm Monitor software has MQTT. I have no experience with MQTT, but has anyone mode a connection
to Homeseer with this (HS3) ?

Re: Using otmonitor with Homeseer (HS3)

Posted: Sat Mar 28, 2015 2:51 pm
by yoja
Hi,

I am working on a script for HS3 but when testing I see some behaviour that I don't understand:

When putting the gateway in temperature override (TT=20 or TC=20)
PR=0 reports the override temprature. But after a minute or so, PR=O reports "N" (no override)
The Isense thermostat still reports override is on, as well the gateway webpage (Remote override room setpoint)

Is this a know bug?
If so, how can I get the override like the webpage reports?

Yoja

Edit: Found my bug :-) TT or TC should be "20.00" instead of only "20" otherwise the command will not be accepted.
I will post the script when it's finished

Re: Using otmonitor with Homeseer (HS3)

Posted: Sun Mar 29, 2015 9:47 am
by hvxl
yoja wrote:Found my bug :-) TT or TC should be "20.00" instead of only "20" otherwise the command will not be accepted.
Which element doesn't accept TT=20 or TC=20? The gateway sure does.

Re: Using otmonitor with Homeseer (HS3)

Posted: Sun Mar 29, 2015 1:49 pm
by yoja
Hi,

Then I don't know what went wrong :-( I will monitor if I see the problem again.

I have attached the first version of my HS3 script. I used a lot of the BLB_OT_monitor.vb script.
The script will create al the devices, just make an event that triggers the script every minute with the parameters: update

Note: I have removed serial communcation because I don't use it. I run the gateway on a raspberry pi.

Have fun :-)

Yoja

Re: Using otmonitor with Homeseer (HS3)

Posted: Fri Apr 17, 2015 1:14 pm
by yoja
Hi,

I am having some proplems with the telnet sesions.
It looks like it gets corrupted when running for a certain period of time using the above HS3 script.

Code: Select all

apr-17 8:13:58	 	debugOTGW	not recognized command: 1
apr-17 8:13:58	 	debugOTGW	not recognized command: B
apr-17 8:09:57	 	debugOTGW	not recognized command: 1
apr-17 8:07:58	 	debugOTGW	not recognized command: 1
apr-17 8:04:57	 	debugOTGW	not recognized command: 1
When I reboot the rasperry pi, it is working again for some time.
Could there be a bug in the otmonitor telnet sessions (connecting/disconecting)?

yoja