IT TOOK ME 5 YEARS TO FIND THIS

Поделиться
HTML-код
  • Опубликовано: 7 янв 2023
  • BECOME A PATREON!
    / recessim
    There's always something new to learn! In this video I explain recent changes to the #GNURadio Smart Meters module and ultimately how I found data I was missing that may contain power readings.
    These long unknown packets you can check out!
    github.com/BitBangingBytes/Gr...
    GitHub Smart Meters repository:
    github.com/BitBangingBytes/gr...
    Jacob Gilbert's Github:
    github.com/jacobagilbert
    Sandia Labs FHSS Utils:
    github.com/sandialabs/gr-fhss...
    RECESSIM Wiki:
    wiki.recessim.com/view/Advanc...
    You can get this up and running FAST using DragonOS by @cemaxecuter7783
    cemaxecuter.com/
  • НаукаНаука

Комментарии • 362

  • @IvanStepaniuk
    @IvanStepaniuk Год назад +431

    Why on earth (no pun intended) would they use GPS coordinates as an unencrypted node identifier!? I can't imagine what led to such decision.

    • @Dwonis
      @Dwonis Год назад +41

      I suppose it could make routing by physical proximity easier.

    • @BrianBoniMakes
      @BrianBoniMakes Год назад +41

      It's self configuring, good for rolling out a large project.

    • @mrfrenzy.
      @mrfrenzy. Год назад +30

      It also means they don't have to rely on installers to enter the correct serial number and hose number in a system, saves a lot of work and fault finding. Why it's not encrypted? If the radio uses GPS coordinates for routing it would probably be too cpu intensive to decrypt each packet.

    • @jamess1787
      @jamess1787 Год назад +4

      @@mrfrenzy. and it's easier to "disregard" based off arbitrary information as long as the GPS data is unencrypted. Wouldn't work in the boonies, but could be "self learning".
      Just my $0.02

    • @Darkk6969
      @Darkk6969 Год назад +26

      @@mrfrenzy. CPU resources in these meters aren't the problem. Heck, I can use encryption with ESP8266 without an issue. Problem is key management. They have to keep track of the encryption keys and if they bork that up hundreds of man hours in trying to fix all those broken meters.

  • @strawmanfallacy
    @strawmanfallacy Год назад +142

    Man this is one of my favorite projects I've seen evolve. Thanks so much for documenting it.

    • @RECESSIM
      @RECESSIM  Год назад +10

      Thanks, that means a lot! Glad you’re enjoying it.

    • @BorgNode
      @BorgNode Год назад +4

      Can confirm!

  • @Pulkz
    @Pulkz Год назад +155

    As someone who is involved in the development of Smart Meter Gateways in Germany, it's crazy to see how different they work in different countries.

    • @RECESSIM
      @RECESSIM  Год назад +10

      Glad you were able to get a peek behind the curtain! More on the protocol at: wiki.recessim.com/view/Landis%2BGyr_GridStream_Protocol

    • @xusdom
      @xusdom Год назад +3

      Ach...interessant... Do you have a link too? :-)

    • @25_26
      @25_26 Год назад

      germany=little china

    • @BitcoinLifeToday
      @BitcoinLifeToday Год назад +2

      The smart meters gateways in germany are practically the same in the netherlands right? We can use a RJ11 connector and shove it in and read it all

    • @Pulkz
      @Pulkz Год назад +1

      @@xusdom Sage jetzt mal keinen Namen, aber wir sind schon ziemlich weit vorne wenn es um SMGW-Testsysteme geht ;)

  • @RealRickCox
    @RealRickCox Год назад +58

    It's been a lot of fun watching you deconstruct the way these systems work. Might be some benefit in helping others learn how to create these types of IoT mesh networks for other important projects.

  • @jjasper2291
    @jjasper2291 Год назад +20

    You explain something extremely difficult in such an easy way. Not that I know what you were talking about with all the technical stuff, but you did explain what it is about and what happens on the electric net.

  • @DarkMeta_Minecraft
    @DarkMeta_Minecraft Год назад +17

    your thumbnail is genius. i literally HAD to know what data this is 😂 then i also realized, i've had a major data loss recently. years of work gone. i'm happy for you, whatever you recovered

  • @patmelsen
    @patmelsen Год назад +10

    Hey, this is awesome! Thank you so much for putting it out. Especially getting some insight on how you can approach debugging GNURadio blocks, you have no idea how valuable this is to someone who is getting their feet wet with SDR radios. Definitely going to leave a subscription. Cheers from Germany!

  • @awesomedee5421
    @awesomedee5421 Год назад +35

    The decoder handles non 0x2A frames that is why I required it for the input. Look at the messyEater parameter. I thought it might be OTA corruption, or QoS since it was outside of the CRC and that it was somehow intentionally designed that way. but I took that raw data and normalized it into a proper format and continued to decode it. I didn't discard it. I've already broken down some of those longer packets. There also seems to be some kind of multicast feature with them. I saw them when you went to the apartment complex and Bob's network. I also saw the repeating packets and repeating frames. I did not think to use the same 0x(8|0)0FF as the start of an encapsulated packet, but a histogram showed it was encrypted. The formats are all documented in the latest decoder. I think Bob has a copy.

  • @jarcadipane2849
    @jarcadipane2849 Год назад +6

    i was told that they intentionally bounce pings and messages a specific amount of times from meter to meter within a territory ( defined area of a substation) to make sure that the streams were not tampered with and were always validated with CRC's to maintain the validity and soundness of messages to substation.

  • @samsousayt
    @samsousayt Год назад +18

    Your work and research is absolutely amazing. ANd you explain it really well too.

    • @RECESSIM
      @RECESSIM  Год назад +2

      Thanks, really appreciate that! Glad you’re following along.

  • @SinisterSpatula
    @SinisterSpatula Год назад +6

    The youtube algo brought me here and I'm glad it did. This was such a cool project to see you working on, thanks for sharing it.

    • @RECESSIM
      @RECESSIM  Год назад +1

      Thanks for watching, appreciate your kind words.

  • @curranhouse
    @curranhouse Год назад +8

    The interesting thing would be to work out if the network can be used to piggy back your own messages. So person one side of town uses the smart meter network which passes meter to meter to the person the other side of town lol

    • @RECESSIM
      @RECESSIM  Год назад +4

      That idea is actually what started me down this path years ago!

  • @BradenPitts_
    @BradenPitts_ Год назад +9

    Excellent! This is awesome! It's been several months since my power co-op started switching over to RF meters. I may take this back up again to see what I can find.

  • @campbellmorrison8540
    @campbellmorrison8540 11 месяцев назад +1

    Wow I would love to be able to help but you are so far ahead of anything I could ever dream of doing its mind boggling just to watch what you are doing. Great stuff

  • @Portablesounds
    @Portablesounds Год назад +14

    If these packets are unencrypted, then I'd be careful sniffing other house's packets, as, according to the Supreme Court case Joffe v Google, "the Wiretap Act covers the interception of unencrypted Wi-Fi communications." Granted, I'm very ignorant of the full context of this work, so this may not apply (as most network packets nowadays have some form of encryption).
    Edit: I don't want to sound like a hater, this is some seriously amazing work, keep it up!

    • @ianhelsbyservices
      @ianhelsbyservices Год назад +4

      It's astounding the lengths authority will go to. Open,, 360 degree, unencrypted data is free reign to anyone who cares to listen.
      Does the law cover listening or acting upon what you hear/discover?

    • @Portablesounds
      @Portablesounds Год назад +6

      @@ianhelsbyservices Yeah I agree, the ruling shocked me too as pretty far-reaching. As for it's general applicability, see any discussion of how the Wiretap Act is applied, though I think the gist is any form of interception of communication where you were not the intended target while using covered mediums is a violation. Usage of the information is immaterial AFAIK. Obligatory I am not a lawyer, just got a CS degree and took Computer Law.

    • @RECESSIM
      @RECESSIM  Год назад +19

      It’s one of the main problems, the CFAA was recently amended I believe to cover “good faith security research” which is what I would consider I am doing. If people like us don’t actively search for vulnerabilities for the public good, we leave vulnerable systems that can be exploited by bad actors.
      I was doing it prior to the CFAA change, but fundamentally I believe it’s worth the risk. If you believe something is unjust, you gotta take a stand. Thanks for commenting!

    • @Portablesounds
      @Portablesounds Год назад +2

      @@RECESSIM Ah yeah excellent point, I definitely believe you're doing a good thing. I'm sure the DOJ has plenty of better things to do with their time :)

    • @RECESSIM
      @RECESSIM  Год назад +2

      Fingers crossed!

  • @moormoor4281
    @moormoor4281 Год назад +3

    Thanking you most kindly from England UK

  • @nomadontherun_
    @nomadontherun_ Год назад

    Well done. This was very cool and explained clearly. I have no idea what you were talking about but it was cool. Keep up the hard work.

  • @kpwlek
    @kpwlek Год назад +1

    1:22 am I have no idea how youtube suggested your channel to me but I am glad it did... That si cools stuff you are doing here...

    • @RECESSIM
      @RECESSIM  Год назад

      Thanks! I feel the same way when some random thing pops up. Happy the AI Algo was able to read my mind 😂

  • @NeverGiveUpYo
    @NeverGiveUpYo 10 месяцев назад

    Finally a useful channel with useful stuff.

  • @joefish6091
    @joefish6091 Год назад +2

    I was involved with PLC Weymouth (Power Line Communications) in the UK in the 90s, they had an early 100/300 KHz hierarchical meter system, 300 khz over RYB local to hub nodes up poles, 100 khz between control hubs and HQ ,
    The system was fragile and hardware expensive and limited. part of the problem was installers using sidecutters to cut (shatter) 1mm fibre terminations. OMFG.

  • @realthegreydiamond
    @realthegreydiamond Год назад +2

    I really love this project.... You are the reason I bought an SDR....

    • @joefish6091
      @joefish6091 Год назад +1

      Polar satellites excite me, fun to watch them pop up over the horizon, then listen to their beacons. then they go bye bye.
      A radio telescope would be fun, but alas neighbors. trees, and nasty noisy ISP cables.

  • @christopher6426
    @christopher6426 Год назад +16

    I’d be interesting to see the inverse of the meter uptime as the metric for height - I.e. taller = shorter uptime, as a quick way to visualise outages. Great work !!

    • @RECESSIM
      @RECESSIM  Год назад +2

      That’s a great idea, could also use different icons depending on uptime.

    • @tisme1105
      @tisme1105 Год назад +3

      @@RECESSIM Something like a heatmap with different colors to show low to high uptime would be great.

    • @herpderp5222
      @herpderp5222 Год назад +2

      This would be good info when researching a purchase of a new home... Which homes have high power uptime

  • @max_ishere
    @max_ishere Год назад

    I saw this absolutely not clickbait video on my feed and it took me a second to realize it's a hacking video. My favorite

  • @freman
    @freman Год назад +5

    I may at some point dig out my SDR kit I bought a couple of years ago to play with this myself, it's not as fancy as yours but still, could be fun

  • @ky-effect2717
    @ky-effect2717 Год назад +1

    Awesome find

  • @texasfossilguy
    @texasfossilguy Год назад

    This is amazing. Thank you for sharing

  • @cemaxecuter7783
    @cemaxecuter7783 Год назад +5

    This is great and I’m only halfway through!

  • @moormoor4281
    @moormoor4281 Год назад +4

    Happy new year GOD bless you

  • @runsuckerrun9034
    @runsuckerrun9034 Год назад +1

    Great work on the decoding. The long packets are on-demand reads. Modern electric meters usually read in five-minute intervals. Landis+Gyr defaults to 15 minutes (I believe). Readings are sent into the HES less frequently. When the HES requests the meter to send in its latest readings, it's typically either for the latest reading or the last X number or reads. Battery powered devices (Gas & Water) read and send less frequently. The fact that so much data is not encrypted suggest this is an older AMI solution. If you have questions, you can email.

    • @RECESSIM
      @RECESSIM  Год назад

      Thanks! That’s interesting information. Any insight into the data that appears to be encrypted/encoded/compressed?

  • @jimmym2719
    @jimmym2719 Год назад +1

    Awesome work 👍

  • @TheExcellentVideoChannel
    @TheExcellentVideoChannel Год назад +1

    Wow, nice work. What an interesting project.

    • @RECESSIM
      @RECESSIM  Год назад

      Thanks a lot! It’s been a great learning opportunity. Glad you enjoyed the video.

  • @catn0b0t
    @catn0b0t Год назад

    Dude, this is awesome!

  • @techsense1748
    @techsense1748 Год назад +2

    Zigbee is a mesh that can use many paths. The data is a format we call MV-90 it will have a months worth of of 32 bit data. If you are in ERCOT it 32 bit ieee-745 for each 15 min time integrations of kw based on the meters K sub h. Zigbee is a isocrouns data format. I can tell you more if you want

  • @TickyTack23
    @TickyTack23 Год назад +1

    This is so cool! And judging from your geolocation, I might be able to do the same thing.

    • @RECESSIM
      @RECESSIM  Год назад

      Give it a go! Oncor network is fun to monitor

  • @ThatHoodieDude
    @ThatHoodieDude Год назад +1

    Its 1:39 AM, I dont know how I got here nor do I understand anything that is being said, but it is very entertaining.

    • @RECESSIM
      @RECESSIM  Год назад +1

      Could be worse, you could have been on TikTok 😂

  • @zmaster1481
    @zmaster1481 Год назад

    Just discovered your vchannel, i dont live in Texas, regardles if ound it fascinating. Great work, ill be keeping my eye out for more! Sub earned.

  • @jimturpin
    @jimturpin Год назад +2

    Heeeeeey! Count me in! Lol! I live just down the road from you in Plano. Back when Oncor kicked off the smart meter stuff, I had bought several of those remote meter tracker boxes that was supposed to help people be able to monitor their usage to save money. Anyhow, I had it linked up, I pestered the guys at the Smart Meter office trying to get more information but they told me the meter trackers were eventually going to get kicked off the system and we would have to use the website if we wanted to know our meter reading and usage. Anyhow at the time I knew of nobody else who was pursuing learning about this stuff so I sort of got tired of it and just dropped it.
    Anyhow, I have a ton of stuff you might be interested in that involves zigbee, which is the protocol the Smart Meters use as their Layer 2 (I think), and I would really like to collaborate with you on this. Holler back if you would like to meet up and discuss further. Cheers! -jim-

    • @RECESSIM
      @RECESSIM  Год назад +1

      Hey Jim, I had one of those ZigBee readers too! Was surprised when it was discontinued. You can find me in the Discord server linked off www.recessim.com or email info there.

    • @jimturpin
      @jimturpin Год назад

      @@RECESSIM Managed to get signed in to the Discord server, said hello in #general but can't find an email address I can email except for the consulting address, which I did email but not sure if it works.

  • @ripF5C
    @ripF5C Год назад

    I have borderline zero knowledge in code and I still was mesmerized by this video lol. subbed

  • @ElectronAIcs
    @ElectronAIcs Год назад +1

    I would imagine the data is utilised by the onboard software via the microcontroller. So you might want to monitor the input and output pins of the microcontroller when it RX/TX data packets to get a better handle on it.

  • @tisme1105
    @tisme1105 Год назад +4

    I've not been looking at github/discord - but did you get anywhere with reversing any applicable flash dumps? Might be able to get an idea at least about any decryption/checksums even if the presumably RSA keys aren't for your meter.

    • @RECESSIM
      @RECESSIM  Год назад +1

      I started looking at the .NET source code I have from the Collector video from a year or so ago… There are some libraries in there that make more sense in light of this new data I found 😎

  • @Joenathewashe
    @Joenathewashe 11 месяцев назад

    Very interesting...i learned a serious amount!!!

    • @RECESSIM
      @RECESSIM  11 месяцев назад

      Glad you enjoyed it!

  • @Dygear
    @Dygear Год назад +1

    This is super cool work!

  • @ConverseMidas
    @ConverseMidas 3 месяца назад

    Hash, your videos and sheer dedication are inspiring. This might be total noise from me, but, I was wondering what benefit the meter would have communicating directly with the substation. The thing that pops to mind is -- can these communications be precisely timed? If so, it might be something to do with "Ze" measurements (external fault loop impedance testing)

  • @rougenaxela
    @rougenaxela Год назад +6

    Once upon a time I did a little stuff reading smart meter packets locally where I live, but never got much in the way of what seemed like meaningful data besdies some unix timestamps. It looks like the reverse engineered has progressed a little further since last time I looked, perhaps I should take another look at packets from my smart meter, see if it matches up with the decoders in that repository.

    • @RECESSIM
      @RECESSIM  Год назад +1

      Any additional eyes are appreciated!

  • @Will_N4WIL
    @Will_N4WIL Год назад

    Other than knowledge about radio, SDRs and a basic understanding of packet data, I have no idea what you are talking about. But it was still very interesting.

  • @JAYG6390
    @JAYG6390 Год назад +5

    More fantastic work. I wonder how much the smart meter companies are following this series 🤣😂

    • @RECESSIM
      @RECESSIM  Год назад +7

      Just wait until we decrypt this data 😳

    • @JAYG6390
      @JAYG6390 Год назад +2

      @@RECESSIM I know haha. Looking forward to it 😀

    • @kirkhamandy
      @kirkhamandy Год назад +2

      @@RECESSIM Not sure about your meters in the USA but here in the UK the payloads are encrypted using RSA Elliptic Curve. My info on that however is ten years old, I haven't worked in the industry since 2013.

    • @caseyhefner1966
      @caseyhefner1966 Год назад +1

      @@RECESSIM
      What do you need to be able to decrypt it? Just a ton of computing horsepower to throw at it?

    • @RECESSIM
      @RECESSIM  Год назад +5

      Likely to find a flaw in the implementation, poor key management, or something like that. Brute forcing it probably wouldn’t work.
      Where there’s a will, there’s a way! 😁

  • @NathanaelNewton
    @NathanaelNewton Год назад

    Wow.. I really want to try playing around with this grid stream program.. that looks so cool!
    I wonder if I can use this with my RTL sdr? More research is required

  • @jacquesb5248
    @jacquesb5248 Год назад +1

    interesting. maybe that burst is a ident to the network saying i am ready/alive/give me data etc?

  • @devin.n
    @devin.n Год назад +1

    This is the good stuff. After watching this, you now have my sub.
    Love this kind of hacking.

    • @RECESSIM
      @RECESSIM  Год назад +1

      Appreciate that brother 👊🏽

  • @ksti56
    @ksti56 Месяц назад +1

    Hey Recessim, I've recently been interested in getting data from my smart meter. How's the progress going on getting energy data from the meter? I had stopped in during one of your livestreams a week or two ago and you said you were trying to examine the firmware to see if you could find what the data was encrypted with. Unfortunately it seems like that stream got privated so I wasn't able to see the rest of the progress you made. If you could give an update, that would be great!

  • @Aaronarnold92
    @Aaronarnold92 Год назад +1

    Looks like it's a packet switched Network. That's pretty neat. A lot of that follows MAC protocol.

  • @aroundtowndoors
    @aroundtowndoors Год назад +2

    9:45 "Not that complex...." yes. That is highly relative. 🤣🤣

    • @RECESSIM
      @RECESSIM  Год назад +1

      I was editing the video and was going to show the code on the screen… At that moment, I realized it was indeed complex 😂

    • @aroundtowndoors
      @aroundtowndoors Год назад

      @@RECESSIM I am sure the data extraction techniques you are doing is full of hard coded magic.

  • @sasalito
    @sasalito Год назад +1

    Whenever I've created logical loops to address a data source I don't understand, I look for what I know and always export any exceptions to analyze when something doesn't match the desiered patteren. Example: padded DNS packets.

    • @RECESSIM
      @RECESSIM  Год назад +1

      Thanks for the comment

    • @sasalito
      @sasalito Год назад

      In my experience I was dealing with Intel from multiple sources and while looking for formated data like IP and MAC it was all obfuscated differently by every data source. Without an exception output file I'd miss an indicator. The same routine helped identify identical data from multiple sources:) happy hunting!

  • @moormoor4281
    @moormoor4281 Год назад +2

    Been following you for a long time

    • @RECESSIM
      @RECESSIM  Год назад

      Thanks for following me on this journey!

  • @jeremiefaucher-goulet3365
    @jeremiefaucher-goulet3365 Год назад +4

    I used to work as an engineer developing smart metering networks. Gridstream was a competing product to ours.

    • @RECESSIM
      @RECESSIM  Год назад +2

      I have some iTron and Silver Spring Networks meters but haven’t spent a lot of time with them. Did setup the SSN meter and capture a bit of data to see what it looked like. Fun seeing how various systems are designed. What did you work on? Software, hardware, overall architecture?

    • @jeremiefaucher-goulet3365
      @jeremiefaucher-goulet3365 Год назад +3

      @@RECESSIM Yep. I'm familiar with SilverSpring and iTron too.
      I worked on embedded software for Trilliant, on their SecureMesh, cellular and long range technologies. So yes, a lot of involvement with system design and hardware design too.

    • @RECESSIM
      @RECESSIM  Год назад +2

      Very cool, love wireless networks. I read the IEEE paper some of the L+G guys wrote on this network. I’m sure working on/designing the ones you were a part of was a challenging and rewarding project.

    • @jeremiefaucher-goulet3365
      @jeremiefaucher-goulet3365 Год назад +6

      @@RECESSIM You quickly learn that even the most improbable bug requiring the craziest coincidence will still happen in the field when you have millions of units running the same piece of software.
      Participating in the design of new protocols and new standards was fun, be it within IEEE, IETF, ZigBee or others.
      The challenge of building lots of features to a really low cost - saving a penny is worth it.
      New technologies such as embedded tiny OFDM radios, network stack doing TSCH (Time Slotted Channel Hoping) with very precise timing to the microseconds, synchronized Network wide. Or just dealing with the biggest cellular carriers.
      Yes, the challenges were endless and the tech very fun and rewarding. I kinda miss it. But I've done other cool stuff since too.

    • @RECESSIM
      @RECESSIM  Год назад +3

      Thanks a lot for commenting, very interesting stuff you’ve worked on. Gives me things to read about this weekend! :)

  • @marcombo01
    @marcombo01 Год назад +2

    This is a very interesting topic! Sadly in my country (Spain) the systems used to transfer data from the smart meters to the electric companies are different.

    • @RECESSIM
      @RECESSIM  Год назад +4

      Sounds like something fun to analyze!

  • @ab_ab_c
    @ab_ab_c 11 месяцев назад

    Which make & model USRP B200 do you use? I can make see that info clearly enough from your vid.
    Which make & model USRP B200 do you recommend, if you were to buy one today?

  • @bentboybbz
    @bentboybbz Год назад +5

    Even though I only understand "bits" 😜 of what is being said I find it really interesting. I do not know what crc means for example. I will feel dumb when someone tells me and go ohhhhhhhh.....lol. I wish I had the equipment to do this type of thing....sdr means...(blank) defined radio? I can't remember. I do remember it can be used for a lot of things like tracking satellites and planes. Didn't know you could do this though. I may be way off so don't be too hard on me.

    • @sootikins
      @sootikins Год назад +4

      CRC = Cyclic Redundancy Check. Serves pretty much the same purpose as a checksum, only better. See Wikipedia for a decent explanation.
      SDR = Software Defined Radio

  • @g6qwerty
    @g6qwerty Год назад +7

    Think you could get the network to send your own data packets around and have like a old torrent bbs set up for transferring data?

    • @RECESSIM
      @RECESSIM  Год назад +6

      Funny enough that exact thought 5 years ago is what made me start researching this! Great minds… 😀

    • @jfbeam
      @jfbeam Год назад

      While that would be super illegal, it would also be dirt slow. These mesh networks aren't designed for bandwidth.

  • @JoeSmith-cy9wj
    @JoeSmith-cy9wj Год назад

    I don't know much about this, but I do know these meters repeat each others signals because of the limited range. Just to ensure reception at the designated endpoint. I don't know if there is any other logic to the scheme.

  • @drivetrainerYT
    @drivetrainerYT Год назад

    70 sec in made me subscribe
    Great content

  • @mattmatt2539
    @mattmatt2539 10 месяцев назад

    you are legend to me, i put my hands down. 🤲

  • @patricksamuel6594
    @patricksamuel6594 Год назад

    My nerdy heart is so happy.

  • @buckstarchaser2376
    @buckstarchaser2376 10 месяцев назад

    Logically speaking, this would be a compressed blob of data that is related to the appliances that use the locations' electrical wiring for communication.

  • @monochrome_linux
    @monochrome_linux 5 месяцев назад

    I wish RUclips would recommend cool informative content like this to me rather than memes and other nonsense.

  • @dp9324
    @dp9324 10 месяцев назад

    Cool what you're doing here. I just want to know how the golfing is at that Stonebridge Ranch Country Club next door...all but a couple of those fairways look pretty dried out!

    • @RECESSIM
      @RECESSIM  10 месяцев назад +1

      I don’t golf, but a lot of people play it so it must be nice!

  • @borgheses
    @borgheses Год назад +1

    this looks like a peer to peer network, with each meter acting like network switch, passing the information to the next closest meter it can talk to clearly.

  • @inspectorgadget5558
    @inspectorgadget5558 Год назад +1

    I'm trying to figure out why my electric usage spikes randomly early in the am eg at 3am. Have been switching every thing off and checking thermostat history etc. It's so weird. I even wonder if the Power companies are skimming us for more bucks

  • @randykitchleburger2780
    @randykitchleburger2780 10 месяцев назад

    Oh, SUPER COOL!

  • @pepperjackshack2439
    @pepperjackshack2439 Год назад

    what is that map app you are using? Im looking for a map i can add many locations and see weather data overlaid

  • @MojoSogo
    @MojoSogo Год назад

    Does your environment have a “repeated start”? I2C communication has repeated starts.

  • @TheAussieRepairGuy
    @TheAussieRepairGuy Год назад +5

    You may not have learnt from other youtubers, what can happen when you reveal your location.
    I'd advise caution when being this specific.
    Also they appear to be operating as a mesh network from the data you have.

    • @TymexComputing
      @TymexComputing Год назад +1

      Yeah, some people can be very abnoxious, not sure if i typed the good word :) but on the otherhand if you dont show big emotions, stay calm like he does you can be secure of them, not attrackting.

    • @TheAussieRepairGuy
      @TheAussieRepairGuy Год назад

      @@TymexComputing In my experience, simply being a "tall poppy" is all that is needed for some.

  • @davegeorge7094
    @davegeorge7094 Год назад

    Subjected to subscriber unit flash changes by administer master code? They could be hacked into network chaos

  • @jordancobb509
    @jordancobb509 Год назад +2

    When you do the reads are you sure the packets take the same path between meters each time ?

    • @RECESSIM
      @RECESSIM  Год назад

      Most likely they do not, the network is supposedly self-healing and will choose the best path given any obstacles (truck parked in front of a meter) in the way. But baring any environmental change, it’s probably pretty consistent. Just a guess though

  • @core36
    @core36 Год назад +1

    how much of a good idea is it to show a map with a marker where your house is publicly on the internet?

    • @TymexComputing
      @TymexComputing Год назад +1

      Its believing that internally every human is good, and that feds alreeady Got that info from his Meter ;)

  • @asadmarmash9321
    @asadmarmash9321 Год назад

    I didn't understand a thing, yet I watched till the end.

    • @RECESSIM
      @RECESSIM  Год назад

      Any feedback for me? Appreciate you watching it!

  • @1critical.truther
    @1critical.truther Год назад

    It seems to be running on the back end of the 911 mapping database. Capturing 911 mapping data produces the same mapping results.

  • @SB-qm5wg
    @SB-qm5wg Год назад

    That's pretty cool.

  • @bravohomie
    @bravohomie Год назад

    Good morning!!!

  • @zerobow9413
    @zerobow9413 Год назад

    Interesting dude well done, Im thinking of using GNU and that Map plugin for decoding WIFI beacon frames that have drones GPS etc encoded in there

    • @RECESSIM
      @RECESSIM  Год назад

      That’s a very cool application!

  • @spacemanmat
    @spacemanmat Год назад

    I’d be rechecking what is transmitted after the power is turned off.

  • @mrrberger
    @mrrberger Год назад

    Are you tracking data on one phase or across all 3 phases? Every hit may be used to collect data across the phases.

    • @jfbeam
      @jfbeam Год назад +1

      (a) almost all residential power is single phase.
      (b) residential power can come off any phase. unless you go look where your transformer is fed, there's no way to know. (powerco records will know, but the customer doesn't.)
      (c) he's listening to the RADIO communications from Smart Meters. A 3ph commercial meter will look almost exactly like a residential 1ph meter, maybe with a little more data in it.

    • @mrrberger
      @mrrberger Год назад

      @@jfbeam (a) sure that's normal (b) agree (c) the multiple meter response as he makes a request of his meter and the data collection process for the power company might require data from the other phases at the same time.

  • @marc_riviere
    @marc_riviere Год назад

    dude this is so fucking awesome !

  • @AgentOffice
    @AgentOffice Год назад +1

    Does yours also have ZigBee? I connect using that

    • @RECESSIM
      @RECESSIM  Год назад +1

      They shut down that service for Oncor customers in Dallas a few years ago.

  • @jaminoes_
    @jaminoes_ Год назад +1

    Noob question: what is the GUI shown (the one with the connected blocks)?

    • @RECESSIM
      @RECESSIM  Год назад +2

      It’s called GNURadio, great question! I’ve been using it so long sometimes I forget to explain the high level items.

    • @jaminoes_
      @jaminoes_ Год назад

      @@RECESSIM Thanks!

  • @AlphaCharlieFour
    @AlphaCharlieFour Год назад +1

    This is cool

  • @masoodhosseinifard4178
    @masoodhosseinifard4178 Год назад

    Wow!

  • @szponiasty
    @szponiasty Год назад +1

    Why have you allowed them to install "smart" meters in the first place?

  • @eNKa007
    @eNKa007 Год назад

    Awsome

  • @XBANGARANGX
    @XBANGARANGX Год назад

    Hi not to bug you but what is this video about it just popped up in my feed and was curious but I'm a little confused as to what the subject matter is

  • @AppaTalks
    @AppaTalks Год назад +1

    Random RUclips video... Me: Time for me to do that!

    • @RECESSIM
      @RECESSIM  Год назад +1

      What do you think happened to me 5 years ago! Run while you can! 🏃‍♂️ 😂

  • @another_coffee_cat
    @another_coffee_cat Год назад

    What is this all about? Seems very interesting but I feel like I am missing very important context :c

  • @ndcassiani
    @ndcassiani Год назад +1

    yo im out here in ocliff. im super interested in this. i got an sdr and be needing a new project.

    • @RECESSIM
      @RECESSIM  Год назад

      Oh man! Oncor the energy provider out there? Look at the meters, if so you can have some serious GPS fun!

  • @sulaimangari2745
    @sulaimangari2745 Год назад +2

    Wow unexpected indeed, btw you should censor your exact location, some people not very nice on the internet.

  • @bubbleboy821
    @bubbleboy821 Год назад

    Interesting video but quick question: what is going on and why and why does it matter

    • @RECESSIM
      @RECESSIM  Год назад +1

      I’m reverse engineering the smart power grid to make sure it’s secure and no one is going to wipe out our power!

  • @reisaki18
    @reisaki18 Год назад

    so what data is it?

  • @sjcwoor
    @sjcwoor Год назад +2

    I know these meters draw hardly any current so its kinda negligable, but it'd be interesting to know if the electronics in the meter are supplied from the grid-side or the internal metered-side.
    So, like, who's paying for it to do it's stuff? You? or the power company?

    • @RECESSIM
      @RECESSIM  Год назад +4

      It’s powered from the grid side, but in the end we all pay for it since we pay for the power company to continue to run. It’s just not broken out separately on the bill.

    • @sjcwoor
      @sjcwoor Год назад +1

      @@RECESSIM yeah that’s true. They’ll just cover it in the rates. Apart from the headers with the source destination etc, have you been able to decode the main content of the packets? Or is that heavily encrypted? If not, what’s to stop someone using a carefully crafted packet transmitted with an SDR, to submit a false reading?

    • @RECESSIM
      @RECESSIM  Год назад

      Working on decoding/decrypting the data now… And that’s a good question, lots of options open up for people to transmit malicious data back. I actually built a SDR transmitter capable of getting around the frequency hopping component I should talk about!

    • @sjcwoor
      @sjcwoor Год назад

      @@RECESSIM I suppose the other real risk is that some systems have a mechanism by which you can cut someone’s power off due to non-payment. It doesnt bear thinking about, if someone could send this data to every destination they found in all their local scanned headers.

    • @mrfrenzy.
      @mrfrenzy. Год назад

      The electricity for the radios and cost of smart meters will be A LOT cheaper than having meter readers driving around checking each meter.

  • @max_ishere
    @max_ishere Год назад

    Did I smash my screen or the video has lines popping up on it?

  • @spockbetter
    @spockbetter Год назад

    I have zero idea what you're doing but I want to learn how to do it

  • @fenderrexfender
    @fenderrexfender Год назад

    So has Zillow reached out to you yet or what's the deal???