* Add inverter-devices * Minor code adjustments * Update manifest.json Seperate dependency upgrade to seperate PR * Update requirements_all.txt Seperate dependency upgrade to seperate PR * Update requirements_test_all.txt Seperate dependency upgrade to seperate PR * Update homeassistant/components/solarlog/sensor.py Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * Split up base class, document SolarLogSensorEntityDescription * Split up sensor types * Update snapshot * Bump solarlog_cli to 0.2.1 * Add strict typing * Bump fyta_cli to 0.6.3 (#124574) * Ensure write access to hassrelease data folder (#124573) Co-authored-by: Robert Resch <robert@resch.dev> * Update a roborock blocking call to be fully async (#124266) Remove a blocking call in roborock * Add inverter-devices * Split up sensor types * Update snapshot * Bump solarlog_cli to 0.2.1 * Backport/rebase * Tidy up * Simplyfication coordinator.py * Minor adjustments * Ruff * Bump solarlog_cli to 0.2.2 * Update homeassistant/components/solarlog/sensor.py Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * Update homeassistant/components/solarlog/config_flow.py Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * Update homeassistant/components/solarlog/sensor.py Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * Update persentage-values in fixture --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> Co-authored-by: Paulus Schoutsen <balloob@gmail.com> Co-authored-by: Robert Resch <robert@resch.dev> Co-authored-by: Allen Porter <allen@thebends.org>
25 lines
580 B
JSON
25 lines
580 B
JSON
{
|
|
"power_ac": 100,
|
|
"power_dc": 102,
|
|
"voltage_ac": 100,
|
|
"voltage_dc": 100,
|
|
"yield_day": 4.21,
|
|
"yield_yesterday": 5.21,
|
|
"yield_month": 515,
|
|
"yield_year": 1023,
|
|
"yield_total": 56513,
|
|
"consumption_ac": 54.87,
|
|
"consumption_day": 5.31,
|
|
"consumption_yesterday": 7.34,
|
|
"consumption_month": 758,
|
|
"consumption_year": 4587,
|
|
"consumption_total": 354687,
|
|
"total_power": 120,
|
|
"self_consumption_year": 545,
|
|
"alternator_loss": 2,
|
|
"efficiency": 98.1,
|
|
"usage": 54.8,
|
|
"power_available": 45.13,
|
|
"capacity": 85.5,
|
|
"last_updated": "2024-08-01T15:20:45Z"
|
|
}
|