The files contained in this repository can be downloaded to your computer using a svn client.
On Linux you simply type the command displayed below.

This URL has Read-Only access.

Statistics
| Revision:

root / trunk / DomotiGa / CCUL.class @ 788

History | View | Annotate | Download (32.7 kB)

# Date Author Comment
776 12/08/2011 05:52 pm rdnzl

Only send data to CUL interfaces when connected/active.
When setting a FS20 DoorBell to On from DomotiGa set it to Off again after a second.

775 12/08/2011 04:36 pm rdnzl

Code cleanup.
Toggle FS20 Bell Button device to Off after 1 second On.

769 12/06/2011 07:33 pm rdnzl

Fixed bug regarding initializing CUL interface.

754 11/29/2011 03:55 pm rdnzl

Added On/Off-For-Timer support for CUL FS20 devices so device status keeps uptodate.
Fixed bugs in event action timer delays.
Fixed bug in calculation of CUL FS20 On/Off-For-Timer duration.

743 11/26/2011 10:33 am rdnzl

Fixed parsing of negative temp values for CUL S300TH sensors.

711 11/02/2011 07:51 pm rdnzl

Report correct signal strenght for CUL packets.
Also display received values of S300TH in debug mode.

710 11/02/2011 01:25 pm rdnzl

Correctly parse CUL FHT warning packets.

706 11/02/2011 12:33 pm rdnzl

Ignore CUL FHT hightemp packet if no lowtemp packet is received first.

700 10/29/2011 10:59 am rdnzl

Removed CUL poll timer.
Removed CUL autocreate code, done now for all devices.

698 10/26/2011 05:23 pm rdnzl

Added support for CUL S300TH temp/humid sensor.

693 10/25/2011 05:16 pm rdnzl

New version 0.1.201, you must upgrade your database!
Backups of devices and devicetype tables are stored in /tmp too.
Renamed OneWire module to Temp08.
Added xPL module to provide support for xPL interfaces.
Added support for RFXLAN xPL interface.
Added TelnetServer module to provide MisterHouse's mhsend functionality....

682 10/17/2011 09:36 am rdnzl

Store FHT80 thermostat values in different device value fields.
Calculate correct FHT measured temperatures from high and low byte.
Fixed FHT SyncTime value.

676 09/06/2011 04:51 pm rdnzl

Only store FHT80 measured temp in value field one, rest in second.

671 09/06/2011 11:38 am rdnzl

Added a reconnect timer if CUL socket is closed by peer.

669 09/06/2011 08:52 am rdnzl

Stop poll timer if CUL is disabled.

665 09/03/2011 08:24 pm rdnzl

Fixed CUL FHT80 actuator parse code, please check.

664 09/03/2011 07:34 pm rdnzl

Display CUL FHTid also in decimal.
If On-For-Timer received, set device value On. Vice versa for Off.
Implemented a temporary poll timer, to see if CUL device stays connected.
PLCBUS Commander fixed status poll to use correct command, thanks Peter!
Implemented status report textbox, to see status, signal and noise levels.

661 09/03/2011 01:45 pm rdnzl

Fixed tab order of heating and dvice editor, thank Jelle.
Extra error catch when CUL interface is disconnected.

656 09/01/2011 10:21 am rdnzl

Added CUL basic FS20 device control for On/Off/Dim.
Added CUL command queueing.
Fixed CUL FHT SyncTime message parse error.
Suppress logging empty CUL log lines.
Show only devices and interface which supports selected type in device editor.
Removed leading spaces in WeatherBug forecast texts....

655 08/31/2011 12:55 pm rdnzl

Also display decimal address for FHT devices.

654 08/31/2011 09:03 am rdnzl

Cleaned up log output of FHT decoding.
Display log entry if socket is closed by CUL device.
Formatted actuator value.

653 08/31/2011 08:21 am rdnzl

Fixed issue with CUL FS20 On value in wrong field.

652 08/30/2011 05:06 pm rdnzl

Only set CUL's FHTid if it's valid.

651 08/30/2011 04:28 pm rdnzl

New version 0.1.200, you must upgrade your database!
Please make a backup first!
Added FHTid setting for CUL module.
Added more devicetypes to CUL interface db entry.

649 08/30/2011 02:42 pm rdnzl

CUL FHT parse changes.

648 08/30/2011 01:48 pm rdnzl

Better CUL FHT decoding.

646 08/29/2011 09:49 pm rdnzl

Fixed FHT TFK decoding.
Display parsing errors in debug log.
Don't display CR in packet log output.

645 08/29/2011 05:25 pm rdnzl

Changed devices log output.
Made FHT FTK sensors work in CUL module, needs testing.

644 08/29/2011 03:44 pm rdnzl

Completed decoding of CUL FS20 messages, needs testing.

642 08/29/2011 01:12 pm rdnzl

Query and display CUL version string in debug log upon init.

641 08/29/2011 01:05 pm rdnzl

Display CUL FS20 Dim % instead of raw value.
Make CUL Cmdr Version button work.

639 08/28/2011 08:58 pm rdnzl

Made EM1000-* devicetypes more generic.

636 08/28/2011 01:02 pm rdnzl

New version 0.1.199, you must upgrade your database!
Please make a backup first!
Added CUL module support, it's not finished yet, FS20 and EM type msgs are correctly decoded.
FHT decoding is not working correctly, needs work, address formats can change.