SpeedTest
Display your download and upload speed.
About this flow
| System | Home Assistant |
|---|---|
| AWTRIX version | AWTRIX 3 |
| Topic | Smarthome |
| Built by | Ade Thompson (apt) |
| File | YXRKWoReArP4.yaml · 0.5 KB |
| Icons | 2 |
| Published | 10 May 2023 · updated 7 Aug 2026 |
| Downloads | 152 |
Is this your flow?
If you created this flow, open your saved edit link to add it to your account. You can then manage it whenever you sign in. Adding it to your account replaces the edit link.
Flow description
Display your current download and upload speed using the SpeedTest.net integration within Home Assistant.
Prerequisites
- Home Assistant
- SpeedTest.net integration installed and working
- Script expects the sensor for download and upload to be
sensor.speedtest_downloadandsensor.speedtest_uploadrespectively - Included icons added to your device
Setup
I have all my Awtrix (apps) as scripts and trigger these using an automation in the order I want them to appear.
The trigger for this automation is when the Time app is displayed so all apps receive an update every 'cycle'.
Customisation
Feel free to change the options with the script, for example text, repeat, textCase etc. If you have differently named sensors for download and upload change them within the text
YXRKWoReArP4.yaml
alias: SpeedTest (Awtrix)
sequence:
- service: mqtt.publish
data:
payload: {"text":"Download speed is {{ states.sensor.speedtest_download.state}} Mbp/s","icon":"download","pushIcon":0,"repeat":1,"textCase":2,"textOffset":33}
topic: awtrix_d670d0/custom/speeds_d
- service: mqtt.publish
data:
payload: {"text":"Upload speed is {{ states.sensor.speedtest_upload.state}} Mbp/s","icon":"upload","pushIcon":0,"repeat":1,"textCase":2,"textOffset":33}
topic: awtrix_d670d0/custom/speeds_u
mode: single
This flow uses the following icons. Add them to your AWTRIX along with the flow.
8×8 px
8×8 px
Sign in to download these icons or send them to your AWTRIX.
Discussion 0
Ask a question, suggest a change or share how you use it.
No comments yet. Start the conversation.
More flows for Home Assistant or Smarthome
Something wrong with this flow? Report it.
Have an idea?
Sign in to ask questions and join the conversation.