Activity

From 03/17/2012 to 04/15/2012

04/15/2012

06:32 pm Feature #113: Homematic support + new logfiles
Correct, and so far I only created one link in devicetypes_homematic to that device. The others will be linked as we ... JK
05:47 pm Feature #113: Homematic support + new logfiles
I just looked at the devicetype_homematic data you send, and found my answer.
You created one devicetype with id 234...
rdnzl
05:24 pm Feature #113: Homematic support + new logfiles
Ok I changed it, in the future you can store as many as parameters and values per device as you want, so we can drop... rdnzl
04:43 pm Feature #113: Homematic support + new logfiles
Thermostat: http://www.elv.de/HomeMatic-Funk-Wandthermostat/x.aspx/cid_74/detail_10/detail2_26242
Valve: http://www....
JK
04:04 pm Feature #113: Homematic support + new logfiles
Hi,
On the second question:
During the pairing routine, the device informs what it is (type, subtype, serialnumber,...
JK
03:02 pm Feature #113: Homematic support + new logfiles
Can you point me to a link of the thermostats you use, so I can try to include it as devicetype with picture etc.
An...
rdnzl
01:44 pm Feature #113: Homematic support + new logfiles
@ TRY rDeviceInfo = Main.hDB.Exec("SELECT * FROM devicetypes_homematic WHERE type_code = &1", "0039")
' if it do...
rdnzl
11:46 am Support #116 (In Progress): DSC IT-100 Support for the DSC Module
rdnzl
11:46 am Feature #115 (In Progress): Support for Esic temperature sensors
Added UPM/ESIC WT440/450H code to version 0.1.205, will be out soon. rdnzl
11:17 am Support #116: DSC IT-100 Support for the DSC Module
I'm adding your database and interface changes so far to version 0.1.205 at the moment, besides the interface type (i... rdnzl
12:25 am Feature #113: Homematic support + new logfiles
Working version, supports the thermostat only (that's all I use at the moment). Integrates in current Domotiga design... JK

04/12/2012

08:54 pm Support #116: DSC IT-100 Support for the DSC Module
With the DSC partition as a device, I've got a bit of work to move the Partition related commands to Partition device... tradiuz
12:27 am Support #116: DSC IT-100 Support for the DSC Module
I added 'DSC Partition" as a device type with an ID of 234 (first available), and modified the Devices.Module to hand... tradiuz

04/11/2012

11:08 pm Support #116: DSC IT-100 Support for the DSC Module
Changing CommType to integer is simple enough:... tradiuz
08:16 am Support #116: DSC IT-100 Support for the DSC Module
Nice work.
I will add the database field and name changes to the next version, I prefer if we use integer for Comm...
rdnzl
05:31 am Support #116: DSC IT-100 Support for the DSC Module
Things I've changed so far:
Changed the database entry to say DSC Interface instead of DSC5401 Interface. Minor, bu...
tradiuz

04/09/2012

05:49 am Support #116 (Feedback): DSC IT-100 Support for the DSC Module
The IT-100 replaces the PC5401 as the serial interface for the DSC PowerConnect series of alarm panels. The IT-100 h... tradiuz
04:58 am Feature #114: Add US/Canada Support to Weatherbug Module
OK, Forecast + Live Weather complete. And in a centrally driven manner with a class to define the functions and the ... tradiuz

04/05/2012

12:21 am Feature #114: Add US/Canada Support to Weatherbug Module
5000 queries per day. That's 200/hr. Hopefully you're not polling more than 3 times a minute ;) . And it looks lik... tradiuz
12:05 am Feature #115: Support for Esic temperature sensors
I bought mine at Clas Ohlson who have stores in scandinavia and the UK at about a third if the price of a comparable ... ReWind

04/04/2012

09:07 pm Feature #114: Add US/Canada Support to Weatherbug Module
Looked at it, and yes this is much better!
We have to cut the WeatherBug parse code as much from the GUI Form code as...
rdnzl
08:56 pm Feature #115: Support for Esic temperature sensors
I will update the class and add them to the database soon, thanks.
Where did you buy them, I saw some in an US shop ...
rdnzl
08:49 pm Bug #110: RFXCom Transceiver : error in address for AC device
I fixed both issues in r851, please test. rdnzl
08:48 pm Revision 851: Fixed bug with case insensitive AC address group compare for older Gambas version.
Fixed Group On/Off command parsing in RFXComTRX class.
Thanks ReWind!
rdnzl
08:24 pm Feature #115 (Closed): Support for Esic temperature sensors
I made a little hack for my two Esic temperature sensors which are now supported but the RFXcomTRX433 by adding
@
C...
ReWind
08:21 pm Bug #110: RFXCom Transceiver : error in address for AC device
Found it.
Stupid one, before the lines we have:
@
IF InStr(sCmd, "ON") OR IF InStr(sCmd, "DIM 100") THEN
bB...
rdnzl
08:16 pm Bug #110: RFXCom Transceiver : error in address for AC device
ReWind wrote:
> I think an extra = snuck itself in the code, I had to make the following change in line 3706 in CRFX...
rdnzl
07:53 pm Bug #110: RFXCom Transceiver : error in address for AC device
I think an extra = snuck itself in the code, I had to make the following change in line 3706 in CRFXComTRX.class from... ReWind
06:31 am Feature #114: Add US/Canada Support to Weatherbug Module
New WxBug class is feature compatible with the current WeatherBug scripts. Future improvements on the class could al... tradiuz

04/03/2012

04:57 pm Feature #113: Homematic support + new logfiles
No need to cleanup yet, there's still an excessive amount of comments, commented old code and unused variables in the... JK
07:08 am Feature #114: Add US/Canada Support to Weatherbug Module
After looking at how the code gets the data from Weatherbug, I've started writing a new WxBug class to handle getting... tradiuz

04/02/2012

10:22 pm Feature #114 (In Progress): Add US/Canada Support to Weatherbug Module
This is not as simple as I originally thought. I have some code that I've added, I just need to edit all the proper ... tradiuz
09:09 pm Feature #113: Homematic support + new logfiles
Thanks!
Will try to clean it up and give my feedback, but I cannot change too much because it's hard to test witho...
rdnzl

04/01/2012

07:57 pm Feature #113: Homematic support + new logfiles
Added changed files and db dump JK
02:01 pm Feature #113 (Resolved): Homematic support + new logfiles
Hi, I created the initial support for Homematic, but it does not integrate well with the current Domotiga design. Per... JK

03/26/2012

02:39 pm Bug #112: NorthQ - NQ-92021 support

Did you have time to look at the logfile and is it the correct one or do you need more information ?
raymonvdm

03/20/2012

08:16 pm Bug #110: RFXCom Transceiver : error in address for AC device
No time to test update but look at the code and seems ok MrGoodFriend

03/19/2012

05:13 pm Bug #112: NorthQ - NQ-92021 support
I`m making logfiles using ... raymonvdm
03:52 pm Bug #112: NorthQ - NQ-92021 support
Like I said before a few times please post the log output of DomotiGa with zwave debug enabled, not the ozw log, with... rdnzl
02:18 pm Bug #112: NorthQ - NQ-92021 support
Back to version 453 and this is the log after startup... raymonvdm
02:10 pm Bug #112: NorthQ - NQ-92021 support
After this the update seems to be working... raymonvdm
01:41 pm Bug #112 (Closed): NorthQ - NQ-92021 support
* In order to make this issue known to a wider range of users i`m creating this item.
Im trying to make an North...
raymonvdm
« Previous
Next »
 

Also available in: Atom