RS485 communication protocol


  • Hi, I bought a 60A MPPT controller (SKU:US-L03APDMPPT60A-1) and I'd like to be able to integrate it into my HomeAssistant instance so that i can see my stats there. 

    I would like to be able to read the data from the rs485 port. Can you guys give me some information on the protocol? Is it modbus, etc. and if so which registers have which information?

    I would like it even better if you could disclose the bluetooth protocol for the BT-02 module so I could do it wirelessly.

    Thanks for any insights you may be able to provide!



  • We got a bluetooth module specially designed for our MPPT controller. It can read the data from rs485 port as you wish. Find it on eco-worthy online store:)

     


  • @Bryce Freeman I own the BT-02. I would like to be able to get the data off of it outside of the solar mate app. 


  • @Casey Hanner Hi, I was told the answer is no...the app is the only way to get the data. Sorry!


  • @Casey Hanner If you're fine with writing your own code, look on github for libmodbus.  If you're running Linux, you should be able to install it from packages.  The function modbus_read_registers() on address 0 (read 16 bytes from it) will give you all the info you're looking for.  Less than 100 lines of code including blank lines and some database calls.


Please login to reply this topic!