Git Product home page Git Product logo

Comments (7)

syssi avatar syssi commented on September 24, 2024 1

Is it possible to get data on pv2 (Voltage, current, etc.)?

A second PV string is supported by the pip8048 branch. I've pushed the support of long QPIGS responses here too now. Could you try this branch again?

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

Some entities/sensors are named differently here. This example configuration YAML should help:

https://github.com/syssi/esphome-pipsolar/blob/pip8048/esp32-example.yaml
https://github.com/syssi/esphome-pipsolar/blob/pip8048/esp8266-example.yaml

from esphome-pipsolar.

syssi avatar syssi commented on September 24, 2024 1

And is it possible to get the data of solar energy production for the day that is stored in the inverter?

The retrieval of this property isn't supported yet. I'm aware of voices that claim the values are not very accurate.

from esphome-pipsolar.

syssi avatar syssi commented on September 24, 2024 1
  - platform: pipsolar
    pipsolar_id: inverter0
    charging_discharging_control:
      # See MAX_Communication_Protocol_20200526.pdf page 18
      name: "${name} 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"

Please try to lookup the PBATCD command. See MAX_Communication_Protocol_20200526.pdf page 18.

from esphome-pipsolar.

sergeyshadow avatar sergeyshadow commented on September 24, 2024 1

Everything is fine, thanks again for the detailed answer :)

from esphome-pipsolar.

sergeyshadow avatar sergeyshadow commented on September 24, 2024

Seems to work :)
But again there are a few questions:

  1. My inverter has a maximum charge current of 150A and a minimum of 10A. can i just change the yaml?
  2. I can not understand what the "charging discharging control" parameter is responsible for. I searched for information in the document from the comment, but without success.

from esphome-pipsolar.

syssi avatar syssi commented on September 24, 2024
  1. Yes. The default options are just defaults. You can override these defaults at the YAML. Just search the name of the select entity in the issues of this project. I assume you will find some more hints/examples.
  2. I can just provide the issued command so you can try to look it up at the protocol description. Does this help?

from esphome-pipsolar.

sergeyshadow avatar sergeyshadow commented on September 24, 2024
  1. Yes. The default options are just defaults. You can override these defaults at the YAML. Just search the name of the select entity in the issues of this project. I assume you will find some more hints/examples.
  2. I can just provide the issued command so you can try to look it up at the protocol description. Does this help?
  1. it's work, thanks
  2. Yes :)

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.