I’ve installed the PVOutput integration and configured. This is working for for the standard sensors v1-v6 but I am unable to get the data from the extended data sensors v7-v12. Is someone able to help with this, please? I’m interested mostly in the Battery SOC% on v10. Can donate to paypal for any successful assistance provided. Thank you.
HasQT
(Has)
November 17, 2022, 6:28am
2
I don’t think the integration has the extended data implemented.
This thread has some more info about it.
Ahh data in from the Integration.
Doesn’t look like data In is setup for extended data to me (not that I can read python very well)
Although part of that reason is probably because that data is user-defined, so someone would need to suggest some defaults for people to setup I think.
PVoutput Integration sensor.py
Probably worth asking on the issues of PVoutput
pvoutput issues
You will probably need to provide some data from the response to
https://pvoutput.org/service/r2/getstatus.jsp
s…
Thank you HASQT, Once step closer. Could you please recommend how I could get this working in HAS or recommend some documentation I can follow to load it.
"""Support for getting collected information from PVOutput."""
from __future__ import annotations
from collections.abc import Callable
from dataclasses import dataclass
from pvo import Status, System
from homeassistant.components.sensor import (
SensorDeviceClass,
SensorEntity,
SensorEntityDescription,
SensorStateClass,
)
from homeassistant.config_entries import ConfigEntry
from homeassistant.const import (
ELECTRIC_POTENTIAL_VOLT,
ENERGY_KILO_WATT_HOUR,
ENERGY_WATT_HOUR,
POWER_KILO_WATT,
This file has been truncated. show original
HasQT
(Has)
November 18, 2022, 5:50am
4
That is the file from the existing integration, which lacks the extended data.
It needs a feature request on the current Integration.
Probably worth asking on the issues of PVoutput
pvoutput issues
The post I linked also has some info to make yourself a rest sensor in the meantime.
I don’t have an exact example. I don’t use the extended data.
Thank you, I appreciate your help. I have made a feature request here.
Please help with support to add “Extended Data” support for Pvoutput Integration Extended Data Sensor v7-v12. Ability to add custom name extended data sensors. Battery % is on v10 extended data. If battery sensor data can be added to HAS then other automations can be triggered when battery % equals 100%. Thank you.
[WhatsApp Image 2022-11-17 at 13.49.38]
HasQT
(Has)
November 18, 2022, 6:09am
6
Better off making it on the actual integration.
I followed the link provided. Selected “Issues > New Issue > Feature Request”
Impair1980
(Impair1980)
September 3, 2023, 12:32pm
9
Hello!
Did anyone manage to make Extended data V7 - V12 appear in Home Assistant?