schmittx / home-assistant-eero

Eero integration for Home Assistant
MIT License
108 stars 22 forks source link

Wrong unit for sensor download_speed and upload_speed #78

Closed marioarand closed 4 months ago

marioarand commented 6 months ago

Hi! The integration is working perfectly for me, but I saw that the unit of the up- and download_speed entities are not correct. It shows me something arround 94 MB/s, but in the eero iOS-App it's actually 94 Mbit/s.

Not correct: sensor.SSID_download_speed sensor.SSID_upload_speed

Correct: sensor.SSID_DEVICE_wired_download_rate sensor.SSID_DEVICE_wired_upload_rate sensor.SSID_DEVICE_wireless_download_rate sensor.SSID_DEVICE_wireless_upload_rate

schmittx commented 4 months ago

Thanks for catching this, I'll include a fix in the next update.

schmittx commented 4 months ago

I published a beta release with multiple bug fixes, give a try and let me know if it helps.

schmittx commented 4 months ago

Closing this as the beta updates have been reflected into newest release here.