Hi,
The OpenTherm Monitor software has MQTT. I have no experience with MQTT, but has anyone mode a connection
to Homeseer with this (HS3) ?
Using otmonitor with Homeseer (HS3)
Moderator: hvxl
Re: Using otmonitor with Homeseer (HS3)
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
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

I will post the script when it's finished
Re: Using otmonitor with Homeseer (HS3)
Which element doesn't accept TT=20 or TC=20? The gateway sure does.yoja wrote:Found my bugTT or TC should be "20.00" instead of only "20" otherwise the command will not be accepted.
Schelte
Re: Using otmonitor with Homeseer (HS3)
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
Then I don't know what went wrong

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
- Attachments
-
- OT_script_HS3.rar
- (7.16 KiB) Downloaded 550 times
Re: Using otmonitor with Homeseer (HS3)
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.
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
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
Could there be a bug in the otmonitor telnet sessions (connecting/disconecting)?
yoja