mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 21:21:46 +01:00
* Add extra details to Enphase inverters * Bump pyenphase version to 2.1.0 * Add new inverter sensors and translations * Add new endpoint * Start updating tests * Remove duplicate class * Add `max_reported` sensor * Move translation strings to correct location * Update fixtures and snapshots * Update unit tests * Fix linting * Apply suggestions from code review Co-authored-by: Arie Catsman <120491684+catsmanac@users.noreply.github.com> * Fix Telegram bot parsing of inline keyboard (#146376) * bug fix for inline keyboard * update inline keyboard test * Update tests/components/telegram_bot/test_telegram_bot.py Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * revert last_message_id and updated tests * removed TypeError test --------- Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Handle the new JSON payload from traccar clients (#147254) * Set `entity_id` * Update unit tests * Bump aioamazondevices to 3.1.14 (#147257) * Bump pyseventeentrack to 1.1.1 (#147253) Update pyseventeentrack requirement to version 1.1.1 * Bump uiprotect to version 7.14.1 (#147280) * Fix `state_class`es for energy production * Make `max_reported` `name` more descriptive * Update snapshots * Reuse some translations * Remove unnecessary translation keys * Update unit tests * Update homeassistant/components/enphase_envoy/strings.json * Update homeassistant/components/enphase_envoy/strings.json * Fix --------- Co-authored-by: Arie Catsman <120491684+catsmanac@users.noreply.github.com> Co-authored-by: hanwg <han.wuguang@gmail.com> Co-authored-by: Martin Hjelmare <marhje52@gmail.com> Co-authored-by: Joakim Sørensen <joasoe@proton.me> Co-authored-by: Simone Chemelli <simone.chemelli@gmail.com> Co-authored-by: Shai Ungar <shai.ungar@riskified.com> Co-authored-by: Raphael Hehl <7577984+RaHehl@users.noreply.github.com> Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
70 lines
1.8 KiB
JSON
70 lines
1.8 KiB
JSON
{
|
|
"serial_number": "1234",
|
|
"firmware": "7.6.175",
|
|
"part_number": "123456789",
|
|
"envoy_model": "Envoy",
|
|
"supported_features": 65,
|
|
"phase_mode": null,
|
|
"phase_count": 1,
|
|
"active_phase_count": 0,
|
|
"ct_meter_count": 0,
|
|
"consumption_meter_type": null,
|
|
"production_meter_type": null,
|
|
"storage_meter_type": null,
|
|
"data": {
|
|
"encharge_inventory": null,
|
|
"encharge_power": null,
|
|
"encharge_aggregate": null,
|
|
"enpower": null,
|
|
"system_consumption": null,
|
|
"system_net_consumption": null,
|
|
"system_production": {
|
|
"watt_hours_lifetime": 1234,
|
|
"watt_hours_last_7_days": 1234,
|
|
"watt_hours_today": 1234,
|
|
"watts_now": 1234
|
|
},
|
|
"system_consumption_phases": null,
|
|
"system_net_consumption_phases": null,
|
|
"system_production_phases": null,
|
|
"ctmeter_production": null,
|
|
"ctmeter_consumption": null,
|
|
"ctmeter_storage": null,
|
|
"ctmeter_production_phases": null,
|
|
"ctmeter_consumption_phases": null,
|
|
"ctmeter_storage_phases": null,
|
|
"dry_contact_status": {},
|
|
"dry_contact_settings": {},
|
|
"inverters": {
|
|
"1": {
|
|
"serial_number": "1",
|
|
"last_report_date": 1750460765,
|
|
"last_report_watts": 116,
|
|
"max_report_watts": 325,
|
|
"dc_voltage": 33.793,
|
|
"dc_current": 3.668,
|
|
"ac_voltage": 243.438,
|
|
"ac_current": 0.504,
|
|
"ac_frequency": 50.01,
|
|
"temperature": 23,
|
|
"energy_produced": 32.254,
|
|
"energy_today": 134,
|
|
"lifetime_energy": 130209,
|
|
"last_report_duration": 903
|
|
}
|
|
},
|
|
"tariff": null,
|
|
"raw": {
|
|
"varies_by": "firmware_version"
|
|
}
|
|
},
|
|
"interface_information": {
|
|
"primary_interface": "eth0",
|
|
"interface_type": "ethernet",
|
|
"mac": "00:11:22:33:44:55",
|
|
"dhcp": true,
|
|
"software_build_epoch": 1719503966,
|
|
"timezone": "Europe/Amsterdam"
|
|
}
|
|
}
|