This custom component integrates Telraam traffic data into Home Assistant, allowing you to monitor car, bike, pedestrian, and night traffic data from your Telraam devices.
- Monitor traffic data directly in Home Assistant.
- Support for multiple Telraam devices.
- Easy configuration via Home Assistant UI.
Before you begin, ensure you have a functioning Home Assistant installation and access to your Telraam API key and device IDs.
This component is compatible with the Home Assistant Community Store (HACS). To install it using HACS, follow these steps:
If you prefer not to use HACS, you can install the component manually:
- Download the
telraam
folder from this repository. - Place it into your
config/custom_components/
directory. - Restart Home Assistant.
After installation, add the Telraam integration via the Home Assistant UI:
- Navigate to Configuration > Integrations.
- Click on the "+ Add Integration" button.
- Search for "Telraam" and follow the on-screen instructions to configure the integration with your API key and device ID.
An example widget configuration using the HACS apexcharts plugin:
type: custom:apexcharts-card
header:
show: true
title: Telraam
yaxis:
- id: first
- id: second
opposite: true
series:
- entity: sensor.total_motorized
yaxis_id: first
name: Motorized traffic
unit: vh/hr
show:
in_brush: true
- entity: sensor.85th_percentile_speed
yaxis_id: second
name: V85
type: column
stroke_width: 7
color: "#dddddd"
unit: km/hr
brush:
selection_span: 24hr
graph_span: 5d
experimental:
brush: true
If you encounter issues or have questions, please file an issue on this GitHub repository.
Contributions are welcome! If you would like to contribute to this project, please feel free to make a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.