Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation with Docker container doesn't want to co-operate #Beginner #9

Closed
xldude opened this issue Dec 12, 2021 · 1 comment
Closed

Comments

@xldude
Copy link

xldude commented Dec 12, 2021

Hello,
I'd like to ask your advice how to get this running with HA Docker container.
I've listed details from my setup below.

The ERROR I can't get solved is
'ERROR (MainThread) [homeassistant.components.homeassistant] Platform error sensor.gtfs_rt - Integration 'gtfs_rt' not found.'

Files in my container

bash-5.0# ls -la /config/custom_components/gtfs_rt
total 20
drwxrwxrwx 2 1000 10000 4096 Dec 12 18:43 .
drwxrwxr-x 5 1000 10000 4096 Dec 12 17:41 ..
-rwxrwxrwx 1 1000 10000 0 Dec 12 18:11 init.py
-rwxrwxr-x 1 1000 1000 262 Dec 12 18:43 manifest.json
-rwxrwxrwx 1 1000 10000 7213 Sep 29 08:46 sensor.py
bash-5.0#

Part of my configuration.yaml

sensor:
  - platform: gtfs_rt
    trip_update_url: 'https://data.texas.gov/download/rmk2-acnw/application%2foctet-stream'
    vehicle_position_url: 'https://data.texas.gov/download/eiei-9rpf/application%2Foctet-stream'
    departures:
    - name: Downtown to airport
      route: 100
      stopid: 514

System Health

version 2020.12.1
installation_type Home Assistant Container
dev false
hassio false
docker true
virtualenv false
python_version 3.8.6
os_name Linux
os_version 5.4.0-91-generic
arch x86_64
timezone Europe/Helsinki

Please, any recommendations how can I solve this mystery?

@xldude
Copy link
Author

xldude commented Dec 13, 2021

The error disappeared over the night. I guess the system reboot made it.
I'll close the issue. Hope this experiment helps other beginners.
Cheers!

@xldude xldude closed this as completed Dec 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant