Skip to content

pipsolar ESPHome compatibility with AXPERT MAX 11KW TWIN #135

Answered by jopl
jopl asked this question in Q&A
Discussion options

You must be logged in to vote

... who is interested: 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 in 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
    pi…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by syssi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant