Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is repo still maintained? #66

Closed
lyricnz opened this issue Jul 28, 2022 · 8 comments
Closed

Is repo still maintained? #66

lyricnz opened this issue Jul 28, 2022 · 8 comments

Comments

@lyricnz
Copy link

lyricnz commented Jul 28, 2022

There are a bunch of forks of this repo, that add things like consumption data (from powerpal, or from Goodwe Homekit), remove Dark Sky API, etc. Is the maintainer planning to accept PRs moving forward?

@lyricnz lyricnz changed the title Is fork still maintained? Is repo still maintained? Jul 29, 2022
@elRadix
Copy link

elRadix commented Aug 3, 2022

indeed, which is the one to use ?

@lyricnz
Copy link
Author

lyricnz commented Sep 19, 2022

I've switched to using Home Assistant, so no longer use gw2pvo.

@markruys
Copy link
Owner

I've switched to Home Assistant too and don't use this project anymore. So I guess we need another maintainer, or archive this project.

@elRadix
Copy link

elRadix commented Oct 18, 2022

I've switched to Home Assistant too and don't use this project anymore. So I guess we need another maintainer, or archive this project.

How do you send data to pvoutput.org through home assistant
can you share your config example please

@markruys
Copy link
Owner

How do you send data to pvoutput.org through home assistant can you share your config example please

I've stopped using PVOutput. Home Assistant does have a PVOutput integration. Haven't tried it myself.

@lyricnz
Copy link
Author

lyricnz commented Oct 18, 2022

This is completely off-topic, but...

I don't use any "integration" as such. In HA configuration.yaml I created a custom REST command that POSTs the data to pvoutput API. See https://pvoutput.org/help/api_specification.html#add-status-service for docs.

The command copies a few HA sensors (which you set up before) into a few of the pvoutput values. It also uses a couple of "secrets" so I don't have to put my pvo user/password in there.

rest_command:
  pvoutput_generation:
    method: POST
    url: https://pvoutput.org/service/r2/addstatus.jsp
    headers:
      X-Pvoutput-Apikey: !secret pvo_api_key
      X-Pvoutput-SystemId: !secret pvo_system_id
    payload: 'd={{now().strftime("%Y%m%d")}}&t={{now().strftime("%H:%M")}}&v1={{states("sensor.today_s_pv_generation") |round(1)*1000}}&v2={{states("sensor.pv_power") |round(0)}}&v3={{states("sensor.main_wh") |round(0)}}&v4={{states("sensor.main") |round(0)}}&v5={{states("sensor.openweathermap_temperature")}}&v6={{states("sensor.on_grid_l1_voltage")}}&v7={{states("sensor.inverter_temperature")}}'
    content_type: "application/x-www-form-urlencoded"

My secrets.yaml contains:

# Use this file to store secrets like usernames and passwords.
# Learn more at https://www.home-assistant.io/docs/configuration/secrets/
some_password: welcome
pvo_api_key: long_hex_thing
pvo_system_id: pv_system_id

HTH

@lyricnz
Copy link
Author

lyricnz commented Dec 2, 2022

Closing this issue with a resolution of "nope"

@lyricnz lyricnz closed this as completed Dec 2, 2022
@vijghph
Copy link

vijghph commented Apr 7, 2023

How do you send data to pvoutput.org through home assistant can you share your config example please

I've stopped using PVOutput. Home Assistant does have a PVOutput integration. Haven't tried it myself.

Unfortunately PVOutput integration requires a local access to the Goodwe inverters ...which themselves need to be upgraded to the last firmware or otherwise are not supported. Not a trivial thing.

I preferred a lot the gw2pvo approach which worked seamlessly until very recently.

@markruys it would be great if you could validate the OpenWeather integration that some have contributed to among the PullRequests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants