Recent content by gzub

  1. G

    Brultech Software Sneak Peak

    I ran into the same problem, the first version filled that in automatically, but for some reason this one did not, to resolve it I simply re-installed the first one copied the product key down, uninstalled it and reinstalled the newer version. I don't want to post the key in case it is unique...
  2. G

    New Brultech Energy Monitoring Model (ECM-1240) due in 2009

    What apps for xAP are you looking at for the charting, I looked around but couldn't find any programs that looked that interesting... Geoff
  3. G

    New Brultech Energy Monitoring Model (ECM-1240) due in 2009

    Here is v0.4 of my program, I have added twitter support @gzub_home and a virtual channel (the total power usage minus the other channels). tenECMtoStuffv0.4.zip I still want to add some tracking of high/average/total values over the time periods and am thinking of also integrating it with the...
  4. G

    New Brultech Energy Monitoring Model (ECM-1240) due in 2009

    This isn't something that is necessary for my app as I could calculate it or retrieve it from the database your logger creates, but how about enhancing the DB logger to broadcast statistics? High/Low/Avg for each of the channels over a certain time period (ie 1m,5m,15m,1h,4h,12h,24h) at a user...
  5. G

    New Brultech Energy Monitoring Model (ECM-1240) due in 2009

    Here is the latest version of my program, now renamed to tenECMtoStuff as it now supports uploading to both Pachube and Wattzon. Should be relatively self explanatory, unzip the file; edit the .properties file; and run the program (java -jar tenECMtoStuff.jar). Wattzon only supports one device...
  6. G

    New Brultech Energy Monitoring Model (ECM-1240) due in 2009

    Just noticed this on the Brultech website... Also I am working on a new version of my program which will upload to Pachube and Wattzon, I am on vacation right now, but should be able to post it in a week or so... The current versions that I have posted have some problems using the wrong size...
  7. G

    New Brultech Energy Monitoring Model (ECM-1240) due in 2009

    Yes, like this: http://www.pachube.com/feeds/2369/datastre...20Usage&s=6 Also you can get the historical data in CSV using a url like this: http://www.pachube.com/feeds/2369/datastreams/0/archive.csv It definitely has possibilities, I was playing around with it and was able to get the power...
  8. G

    New Brultech Energy Monitoring Model (ECM-1240) due in 2009

    If you look at the value column, that is live, the small historical graphs are what only update at 15 minute intervals... So this chart (and any on the feeds page) only updates every 15 mins... But if you look at the values returned by the xml: http://www.pachube.com/api/feeds/2369.xml (which...
  9. G

    New Brultech Energy Monitoring Model (ECM-1240) due in 2009

    Here is the second version which allows you to customize the labels that are uploaded to pachube... They are in the properties file that it reads... Also one thing I did want to note is if you access the current value through pachube, that is updated live. It is just the history that is 15...
  10. G

    New Brultech Energy Monitoring Model (ECM-1240) due in 2009

    Here is my first shot at a simple java app that I wrote to get the data from tenEcmServer and publish it out to pachube... Simply edit the properties file (you will need an API code - you should be able to e-mail pachube to get one) with your API key and environment ID and run "java -jar...
  11. G

    New Brultech Energy Monitoring Model (ECM-1240) due in 2009

    Found a cool new site www.pachube.com (I don't have an invite yet...) which looks like a great generic web based interface to allow the monitoring of any sensor (ie. our ECM-1240s) and then provides a generic interface to provide the data to other applications. There are already some pre-built...
  12. G

    Brultech 1240 via EtherBee not connecting

    I had the same problem, it sends out too many ARP requests... I solved it by switching to server mode and connecting to it on port 10003. I am using my own software though, other apps would have to add support to connect to the Etherbee rather than accepting a connection (which is generally...
  13. G

    Brultech ECM-1240 questions

    If you configure the etherbee to use server mode instead of client, you can initiate the connection to it at port 10003. Geoff
  14. G

    Apache Tomcat Servlet for Brultech 1240 & Proliphix Thermostats - Addtl. Developers wanted

    I have written a servlet for Apache Tomcat which automatically gets data from one or more Brultech ECM-1240s (via Etherbee only at the moment) and from one or more Proliphix Thermostats. It automatically creates rrd graphs (using rrd4j) at preset intervals (could also be on demand) as well as...
  15. G

    RRDTool with Brultech 1240 (and homevision)

    I have written a program in Java that connects to the EtherBee (either in server or client mode) and automatically updates an RRDTool database, with 12 hours worth of data at 1 second intervals, 24 hours at 5 second intervals, 2 weeks at 1 minute and 1 year at hourly intervals. The whole rrd...
Back
Top