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

Home Assistant Integration #52

Open
hufman opened this issue Nov 5, 2022 · 1 comment
Open

Home Assistant Integration #52

hufman opened this issue Nov 5, 2022 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@hufman
Copy link

hufman commented Nov 5, 2022

Your excellent OpenEnergyView project is one of the easiest ways to get programmatic access to PG&E data, especially once the gas meter support is added! PG&E's StreamMyData provides access to electricity readings (after the purchase of compatible hardware) but there seems to be no other access to the gas meter information.

It would be wonderful to have the cumulative readings available in HomeAssistant's energy dashboard (from this feature request thread).

@JPHutchins
Copy link
Owner

Thanks @hufman ! The reason I started OEV was to provide a bridge to HA but the scope and goal posts kept shifting. Some concerns were raised that HA wouldn't support "historical data" as it is presently designed. If you are interested in contributing here are some key areas:

  • gather requirements for integration into HA's new energy dashboard system
  • build a HA sensor (I think) for OEV
  • implement the interface for bundling and transmitting the required data to the HA sensor and integrate with energy dashboard
  • OEV backend: parse and store gas data in the database
  • send gas data to frontend graphs
  • send gas data to HA

I'll repeat this over and over to anyone that will listen:

PG&E allows the import of 4 years of energy usage data. HA tracks the on/off states of devices and stores the history. If HA allows the import of the historical energy usage data then there is a "math problem" that can assign power consumption values to every on/off smart device in a home. Every device that has an on/off state can have its real-time power consumption monitored without any extra sensors or plugs.

@JPHutchins JPHutchins added enhancement New feature or request help wanted Extra attention is needed labels Nov 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants