If you take a look at our website (www.evertech.com.au) you can see that the EverHome software is available by download. This provides ssl connectivity over the internet to your Comfort system. Once you have registered on the website you can download, install and activate the software for a trial.
We invite dealers and distributors of Comfort who would like to market and support our products in their locality to get in touch with us for the purpose of setting up distribution agreements.
02-20-2009, 09:28 PM (This post was last modified: 02-25-2009, 12:59 PM by juwi_uk.)
Hi Clinton,
Finally after playing with your code for a year or so on and off it\'s only in the last week or so that I\'ve really started to do anything useful. Here\'s a screenshot of my initial work-in-progress based on your original code and ideas.
02-26-2009, 11:45 PM (This post was last modified: 02-27-2009, 11:56 AM by juwi_uk.)
I\'ve modified my open source since this 1.0.0.0 version to fix a few bugs and add some new features; principally
Quote:[size=2]Version 1.0.1.0 (23 February 2009)[/size]
Bug Fixes
1. RoomTempSP OutOfRangeException crash on login when Room Temp override is zero
2. Fix log file error (WriteOutput) when sometimes exiting the application
3. Trap situation where PC IP address in user config settings is not valid
4. The ââ¬ÅRAââ¬Â response processing caused an exception under some circumstances
5. General code refactoring to improve readability
New Features
1. Added new Event Log tab
2. Added new Control Menu tab
3. Restructured Smartfit tab
a. Add Progress bars for ââ¬ÅDemandââ¬Â counters (0-100%)
b. Change Smartfit overrides dropdowns to match room unit notation
c. Other minor aesthetic changes to layout
4. Add Heat On indication LED to floor plan (no ability to do same for HW though)
5. Grey out more items/buttons when not logged in:
a. Smartfit Tab buttons and dropdowns
b. Keypad Alarm mode buttons
c. ââ¬ÅKeyArm localââ¬Â and ââ¬ÅKeypad Emulationââ¬Â checkboxes
I\'ll see if Chiu can replace previous version on FTP (as too big to post directly) but send me private mail in the meantime if you want me to send you.
Quote:I\'ll see if Chiu can replace previous version on FTP (as too big to post directly) but send me private mail in the meantime if you want me to send you.
I\'m busy working on a (simplfied) Windows Mobile Client and a (very simplified) Windows Vista Gadget based on the same principles. The technologies are quite different though and I\'m busy learning C# to do the work. I may also need to base these on the interim server I built.
I need to clean-up my server code a bit and them I will post that as well. It allows multiple clients to connect to the same UCM/Ethernet. I have also built the logging into the server side so that it does not need to sit on all the client sides. I would like to build an e-mail interface into the server side as well. I currently have an e-mail interface on the client side.
I am also working on using the ccl file to provide some setup on the client and the server side.
I would also like to build an MCE version of the interface.
I have also had a look at mControl which might be an easy interim to the Mobile and MCE interfaces. I am doing a bit of research on what it will take to build a driver for that. It is not as pretty, but it is functional.