Getting RS485 Data from MPPT Solar Charge Controller

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 พ.ย. 2024

ความคิดเห็น • 34

  • @WalkingTrashcan
    @WalkingTrashcan ปีที่แล้ว +4

    I just stumbled across this video while dipping my toe into learning about how rs485 works. I’d like to eventually build long term data collection into my off grid electrical system so I can see trends over the years of energy collected vs used. So far I’ve learned that I do not have enough spare time to tackle a project like this at the moment.
    Thanks for this video.

  • @whollymindless
    @whollymindless 2 ปีที่แล้ว +2

    Yeah, this doesn't look like a spectator sport. But always good to have things talking. Thanks to the vendor for making the tool available.

  • @BradCagle
    @BradCagle 2 ปีที่แล้ว +8

    Ok I already found the voltage in the data for you looking at your video. That command 01 A3 01 00 00 00 00 23 93 (BTW those last two bytes 23 93 is the modbus checksum) The response is 01 A3 01 00 00 02 00 00 05 3D............. that 05 3D is the voltage field in HEX convert it to DEC =1341 just divide by 100 to get the float representation 13.41v

    • @MkmeOrg
      @MkmeOrg  2 ปีที่แล้ว +2

      That is super helpful!

    • @jackc781
      @jackc781 ปีที่แล้ว

      Can i find documentation or the manufacturer program somewhere? Looking to do the same!

    • @BradCagle
      @BradCagle ปีที่แล้ว

      @@jackc781 I dunno about documentation, but you should be able to sniff the serial data like @MKme Lab did. But yes you'll need the software for the controller, contact the manufacture, they will probably send it to you.

    • @fabiansteinwachs7001
      @fabiansteinwachs7001 ปีที่แล้ว +1

      ​ @Brad Cagle it is the same protocoll as ampinvt mppt chargers. o read all data from my sunnysky over rs485 and send it to my homeassistant

    • @BradCagle
      @BradCagle ปีที่แล้ว +1

      @@fabiansteinwachs7001 Thanks! I kind of figured it would be the same.

  • @RB9522
    @RB9522 2 ปีที่แล้ว +4

    How could I obtain the 'Chinese' monitoring software? Is there a site where I could download it?

  • @denysimbolon8691
    @denysimbolon8691 หลายเดือนก่อน

    Hello sir, can you display the STEC product MPPT data on the PC monitor?

  • @ghostnetworkNL
    @ghostnetworkNL ปีที่แล้ว +1

    Do you have download of the software still?

  • @MrPenguin098
    @MrPenguin098 2 ปีที่แล้ว

    Great project. Hope you post more soon.

  • @ronm6585
    @ronm6585 2 ปีที่แล้ว

    This is great, thanks Eric.

  • @lentzintl
    @lentzintl ปีที่แล้ว

    I think you can use wireshark to decode and format the serial data to see the modus rtu commands.

    • @ekeretteekpo3004
      @ekeretteekpo3004 9 หลายเดือนก่อน

      This is just what came to my mind when he mentioned packets and sniffing, I think. The how though is beyond my current skill level.

  • @MkmeOrg
    @MkmeOrg  2 ปีที่แล้ว

    Make sure you subscribe to MKME Outdoors if you want to see this in action. It WORKS! Buy on Amazon here: amzn.to/3OaoF1Q

  • @mppttoko.universal
    @mppttoko.universal ปีที่แล้ว

    Hallo can. Share this aplication protocol.....

  • @sobaannaseer7155
    @sobaannaseer7155 6 หลายเดือนก่อน

    hey, if you active youtube channel, i need to ask something which i can find anywhere else. do reply.

  • @CollinBaillie
    @CollinBaillie ปีที่แล้ว +1

    Did you ever get anywhere with this project?

    • @fabiansteinwachs7001
      @fabiansteinwachs7001 ปีที่แล้ว

      it is the same protocoll as ampinvt mppt chargers. you can use this protocoll.

    • @ekeretteekpo3004
      @ekeretteekpo3004 9 หลายเดือนก่อน +1

      ​@@fabiansteinwachs7001kindly elaborate, please. I got a MPPT delivered to me yesterday and I was hoping for one with WiFi/Bluetooth for connection for monitoring but it only has something the manual calls a communication port which turns out to be RS485. I'm looking for a way to be able to use it.

  • @bimmers323ci
    @bimmers323ci ปีที่แล้ว

    Cool

  • @ibrahimdarwish2
    @ibrahimdarwish2 11 หลายเดือนก่อน

    What's the chinese app name or download link

  • @abdulhai2201
    @abdulhai2201 2 ปีที่แล้ว +1

    Your Chinese software link

  • @_QWERTY2254
    @_QWERTY2254 2 ปีที่แล้ว

    maybe you can decompile that software and try to understand how it communicates with the device. this may be the only solution

  • @abdulhai2201
    @abdulhai2201 ปีที่แล้ว

    Dear your software link

  • @LUCANEGRO-t8g
    @LUCANEGRO-t8g 9 หลายเดือนก่อน

    QUESTO REGOLATORE E' MARCHIATO ANCHE CON IL NOME . SOLAFANS , LO STO STUDIANDO ANCHE IO PER INSERIRLO IN HOME ASSISTANT SE POSSIBILE

  • @unmanaged
    @unmanaged 2 ปีที่แล้ว +1

    full protocol spec modbus.org/docs/Modbus_Application_Protocol_V1_1b.pdf

    • @nickp5554
      @nickp5554 ปีที่แล้ว

      This is not the protocol spec! This is the modbus spec. What we have here it is some chinese trash (pseudo Modbus). Actually is not so bad, but is NOT modbus.
      I'll post a link to this device pseudo modbus protocol.

    • @ekeretteekpo3004
      @ekeretteekpo3004 9 หลายเดือนก่อน

      ​@@nickp5554have you gotten it yet?