Trying to install an Eagle-200 for home-assistant using the standard integration. The eagle works fine with PG&E and the iOS app and website are reporting information just fine. I poked at the system locally with a postman alternative (Insomnia) and the local API is working.
The integration card shows an error “Retrying setup: not well-formed (invalid token): line 29, column 53”
I’m very new to HA so I’m just fumbling my way along.
I’m running HA version 2022.4.7 on a Pi4 4GB Ram and a USB HDD.
The logs are reporting the following:
Logger: homeassistant.components.rainforest_eagle.data
Source: components/rainforest_eagle/data.py:154
Integration: Rainforest Eagle ([documentation](https://www.home-assistant.io/integrations/rainforest_eagle), [issues](https://github.com/home-assistant/home-assistant/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+rainforest_eagle%22))
First occurred: 11:07:21 AM (81 occurrences)
Last logged: 12:52:19 PM
Unexpected error fetching 008bcc data: not well-formed (invalid token): line 29, column 53
Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 190, in _async_refresh self.data = await self._async_update_data() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 150, in _async_update_data return await self.update_method() File "/usr/src/homeassistant/homeassistant/components/rainforest_eagle/data.py", line 154, in _async_update_data_200 data = await eagle200_meter.get_device_query() File "/usr/local/lib/python3.9/site-packages/aioeagle/electric_meter.py", line 103, in get_device_query data = await self.make_request( File "/usr/local/lib/python3.9/site-packages/aioeagle/hub.py", line 60, in make_request return xmltodict.parse(text, dict_constructor=dict) File "/usr/local/lib/python3.9/site-packages/xmltodict.py", line 327, in parse parser.Parse(xml_input, True) xml.parsers.expat.ExpatError: not well-formed (invalid token): line 29, column 53