Replies: 11 comments 12 replies
-
@brianlow My Enmax power meter was just replaced with a smart meter in Calgary. |
Beta Was this translation helpful? Give feedback.
-
Thankyou to @brianlow for setting me up with the hardware to do this! Just got everything hooked up and am monitoring MQTT to find my meters. No luck so far on my electric meter overnight but I have seen a dozen gas meters, and a couple water meters. How often they transmit seems to really vary, one gas meter is transmitting every few minutes, others I've seen only once, mine varies between anywhere from 15 minutes to 2 and a quarter hours. I'm sure my electric meter is transmission capable, I wonder if it's only on demand? if so, I should see it sometime next week on my normal read date. otherwise it's possible it's on a different frequency? Or even a different protocol? Not sure. |
Beta Was this translation helpful? Give feedback.
-
I wonder if your power retailer or Enmax would be able to tell you more. I considered posting to a local group (like r/Calgary, FB, calgarypuck) in the hopes of finding someone that works closely with the meters. For gas, I wonder if some msgs are getting missed. Two hour interval seems like it would make automated meter reading hard. Don't know how to test the theory though. Though maybe didn't matter if gives you enough resolution for what you want. Does the interval vary by usage (nighttime = longer?) |
Beta Was this translation helpful? Give feedback.
-
If it helps any, up in Edmonton (Epcor electricity), the electricity meters use a dedicated Zigbee network -- in our case you need to get a Rainforest EAGLE-200 (or similar) and contact the utility to get it connected. I'd reach out the Meter Shop to see - there's a phone number on this page: https://www.enmax.com/services/meter-services/meter-shop |
Beta Was this translation helpful? Give feedback.
-
The reason I don't think it's a zigbee network like Edmonton is that the chip advertised on the front of the meter is a 900 MHz transmitter, and zigbee works at 2.4 GHz. It is possible that some messages are getting missed, in fact it seems likely. I'm just not entirely sure what to do about it, does not appear to be usage related as I didn't get any updates while I was using gas, but got 2 within 15 minutes when no gas was being used. It's also possible that I'm just not able to receive my electric meter from my antenna's location, there's a bunch of concrete in the way, but the range seems good if I'm picking up a dozen gas meters, so who knows. |
Beta Was this translation helpful? Give feedback.
-
Power: maybe try rtl_433 if you haven't already. I think it might decode more formats (and will listen on other frequencies on off chance that helps). Gas: I wonder if there is a utility that provides signal strength? Make it easier to experiment with antenna orientation and length |
Beta Was this translation helpful? Give feedback.
-
My gas meter is pretty close to the SDR so I can't imagine I have a signal strength issue. It just doesn't broadcast on a reliable schedule. There are gaps in there as short as a single minute, and ones as long as 2.5 hours. the consumption value only changed on the highlighted times, so doesn't seem related to that either. |
Beta Was this translation helpful? Give feedback.
-
Maybe it is an anti-collision mechanism so all meters don't transmit at the same time |
Beta Was this translation helpful? Give feedback.
-
You may want to look at some smart energy monitoring solutions. I use smart
monitoring for power monitoring and control and graph in Home Assistant. I
am able to simulate a renewable system with solar, wind and batteries which
will help in future planning. If you aren't already, and have some
programming skills or willing to learn, there are loads of great sources
for building blocks.
…On Sun, Sep 4, 2022 at 8:06 PM ve6rah ***@***.***> wrote:
@vongyver <https://github.com/vongyver> I found the easiest way with the
gas meter was to simply look at the display, and then look for one with the
same values keeping in mind that the least significant digits are actually
after the decimal point and therefore not shown on the meter's display. If
you match the most significant digits though, it should narrow it down
really quickly.
I would love to find the electric meter as well, the once my solar system
is fully up and running with the right inverter I should have metering
through it which would make the other one redundant.
—
Reply to this email directly, view it on GitHub
<#217 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AASTLSV4LV4BL7OWCQ2BVVLV4VITZANCNFSM5IO3S4LA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
This has been a great help in importing my water and gas meter data into Home Assistant (in Calgary) using rtlamr2mqtt. I haven't been able to read my two-way electric meter, but I have found this spec sheet if it helps someone with more knowledge of SDR than me: 4557a-rexuanz Manual Both my water and gas meters fortunately had their digital ID printed on the meter, so they were easy to identify. (House built in 2013.) |
Beta Was this translation helpful? Give feedback.
-
You are correct that most meters in Calgary are still the old-fashioned style with manual reads. That said when I installed my solar system they installed a bi-directional meter which is fully electronic and able to be read remotely. That said, I'm not sure how feasible it is for us to read them. In my case it is been low priority because my solar system already provides the same information, so I've mostly just been using this for gas and water. |
Beta Was this translation helpful? Give feedback.
-
Some notes for anyone in Calgary or possibly Alberta
Over the past couple days I've received messages for:
SCM
,SCM+
andIDM
message types12
,156
03
,13
,171
05
,07
Gas meters
Water meters
Power meters
My house
EWQ100GDLAN
EO940GN-1
My setup
Nooelec NESDR SMArTee v2
with bundled telescoping antenna (~$50 CAD). Antenna length didn't seem to matter.Run rtlamr in the background
Extract the logs to a file. Longest I ran a docker process was 22 hours and it kept all logs (~18MB).
Stats: Meter Ids with counts of number of messages
Stats: commodity types with count of number of messages. The commodities with a single message (like 157) I figure are noise that managed to pass the checksum.
Hope this helps others. I'm probably not going to continue this experiment. Was hoping to read my water meter but cannot. My gas meter isn't that interesting because there isn't much I can change to reduce useage and I already have natural gas detectors to notice leaks.
Beta Was this translation helpful? Give feedback.
All reactions