Sorry for not writing in German, but it's not my best language.
I'm a newby on Gira an HS integration and I searched the forum and Gira documentation many times, but I still miss some connections on how to integrate my Proliphix thermostat in HS3.
My goal is to operate the thermostat as a regular KNX thermostat: change to specific temperatures using logik and Visu (such as QuadClient).
This is the HTTP code I need to use to interact:
In this example 795 is the current temperature in Farhenheit (79,5)
In this example the thermostat will be set to 78,0 F.
So how should I
1) integrate the thermostat to be able to use it as a regular Konnex device? Is there any way I could create variables in IP telegrams to create the correct set commands?
2) How and where should I make the calculation from fahrenheit to celsius? Should I do this at the IP telegram level, or should I build logik to make the calculations?
Thanks in advance!
I'm a newby on Gira an HS integration and I searched the forum and Gira documentation many times, but I still miss some connections on how to integrate my Proliphix thermostat in HS3.
My goal is to operate the thermostat as a regular KNX thermostat: change to specific temperatures using logik and Visu (such as QuadClient).
This is the HTTP code I need to use to interact:
Code:
Get current temeperature (OID 4.1.13): http://192.168.1.100/get?OID4.1.13= Will return: OID4.1.13=795&
Code:
Set new temperature: http://192.168.1.100/pdp?OID4.1.5=780&submit=Submit
So how should I
1) integrate the thermostat to be able to use it as a regular Konnex device? Is there any way I could create variables in IP telegrams to create the correct set commands?
2) How and where should I make the calculation from fahrenheit to celsius? Should I do this at the IP telegram level, or should I build logik to make the calculations?
Thanks in advance!
Kommentar