Bizkaibus


The bizkaibus sensor will give you the time until the next bus in the selected stop.

The next website can help to determine the id of your bus stop. You can check if this is correct by going to next link and look the PR_CODE for the STOP_ID.

For a correct use of the sensor the selected route must stop in the selected stop.

Then add the data to your configuration.yaml file as shown in the example:

# Example configuration.yaml entry
sensor:
  - platform: bizkaibus
    stopid: STOP_ID
    route: ROUTE_ID

Configuration Variables

stopid string Required

The ID of the bus stop to get the information for.

route string Required

The ID of the bus route to get information for. This is the same as the bus number, e.g., A3641.

name string (Optional, default: Next Bus)

A friendly name for this sensor.

The public RTPI information is coming from Bizkaibus API.