Hey Unsigus,
For sure!
I see what you mean, the total_power_import_t1_kwh is there, but it´s “null”.
That´s weird, the sensors should be there. Might it be a compatibility issue with my power meter?
Which model and firmware are you running on?
{
“home_assistant”: {
“installation_type”: “Home Assistant OS”,
“version”: “2022.10.4”,
“dev”: false,
“hassio”: true,
“virtualenv”: false,
“python_version”: “3.10.5”,
“docker”: true,
“arch”: “aarch64”,
“timezone”: “Europe/Copenhagen”,
“os_name”: “Linux”,
“os_version”: “5.15.61-v8”,
“supervisor”: “2022.10.0”,
“host_os”: “Home Assistant OS 9.2”,
“docker_version”: “20.10.17”,
“chassis”: “embedded”,
“run_as_root”: true
},
“custom_components”: {
“hacs”: {
“version”: “1.28.2”,
“requirements”: [
“aiogithubapi>=22.2.4”
]
},
“ble_monitor”: {
“version”: “10.5.3”,
“requirements”: [
“pycryptodomex>=3.14.1”,
“janus>=1.0.0”,
“aioblescan>=0.2.13”,
“btsocket>=0.2.0”,
“pyric>=0.1.6.3”
]
},
“energidataservice”: {
“version”: “0.4.2”,
“requirements”: [
“CurrencyConverter==0.16.13”
]
}
},
“integration_manifest”: {
“domain”: “homewizard”,
“name”: “HomeWizard Energy”,
“documentation”: “HomeWizard Energy - Home Assistant”,
“codeowners”: [
“@DCSBL”
],
“dependencies”: [],
“requirements”: [
“python-homewizard-energy==1.1.0”
],
“zeroconf”: [
“_hwenergy._tcp.local.”
],
“config_flow”: true,
“iot_class”: “local_polling”,
“loggers”: [
“homewizard_energy”
],
“is_built_in”: true
},
“data”: {
“entry”: {
“ip_address”: “REDACTED”
},
“data”: {
“device”: {
“product_name”: “P1 meter”,
“product_type”: “HWE-P1”,
“serial”: “REDACTED”,
“api_version”: “v1”,
“firmware_version”: “3.02”
},
“data”: {
“smr_version”: 22,
“meter_model”: “LGF5E360”,
“wifi_ssid”: “REDACTED”,
“wifi_strength”: 26,
“total_power_import_t1_kwh”: null,
“total_power_import_t2_kwh”: null,
“total_power_export_t1_kwh”: null,
“total_power_export_t2_kwh”: null,
“active_power_w”: 1160,
“active_power_l1_w”: 306,
“active_power_l2_w”: 766,
“active_power_l3_w”: 87,
“total_gas_m3”: null,
“gas_timestamp”: null,
“active_liter_lpm”: null,
“total_liter_m3”: null
},
“state”: null
}
}
}