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

sensor: Emit entities for new fields from the TCP backend #111

Merged
merged 3 commits into from
May 30, 2022

Conversation

MarijnS95
Copy link
Collaborator

The TCP backend in python-omnikinverter emits, in addition to existing fields (but without any info on the WiFi "Device"):

  • Inverter temparature;
  • Total hours of inverter uptime;
  • Voltage and current of a total of 3 DC input strings;
  • Voltage, current, frequency and power for AC output (also 3...).

This requires new types here as the DC input and AC output values are provided in arrays.

The [TCP backend in python-omnikinverter] emits, in addition to existing
fields (but without any info on the WiFi "Device"):
- Inverter temparature;
- Total hours of inverter uptime;
- Voltage and current of a total of 3 DC input strings;
- Voltage, current, frequency and power for AC output (also 3...).

[TCP backend in python-omnikinverter]: klaasnicolaas/python-omnikinverter#134

This requires new types here as the DC input and AC output values are
provided in arrays.
@klaasnicolaas klaasnicolaas added the new-feature New features or options. label May 15, 2022
@robbinjanssen robbinjanssen self-assigned this May 16, 2022
custom_components/omnik_inverter/sensor.py Outdated Show resolved Hide resolved
custom_components/omnik_inverter/sensor.py Outdated Show resolved Hide resolved
custom_components/omnik_inverter/sensor.py Outdated Show resolved Hide resolved
@robbinjanssen robbinjanssen merged commit 8c986b1 into robbinjanssen:master May 30, 2022
@MarijnS95 MarijnS95 deleted the tcp-entities branch May 30, 2022 06:50
@github-actions github-actions bot locked and limited conversation to collaborators Feb 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
new-feature New features or options.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants