Page 12 of 15

Re: Opentherm gateway and script integration into Homeseer

Posted: Tue Nov 19, 2013 10:16 am
by raymonvdm
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

Re: Opentherm gateway and script integration into Homeseer

Posted: Tue Nov 19, 2013 8:33 pm
by blb
I'm using this module. You have to buy >= 3

Re: Opentherm gateway and script integration into Homeseer

Posted: Tue Nov 19, 2013 11:15 pm
by raymonvdm
blb wrote:I'm using this module. You have to buy >= 3
Do you have one available for sale ?

Re: Opentherm gateway and script integration into Homeseer

Posted: Tue Nov 19, 2013 11:30 pm
by blb
no, I'm using 3 currently....

Re: Opentherm gateway and script integration into Homeseer

Posted: Tue Feb 04, 2014 7:49 pm
by vincenttor
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.

Re: Opentherm gateway and script integration into Homeseer

Posted: Tue Feb 04, 2014 8:17 pm
by blb
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

Re: Opentherm gateway and script integration into Homeseer

Posted: Wed Feb 05, 2014 1:29 pm
by vincenttor
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.

Re: Opentherm gateway and script integration into Homeseer

Posted: Wed Mar 19, 2014 8:52 pm
by Martinvdm
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

Posted: Fri Mar 21, 2014 6:47 pm
by hvxl
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.

Re: Opentherm gateway and script integration into Homeseer

Posted: Mon Oct 20, 2014 10:51 pm
by jellee
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.

Re: Opentherm gateway and script integration into Homeseer

Posted: Wed Oct 22, 2014 7:30 pm
by jellee
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.

Re: Opentherm gateway and script integration into Homeseer

Posted: Sat Jan 24, 2015 10:40 pm
by Tozz
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

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

Posted: Sat Jan 24, 2015 11:27 pm
by Tozz
De meeste problemen heb ik opgelost, maar deze 2 krijg ik niet voor elkaar. Enig idee?

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. 
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.

Re: Opentherm gateway and script integration into Homeseer

Posted: Fri Jan 30, 2015 10:57 pm
by snowboarder
zou je je aangepaste script voor hs3 willen delen ?
ik heb de zelfde fout meldingen.

Re: Opentherm gateway and script integration into Homeseer

Posted: Sat Jan 31, 2015 12:53 pm
by Tozz
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.