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

GE I-210+ line of smart meters #151

Closed
claud9999 opened this issue May 27, 2020 · 6 comments
Closed

GE I-210+ line of smart meters #151

claud9999 opened this issue May 27, 2020 · 6 comments
Labels
compatibility Support for this probably won't be added.

Comments

@claud9999
Copy link

Anyone have success reading from the GE I-210+ line of meters?

https://www.aclara.com/products-and-services/smart-meters/ansi-residential/i-210-and-i-210c/

I have my RTLAMR software running but am not seeing any messages, yet.

@timmhayes
Copy link

I've got an identical I-210+C made by GE, but branded by Silver Spring Networks (later acquired by Itron). I just logged about 12 hours of data, receiving broadcasts from at least 17 units in my neighborhood. But I'm having a difficult time identifying which (if any) are mine. None of the IDs or consumption numbers match my unit. I'm not really sure where to go from here. I've tried scanning different frequencies (using the centerfreq setting) and all of the msgtypes. Still nothing. I assume the "consumption" number should match the number shown on my meter, right? Or is there some additional math I'd need to do to make that happen?

@natwilson
Copy link

I have the same meter and also been unable to decode any readings from over the air. GE makes the meter portion and they offer a few network card options built by other companies. My utility, Dominion, uses the Silver Spring Networks model NIC 511. I believe it's encrypted based on publicly available documents:
https://www.gedigitalenergy.com/products/brochures/i210_with_SSN_NIC.pdf

These meters offer the utilities dozens of configuration options and the firmware is remotely upgradable so your experience may be different.

I've still been able to read the meter electronically by building an IR pulse reader, but it's not nearly as elegant.

@timmhayes
Copy link

@natwilson My utility is also Dominion. A few years ago they replaced all the old meters in my neighborhood with ones using the Silver Spring Networks model NIC 311. I'm new to this, but confused how I can pick up 15-17 local meters...but not mine. I should also say my meter is displaying an error of 000200, but when I called Dominion about it they said the meter is still reading correctly. I was hoping they would replace it with one I could read.

@MACscr
Copy link

MACscr commented Jun 25, 2020

Hmm, i have the GE I-210+ for Florida Power & Lighting (FPL) paired with a Silver Springs Nic 314 (FCC ID OWS-NIC514). I haven't even bought any hardware yet to try to read it as I am trying to verify it can even be read and what information I might be able to get out of it over what I am already from a python library that provides basic info such as:

 print(api.yesterday_kwh)
 print(api.yesterday_dollars)
 print(api.mtd_kwh)
 print(api.mtd_dollars)

Hoping to get more detailed usage from reading the meter directly.

@MACscr
Copy link

MACscr commented Jun 25, 2020

Looking at #108 discussed earlier, we might be out of luck

@bemasher bemasher added the compatibility Support for this probably won't be added. label Jun 26, 2020
@bemasher
Copy link
Owner

Silver Springs-based meter transceivers are likely never going to be supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compatibility Support for this probably won't be added.
Projects
None yet
Development

No branches or pull requests

5 participants