Search found 7 matches
- Wednesday 28 December 2016 16:28
- Forum: OpenTherm gateway
- Topic: Commands not always send to OTGW
- Replies: 2
- Views: 3816
Re: Commands not always send to OTGW
Update: Found the reason for the connection reset. In the OpenWrt firmware running on the TPLink, I had added the following configuration line to the startup script (according several descriptions I had found at the time): echo "10001:raw:15:/dev/ttyUSB0:9600 NONE 1STOPBIT 8DATABITS" > /etc/ser2net ...
- Wednesday 28 December 2016 15:27
- Forum: OpenTherm gateway
- Topic: Commands not always send to OTGW
- Replies: 2
- Views: 3816
Commands not always send to OTGW
My setup: OTGW, firmware 4.2 Connected to LAN using a TPLink Domoticz version v3.6136 running on Ubuntu server 14.04 Issue: Commands that are issued from devices (e.g. changing the Room thermostat setpoint) are not always send to the OTGW. My analysis: Looking at the domoticz log: 2016-12-28 10:12 ...
- Monday 26 December 2016 16:10
- Forum: OpenTherm gateway
- Topic: Device for 'Control setpoint'
- Replies: 4
- Views: 5580
Device for 'Control setpoint'
Currently there are only three thermostat setpoint devices available on the OTGW hardware. It would be great to have an additional thermostat setpoint device available on the OTGW hardware device to allow setting the 'Control setpoint' override value on the OTGW (command CS=<value>). Looking at the ...
- Tuesday 13 January 2015 19:46
- Forum: OpenTherm gateway
- Topic: Return water temperature on Intergas HReco36
- Replies: 11
- Views: 9836
Return water temperature on Intergas HReco36
I have installed an OTGW last week on my installation (Intergas HREco36 with an Honeywell Chronotherm Touch Modulation). It all seems so work fine, except for the Return water temperature which is reported as 0 degrees. I checked the return water temperature directly on the Honeywell thermostat and ...
- Saturday 26 July 2014 17:53
- Forum: Python
- Topic: Python script for Netatmo weather station
- Replies: 144
- Views: 54514
Re: Python script for Netatmo weather station
domoticz_dev_id: still a mystery module_id = "" no return for first module? this blocking is? Please help .... I can not sleep .. I am sorry for this (very) late response. I have not been monitoring this topic for a while. Don't know if you still need answers, but here they are anyway: The module ...
- Wednesday 26 February 2014 21:11
- Forum: Python
- Topic: Python script for Netatmo weather station
- Replies: 144
- Views: 54514
Re: Python script for Netatmo weather station
I can download and extract the zip file without problems. Just in case, this is the contents of the script file (netatmo.py): import sys import os import string import json import urllib import datetime import xml.etree.ElementTree as ET ...
- Friday 21 February 2014 20:19
- Forum: Python
- Topic: Python script for Netatmo weather station
- Replies: 144
- Views: 54514
Python script for Netatmo weather station
This is a python script for retrieving your weather station data from the cloud using the available RestAPI from Netatmo and send the data to domoticz using the JSON update device command. Copy both the included script (netatmo.py) and the settings file (netatmo_settings.xml) into the same folder ...