I’m seeing errors in the Core log that seem to be associated with the HomeWizard P1 meter:
2021-12-12 14:29:44 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 203, in async_init
flow, result = await task
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 230, in _async_init
result = await self._async_handle_step(flow, flow.init_step, data, init_done)
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 325, in _async_handle_step
result: FlowResult = await getattr(flow, method)(user_input)
File "/config/custom_components/homewizard_energy/config_flow.py", line 63, in async_step_zeroconf
"host" not in discovery_info
File "/usr/src/homeassistant/homeassistant/components/zeroconf/__init__.py", line 126, in __getitem__
return getattr(self, name)
TypeError: getattr(): attribute name must be string
2021-12-12 14:32:58 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 203, in async_init
flow, result = await task
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 230, in _async_init
result = await self._async_handle_step(flow, flow.init_step, data, init_done)
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 325, in _async_handle_step
result: FlowResult = await getattr(flow, method)(user_input)
File "/config/custom_components/homewizard_energy/config_flow.py", line 63, in async_step_zeroconf
"host" not in discovery_info
File "/usr/src/homeassistant/homeassistant/components/zeroconf/__init__.py", line 126, in __getitem__
return getattr(self, name)
TypeError: getattr(): attribute name must be string
And if I look at the readings, there appear to be momentary spikes in the graph which do not, I think, correspond to the actual power readings:
I’m using a port splitter on the P1 port, because I am using load balancing for the “Laadpaal” (charging post) for our electric auto - could this be causing the issue?