paoloantinori / ha_vodafone_power_station_device_tracker

Custom Device Tracker for Home Assistant to use Vodafone Power Station router network map.
MIT License
2 stars 1 forks source link

Error #7

Open dirtydurkin101 opened 1 year ago

dirtydurkin101 commented 1 year ago

Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/device_tracker/legacy.py", line 282, in async_setup_legacy scanner = await hass.async_add_executor_job( File "/usr/local/lib/python3.10/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) File "/config/custom_components/vodafone_power_station/device_tracker.py", line 34, in get_scanner scanner = VodafonePowerStationDeviceScanner(config[DOMAIN]) File "/config/custom_components/vodafone_power_station/device_tracker.py", line 52, in init data = self.get_router_data() File "/config/custom_components/vodafone_power_station/device_tracker.py", line 107, in get_router_data csrf = m.group(0) AttributeError: 'NoneType' object has no attribute 'group'

chemelli74 commented 1 year ago

@dirtydurkin101, working on a new library, your help would be much appreciated

Please join HomeAssistant on Discord and then contact me: chemelli74#2180

Simone