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.
Also update devicelist in client mode is autorefresh is off.Code cleanup in FDevices.
Display correct device status icons, also with light/dark.
Fixed tab order of heating and dvice editor, thank Jelle.Extra error catch when CUL interface is disconnected.
Device editor tab order changed, thanks Jelle.Switch of led for RFXComRX after init.Updated binaries.Don't display disabled log entries for disabled modules unless main debug is enabled.
Made CTX35 command buffer key more random.Control panel dim slider now has 16 steps.Better syntax for example actions commands.You can now use CUL Commander to send commands to your CUL interface.
Allow a virtual device value to be set via event actions.
Make key of queue packet for PLCBUS more random.Added delay for PLCBUS H40 command.
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....
Also display decimal address for FHT devices.
Cleaned up log output of FHT decoding.Display log entry if socket is closed by CUL device.Formatted actuator value.
Fixed issue with CUL FS20 On value in wrong field.
Only set CUL's FHTid if it's valid.
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.
CUL FHT parse changes.
Better CUL FHT decoding.
Execute command action type gets contents parsed too.Added parse template for device id|value.Replace templates with their values in text inside event actions:<%global var%> - insert globalvar value<#device name|field#> - insert value field number 'field' from device with name 'device name'...
Fixed FHT TFK decoding.Display parsing errors in debug log.Don't display CR in packet log output.
Changed devices log output.Made FHT FTK sensors work in CUL module, needs testing.
Completed decoding of CUL FS20 messages, needs testing.
Remove default rrd files from repos.
Query and display CUL version string in debug log upon init.
Display CUL FS20 Dim % instead of raw value.Make CUL Cmdr Version button work.
Updated binaries.
Made EM1000-* devicetypes more generic.
Added CUL interface to sql upgrade and install script.If your db is already at version 0.1.119 update it with:mysql -u root -p domotiga <upgrade/01198to01199.sql
Changed default address.
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.
Changed contact e-mail address.
Rewrote K8055 class, now using library calls, thanks Frank!
Fixed sending empty list of batterystatus devices.
Fixed sql error 1136 in database dump file.
Cleanup PLCBUS log output.Display PLCBUS signal and noise strength report in log.Removed unused lookup table entries.
Updated DomotiGaServer3 files too.
Updated the binaries.
Ask if user is sure that DomotiGa should be closed in server mode.
Some PLCBUS code cleanups.Added DS18B20 sensor OWFS support for server too.Major CTX35/TI203 code rewrite, it now features a command buffer.
Fixed another bug in PLCBUS database device scan.
Fixed bugs in PLCBUS database device scan and address masks.
Allow housecode L through P and unitcode 12 through 16.
Updated DomotiGaServer3 code too.
Updated binaries to latest version.
New version 0.1.198, you must upgrade your database! Please make a backup first!Added PLCBUS setting for housecodes to poll.Added timer delays to PLCBUS command queuing.Added scene programming functionality to PLCBUSCmdr.Thanks Peter for all the PLCBUS ideas!...
Added command queue to PLCBUS code, and busy timer to wait after sending a command.
Added support to OWFS code for 18B20 1-wire sensors.
Added FreeSWITCH CDR import script.
Give device icons own tab in editor.
Small code cleanup.
Correct home screen values according to divide and calibrate values, thanks Andy!
Remove hardcoded mailbatterystatus call.
Added mailbatterystatus changes.
Added DomotiGaServer3 binary.
Convert latest domotiga server code to Gambas3 version.
Updated binaries to latest build.
Changed battery status header text.
Removed hard coded mail battery status report from eventloop.You can use an condition action now, and select "all" or "empty".
New version 0.1.197, you must upgrade your database!Please make a backup first!Added Renaud's configurable home screen code, thanks!
Increment version number in database install file too.
Retry failed Plugwise command requests, also works with 2010 firmware, thanks Raimondo!
Fixed type in db upgrade script, thanks Reno!
New version 0.1.196, you must upgrade your database!Please make a backup first!Added setting for RRDTool RRA params.Converted event action and trigger field values to integer type instead of text,so running DomotiGa in another language should work again....
Added Run Now button to Event editor.
Refresh Events treeview if in treeview mode.Added Run Now button to Action editor.
Make runaction routines public.
Updated manufacturers id's.
Fix compare.
Store all values of a DS2438 sensor.
RFXSensor supply voltage is displayed correctly now.
Usercode 0-255.
Removed test routine call.
Add check for RX_TX_SWITCH bit 2, so PLCBUS RF remotes work.
Prevent error when floorplans where deleted.
Add more error checks to the internal webserver code so nmap doesn't bash DomotiGa.
Added missing thermostat_schedule_entry table to database layout.
Rewrote sendcommand routine.
Removed empty argument to Object Call.
Change format string so Gambas3 will run ok too.
Don't strip last digit of uptime string.
Added fix for missing Log.h include (for newer open-zwave revision)Added note how to patch Makefile for 64 Bits Linux version.
Create missing rrd databases on startup.
Fixed out of range bug in displaypacket routine.
Updated binaries to latest revision.
Change case insensitive compare so it works with older Gambas versions.
Added toggle mode, simply set device value1 to "toggle" to do that.
Code cleanup.
Made menu toolbar a little bit wider.
Fixed issue when thermostat heating device is newly created.
Fixed bug regarding crash upon reload of open-zwave wrapper.
Fixed syntax error in ARC code.
Added channel to address, so more than one CM119 can be used.
RFXComTX logging now shows transmitter or xmitter.
Updated README file.
Added open-zwave wrapper build by Jaren.Read the README on how to install it.
Small code cleanups.
Added enable/disable logging to open-zwave.
XMLRPC version 0.08, added methods needed for open-zwave.Added some debugging.