I have seen some Arduino implementations using similar devices to thisand this
Has anyone done any home energy monitoring? I'd love to correlate the weather with electric and oil consumption at my house.
--
--
--
Brandon--
tom,
please do not make weewx try to be another thingspeak (or pachube or cosm or openenergymonitor or ...)
make it do weather, and do weather well.
provide an api so that another monitor/script can grab data from weewx and stuff it into oem or thingspeak or whatever.
i just discovered your weewx project (it was mentioned in the wview discussion group). i have been frustrated with wview for the same reasons you enumerated, and i was just getting frustrated enough to start a weather monitor in python when i discovered weewx. so thank you for saving me a lot of work :)
we use brultech devices (ecm-1240, gem) to monitor power. they are very accurate and let you monitor many circuits (the ecm-1240 does 7, the gem does 32). the gem also monitors 8 one-wire devices (e.g. temperature sensors). they also monitor pulse counters (one on the ecm-1240, or 4 on the gem). brultech has the lowest per-circuit cost of any device on the market, including the build-it-yourself stuff from open energy monitor or smart energy groups.
btw, you might want to make an uploader for weewx that sends data to smart energy groups (www.smartenergygroups.com). sam at seg has done brilliant work in creating widgets to visualize, compare, and manage data. uploading is trivial (btmon.py and ecmread.py have some python code to do it, as well as code to upload to thingspeak, pachube, oem, etc).
we have a couple of ted5000 devices, but they are not as accurate as the brultech devices. the ted5000 also tends to be rather flaky - data is transmitted over the power lines, and if you use in it older buildings (ours were built in the mid-1800s and early 1900s) you will probably have issues. and forget about fail-safety - you cannot put a ted on an ups, so forget about dealing well with power outages and switching to/from generators and mains.
http://lancet.mit.edu/mwall/projects/power
http://lancet.mit.edu/mwall/projects/weather
--
--
You received this message because you are subscribed to the Google Groups "Weewx user's group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
The GEM is the GreenEye -- sorry, I only speak in TLAs... :-)
Avoid the dual ethernet/WiFi module, it can be a nightmare to setup, especially if you don't have a Windows system to configure it with.
I don't have mine talking to WeeWx though, I send everything (including my WeeWX data) off to SEG (SmartEnergyGroups.com). At some point I plan on using their API to pull the data back down so I can potentially build some code into my home automation system (Insteon / ISY994i) to do things like turn on ceiling fans when it gets hot in the house, tweak my power usage on hot days, and/or adjust my lawn/garden watering schedule based on temperature.
---
Dan Rich <dr...@employees.org> | http://www.employees.org/~drich/ | "Step up to red alert!" "Are you sure, sir? | It means changing the bulb in the sign..." | - Red Dwarf (BBC)
--