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 during first run #3

Open smg opened 3 years ago

smg commented 3 years ago

Ciao Paolo I am trying your extension to get the presence on the wifi crated by my Vodafone Power Station of some mobile phone. I got this error on boot:

2021-04-20 09:43:23 WARNING (MainThread) [homeassistant.loader] You are using a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2021-04-20 09:45:26 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: upnp 2021-04-21 11:59:50 WARNING (Thread-3) [homeassistant.components.mqtt] Disconnected from MQTT server 192.168.50.142:1883 (1) 2021-04-21 11:59:50 WARNING (Thread-3) [homeassistant.components.mqtt] Disconnected from MQTT server 192.168.50.142:1883 (1) 2021-04-21 12:25:24 ERROR (MainThread) [homeassistant.components.accuweather] Error fetching accuweather data: Cannot connect to host dataservice.accuweather.com:443 ssl:default [Try again] 2021-04-21 18:25:46 ERROR (MainThread) [homeassistant.components.upnp] Error requesting SERCOMM VOX30 Router data: Cannot connect to host 192.168.50.1:49152 ssl:default [Connect call failed ('192.168.50.1', 49152)] 2021-04-21 19:09:33 WARNING (MainThread) [homeassistant.loader] You are using a custom integration vodafone_power_station which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2021-04-21 19:09:33 WARNING (MainThread) [homeassistant.loader] No 'version' key in the manifest file for custom integration 'vodafone_power_station'. As of Home Assistant 2021.6, this integration will no longer be loaded. Please report this to the maintainer of 'vodafone_power_station' 2021-04-21 19:09:33 ERROR (MainThread) [homeassistant.components.hassio] Invalid config for [device_tracker.vodafone_power_station]: [logger] is an invalid option for [device_tracker.vodafone_power_station]. Check: device_tracker.vodafone_power_station->logger. (See ?, line ?).

My setting are: device_tracker:

Homa sssiatn last released version Any Idea on what goes wrong?

Grazie Sergio

paoloantinori commented 3 years ago

Hi, the error talks about logger:

2021-04-21 19:09:33 ERROR (MainThread) [homeassistant.components.hassio] Invalid config for [device_tracker.vodafone_power_station]: [logger] is an invalid option for [device_tracker.vodafone_power_station]. Check: device_tracker.vodafone_power_station->logger. (See ?, line ?).

I'm not sure sure if this portion of your configuration is valid:

logger:
default: info
logs:

This is from my config, and it's working fine (mind I have changed the IP of the power station, in my case):

- platform: vodafone_power_station
  interval_seconds: 30
  host: 192.168.1.254
  username: vodafone
  password: 'xxxxxxxxxx'
  new_device_defaults:
    track_new_devices: False
  consider_home: 60
chemelli74 commented 1 year ago

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

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

Simone