Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't support multiple sensor readings #11

Open
GoogleCodeExporter opened this issue Jul 4, 2015 · 1 comment
Open

Doesn't support multiple sensor readings #11

GoogleCodeExporter opened this issue Jul 4, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

As you know the CC128 supports 9 "appliance" sensors as well as the main
"house" sensor.

In our office we have two meters (don't ask), and CurrentCost advised us to
set it up as follows: one transmitter for meter 1 going into the "house"
sensor, and one transmitter for meter 2 going into the "appliance 1" sensor.

So we want to analyse the combined output of both sensors, both in the
currentcostgui app and in Excel via the CSV export.

To help you out I've attached an XML dump. It's pretty easy to recognise
which sensor each reading belongs to!

Original issue reported on code.google.com by tomcha...@gmail.com on 7 Aug 2009 at 11:22

Attachments:

@GoogleCodeExporter
Copy link
Author

After explaining this to another app author, here's a bit more explanation.

CC128 units can provide separate data for up to 10 sensors, so it would be 
great if
currentcostgui could display all of that data.

For most users this would mean providing charts, statistics etc. for each sensor
separately, ideally auto-detecting if the different sensors are plugged in. This
isn't hard if you look at the XML I attached.

For users (i.e. a good few companies) with multiple power supplies, each with 
its own
meter + transmitter, it would be useful if you could add several sensors' data 
together.

Since one can export to CSV, just getting the first feature implemented - 
making sure
the app actually grabs all the data the CC128 is giving it - would enable
organisations like us to process the data in Excel.

Original comment by tomcha...@gmail.com on 11 Aug 2009 at 8:09

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant