Giter VIP home page Giter VIP logo

Comments (5)

jopl avatar jopl commented on July 26, 2024

Dear SeByDocKy,
I can confirm it fits more to my AXPERT MAX 11KW TWIN, at least in QPIRI and QPIGS inquiry commands. And it is very similar to protocol described in attached Communication_Protocol_20150924_Customer.pdf. But "yours" is more corresponding ...
Communication_Protocol_20150924_Customer.pdf

from esphome-pipsolar.

SeByDocKy avatar SeByDocKy commented on July 26, 2024

I don't own myself this inverter but when I will get a bit of time, I will make a PR for this inverter. Modifications from existing are small in a first glance.

from esphome-pipsolar.

jopl avatar jopl commented on July 26, 2024

SeByDocKy - thanks so much.
In the meanwhile, I found out addition (uncommenting) of

external_components:
  - source: github://syssi/esphome-pipsolar@2424mse1
    refresh: 0s

plus addition of "select" entity from example of @2424mse1 to my yaml, i.e.:

select:
  - platform: pipsolar
    pipsolar_id: ${inv_id}
    output_source_priority:
      id: ${inv_id}_output_source_priority_select
      name: ${inv_id}_output_source_priority_select
      optionsmap:
        "Utility first": "POP00"
        "Solar only": "POP01"
        "Solar Battery Utility": "POP02"
      statusmap:
        "0": "Utility first"
        "1": "Solar only"
        "2": "Solar Battery Utility"

  - platform: pipsolar
    pipsolar_id: ${inv_id}
    charging_discharging_control:
      # See MAX_Communication_Protocol_20200526.pdf page 18
      name: "${devicename} charging discharging control"
      optionsmap:
        "111": "PBATCD111"
        "011": "PBATCD011"
        "101": "PBATCD101"
        "110": "PBATCD110"
        "010": "PBATCD010"
        "100": "PBATCD100"
        "001": "PBATCD001"
        "000": "PBATCD000"
      statusmap:
        "111": "111"
        "011": "011"
        "101": "101"
        "110": "110"
        "010": "010"
        "100": "100"
        "001": "001"
        "000": "000"

helped me and now I am able to read data without CRC NOK :-).
${inv_id} & ${devicename} should be appropriately defined (in substitutions:).
Regards, Josef.

from esphome-pipsolar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.