Search found 12 matches
- Sunday 30 April 2017 12:17
- Forum: Show your projects
- Topic: Intergas Incomfort Heater control
- Replies: 98
- Views: 43127
Re: Intergas Incomfort Heater control
Good work etamminga, many thanks. Seems to integrate better than my .lua scripts. I tried your version earlier but my Domoticz instance became unstable, not sure whether that was caused by your driver. Seems to be ok now. One remark, when changing the setpoint temperature on the physical thermostan ...
- Friday 16 December 2016 12:21
- Forum: Show your projects
- Topic: Intergas Incomfort Heater control
- Replies: 98
- Views: 43127
Re: Intergas Incomfort Heater control
hi Jeroen, Can you tell me how i can change the temperatur in domoticz.? Perhabs in Dutch :oops: i can see the indoor temp en the thermastat temp but i want to change de thermostat temp so the heating goos on. Herbert You have to create a virtual device, type: Thermostat, SetPoint in Domoticz and ...
- Monday 13 June 2016 16:46
- Forum: Show your projects
- Topic: Intergas Incomfort Heater control
- Replies: 98
- Views: 43127
Re: Intergas Incomfort Heater control
Thanks. Always good to have one complete overview of the possible actions and responses.anandus wrote:For what it's worth, here is the (Dutch) API-documentation:
http://www.filedropper.com/lan2rfgatewayhttpinterface
- Friday 29 January 2016 9:56
- Forum: Show your projects
- Topic: Intergas Incomfort Heater control
- Replies: 98
- Views: 43127
Re: Intergas Incomfort Heater control
I would use a network scanner app like Fing on the iPhone. Google for network ip scanner.
If you found it I would give the device a fixed ip via DHCP address reservation in your router.
If you found it I would give the device a fixed ip via DHCP address reservation in your router.
- Monday 07 December 2015 20:28
- Forum: Show your projects
- Topic: Intergas Incomfort Heater control
- Replies: 98
- Views: 43127
Re: Intergas Incomfort Heater control
Just incorporated the updates from Wim68. The script is now checking whether the Intergas RF module is online and setting a switch accordingly. Please also not that I switched from running the script on a Synology to a Raspberry Pi 2 now. Therefore, I had to change line 36 in script_time ...
- Thursday 03 December 2015 14:06
- Forum: Show your projects
- Topic: Intergas Incomfort Heater control
- Replies: 98
- Views: 43127
Re: Intergas Incomfort Heater control
Thanks Wim68! I will implement these changes and test wether I can switch off and on a 'Klik-aan-klik-uit' switch to restart the Intergas module. I need to say mine is very stable last weeks. In the beginning I had some problems with the RF connection with the heater. Had some calls with my supplier ...
- Friday 16 October 2015 11:19
- Forum: Show your projects
- Topic: Intergas Incomfort Heater control
- Replies: 98
- Views: 43127
Re: Intergas Incomfort Heater control
Sorry for the late response. Maybe you figured out already. I think I have the answer.
Your settings say the IP address of the lan2rf interface is 10.0.0.103.
On line 34 I think you also put the IP of the lan2rf interface. That should be the IP address of your domoticz installation.
Your settings say the IP address of the lan2rf interface is 10.0.0.103.
On line 34 I think you also put the IP of the lan2rf interface. That should be the IP address of your domoticz installation.
- Sunday 20 September 2015 20:00
- Forum: Show your projects
- Topic: Intergas Incomfort Heater control
- Replies: 98
- Views: 43127
Re: Intergas Incomfort Heater control
Are you able to reach the lan2rf gateway in your browser? (just point your browser to http://IPADDRESS) Did you set something up as OpenTherm gateway (OTGW)? Looks like that's causing the error. In Domoticz I added a dummy hardware (type Dummy). For this hardware I added virtual sensors. Nothing to ...
- Tuesday 15 September 2015 14:10
- Forum: Show your projects
- Topic: Intergas Incomfort Heater control
- Replies: 98
- Views: 43127
Re: Intergas Incomfort Heater control
Create 2 virtual temperature sensors and 1 virtual thermostat device. Put the scripts in the domoticz/var/scripts/lua folder and edit the --config---- part in both scripts, you need to change the IDX's and name of the three devices in both scripts. Keep the JSON.lua file as is. Does this help? What ...
- Tuesday 08 September 2015 22:16
- Forum: Show your projects
- Topic: Intergas Incomfort Heater control
- Replies: 98
- Views: 43127
Re: Intergas Incomfort Heater control
I also saw your PM with the question where I bought my Lan2RF module.
However, I am not able to send PM's, no clue why.
I bought the heater and the module in one package from warmgarant.nl.
Had one setup problem in the beginning and they helped me perfectly on the phone.
However, I am not able to send PM's, no clue why.
I bought the heater and the module in one package from warmgarant.nl.
Had one setup problem in the beginning and they helped me perfectly on the phone.
- Tuesday 08 September 2015 21:37
- Forum: Show your projects
- Topic: Intergas Incomfort Heater control
- Replies: 98
- Views: 43127
Re: Intergas Incomfort Heater control
The script is working perfect and stable so far. I'm workin on monitoring whether tap water is in use etc.
But main functuonality is working.
But main functuonality is working.
- Wednesday 26 August 2015 14:57
- Forum: Show your projects
- Topic: Intergas Incomfort Heater control
- Replies: 98
- Views: 43127
Intergas Incomfort Heater control
Recently I bought a Intergas HREco 36 Heater (CV Ketel). It is connected to a simple Honeywell Round Modulation thermostat and a Incomfort Lan2RF Gateway with Incomfort app (iOS). I wanted to control the thermostat via Domoticz so build a script. Required hardware: - Intergas heater with RF ...