Hi everyone,
I am using the Fritz!Box TR-064 binding and created the following item for the upstream rate:
Number:DataTransferRate Sensor_House_FritzBoxWanDslUpstreamCurrentRate
"DSL Upstream Current [%d Mbit/s]" <chart>
(Group_House_Router, Group_House_NotPersistedEveryChange, Group_House_NotPersistedEveryHour)
["Measurement"]
{ channel="tr064:subdevice:wohnzimmer:wan:wanCurrentUpstreamBitrate",
stateDescription=" " [ pattern="%.2f %unit%" ], unit="Mbit/s" }
But I only get values around 0.14 Mbit/s
, while my cable contract actually provides 50 Mbit/s upload.
Example log output:
Item 'Sensor_House_FritzBoxWanDslUpstreamCurrentRate' changed from
0.13965885416666665 Mbit/s to 0.1405703125 Mbit/s
My questions:
-
Is this the wrong channel (
wanCurrentUpstreamBitrate
seems to be DSL-specific)? -
For cable connections (DOCSIS), is there a different channel that reports the correct upstream rate?
-
Is my item definition above incorrect, or should I use a different one for cable?
Thanks a lot for any hints