Opentherm gateway and script integration into Homeseer
Re: Opentherm gateway and script integration into Homeseer
What brand of serial to telnet converter are u using for this. Maybe it`s a quick win for me to go for telnet. Yesterday is also upgraded from firmware 3.3 to 3.4 and this morning my boiler was running, but the thermostat had a setpoint of 15.5
Running HS3PRO on PC with Z-Wave / OpenTherm / Plugwise / RFXcom / MQTT / XAP400 / Logitech Media Server and Squeezelite on PI`s
Re: Opentherm gateway and script integration into Homeseer
I'm using this module. You have to buy >= 3
Bernard
Re: Opentherm gateway and script integration into Homeseer
Do you have one available for sale ?blb wrote:I'm using this module. You have to buy >= 3
Running HS3PRO on PC with Z-Wave / OpenTherm / Plugwise / RFXcom / MQTT / XAP400 / Logitech Media Server and Squeezelite on PI`s
-
- Member
- Posts: 344
- Joined: Thu Jan 09, 2014 10:45 pm
- Location: Netherlands
Re: Opentherm gateway and script integration into Homeseer
Weet iemand of er een script word of is voor homeseer 3 die de opentherm gateway ondersteund ?
We willen namelijk een modulerende thermostaat hier ophangen en het zou leuk zijn als deze te besturen is via HS3 / hstouch.
We willen namelijk een modulerende thermostaat hier ophangen en het zou leuk zijn als deze te besturen is via HS3 / hstouch.
Re: Opentherm gateway and script integration into Homeseer
It's on my 'if nothing urgent is coming in between' todo list. Which means it can take a long time I'm afraid...
BlB
BlB
Bernard
-
- Member
- Posts: 344
- Joined: Thu Jan 09, 2014 10:45 pm
- Location: Netherlands
Re: Opentherm gateway and script integration into Homeseer
Ok thanks for the reply,
im still playing with the demo version of hs3 but i guess i will go to HS2 then as many plugins are working and written there.
im still playing with the demo version of hs3 but i guess i will go to HS2 then as many plugins are working and written there.
Re: Opentherm gateway and script integration into Homeseer
Weet iemand of de Remeha iSense bug nog aan de orde is? Een pagina's terug word geschreven dat Remeha weinig wilde doen aan de override bug, maar we zijn inmiddels een lange tijd verder. Wellicht iemand met het recenste model isense?
Re: Opentherm gateway and script integration into Homeseer
Ik ben mij niet bewust dat er een versie van de iSense is die zich een beetje behoorlijk gedraagt. Maar in de 4.0b3 firmware voor de gateway zitten een aantal work-arounds die het geheel naar mijn idee goed bruikbaar maken. Je moet wel minimaal versienummer 19 van de iSense firmware hebben, anders is het überhaupt niet mogelijk om de temperatuurinstelling via opentherm te wijzigen.
Schelte
Re: Opentherm gateway and script integration into Homeseer
Hi all,
Is there a script update available for HS3?
I am playing with version 02l in HS3 but that is not yet working for me.
Is there a script update available for HS3?
I am playing with version 02l in HS3 but that is not yet working for me.
Re: Opentherm gateway and script integration into Homeseer
I converted the script so I should be possible to use it in HS3. It does compile good but I don't have the Opentherm Gateway yet.. So this script still has to be tested in HS3.
- Attachments
-
- HS_OT_Gateway 02m.zip
- OT_Gateway for HS3 (to be tested)
- (233.12 KiB) Downloaded 714 times
Re: Opentherm gateway and script integration into Homeseer
Dank! Het script lijkt het echter niet helemaal goed te doen in HS3. Nou is de post waar ik op reageer alweer een tijdje oud. Is er misschien een nieuwe versie?
Ik krijg de volgende foutmeldingen wanneer ik functie Main met parameters TC=8.0 wil aanroepen
Ik krijg de volgende foutmeldingen wanneer ik functie Main met parameters TC=8.0 wil aanroepen
Code: Select all
jan-24 21:29:23 Error Compiling script C:\Program Files (x86)\HomeSeer HS3\scripts\BLB_OT_monitor_02.vb: Function 'CreateOTDevices' doesn't return a value on all code paths. A null reference exception could occur at run time when the result is used.
jan-24 21:29:23 Error Compiling script C:\Program Files (x86)\HomeSeer HS3\scripts\BLB_OT_monitor_02.vb: Function 'CreateOTGWDevices' doesn't return a value on all code paths. A null reference exception could occur at run time when the result is used.
jan-24 21:29:23 Error Compiling script C:\Program Files (x86)\HomeSeer HS3\scripts\BLB_OT_monitor_02.vb: Unused local variable: 'DevName00'.
jan-24 21:29:23 Error Compiling script C:\Program Files (x86)\HomeSeer HS3\scripts\BLB_OT_monitor_02.vb: Variable 'Reply' is used before it has been assigned a value. A null reference exception could result at runtime.
jan-24 21:29:23 Error Compiling script C:\Program Files (x86)\HomeSeer HS3\scripts\BLB_OT_monitor_02.vb: Variable 'GWString' is used before it has been assigned a value. A null reference exception could result at runtime.
jan-24 21:29:23 Error Compiling script C:\Program Files (x86)\HomeSeer HS3\scripts\BLB_OT_monitor_02.vb: Variable 'GWValue' is used before it has been assigned a value. A null reference exception could result at runtime.
jan-24 21:29:23 Error Compiling script C:\Program Files (x86)\HomeSeer HS3\scripts\BLB_OT_monitor_02.vb: Namespace or type 'HomeSeerAPI' has already been imported.
jan-24 21:29:23 Error Compiling script C:\Program Files (x86)\HomeSeer HS3\scripts\BLB_OT_monitor_02.vb: Namespace or type specified in the Imports 'System.Core' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
Re: Opentherm gateway and script integration into Homeseer
De meeste problemen heb ik opgelost, maar deze 2 krijg ik niet voor elkaar. Enig idee?
System.Core wordt nergens geimporteerd, en HomeSeerAPI staat er maar 1x in. Het is mij niet duidelijk wat er verkeerd gaat. Iemand enig idee? Als ik HomeSeerAPI import eruit haal krijg ik allerlei andere errors, dus dat is ook niet de oplossing.
Code: Select all
jan-24 22:26:21 Error Compiling script C:\Program Files (x86)\HomeSeer HS3\scripts\BLB_OT_monitor_02.vb: Namespace or type 'HomeSeerAPI' has already been imported.
jan-24 22:26:21 Error Compiling script C:\Program Files (x86)\HomeSeer HS3\scripts\BLB_OT_monitor_02.vb: Namespace or type specified in the Imports 'System.Core' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
-
- Member
- Posts: 50
- Joined: Sat Oct 06, 2007 8:59 pm
- Location: Groningen
Re: Opentherm gateway and script integration into Homeseer
zou je je aangepaste script voor hs3 willen delen ?
ik heb de zelfde fout meldingen.
ik heb de zelfde fout meldingen.
Re: Opentherm gateway and script integration into Homeseer
Mijn mutaties stellen weinig voor. Wat ik heb gedaan om de "is used before it has been assigned a value" is ze initialiseren met een lege waarde.
Bijvoorbeeld deze regel:
Dim strDV, GWValue, GWString, message, otvalue As String
Heb ik gewijzigd in
Dim strDV, GWString, message, otvalue As String
Dim GWValue As String = ""
Daarmee fix je dus die error voor variabele GWString. Dit zijn redelijk triviale fixes, maar de problemen die ik in me vorige reply aangaf heb ik nog niet kunnen fixen. Ik wil dit weekend even kijken of ik het script wellicht opnieuw kan schrijven vanaf 0. Ik heb wel wat PHP ervaring, maar VB.NET is voor mij nieuw.
Bijvoorbeeld deze regel:
Dim strDV, GWValue, GWString, message, otvalue As String
Heb ik gewijzigd in
Dim strDV, GWString, message, otvalue As String
Dim GWValue As String = ""
Daarmee fix je dus die error voor variabele GWString. Dit zijn redelijk triviale fixes, maar de problemen die ik in me vorige reply aangaf heb ik nog niet kunnen fixen. Ik wil dit weekend even kijken of ik het script wellicht opnieuw kan schrijven vanaf 0. Ik heb wel wat PHP ervaring, maar VB.NET is voor mij nieuw.