Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FRITZ!Box Net Monitor negative transmission_rate_up/down values #23717

Closed
plantoschka opened this issue May 6, 2019 · 7 comments
Closed

FRITZ!Box Net Monitor negative transmission_rate_up/down values #23717

plantoschka opened this issue May 6, 2019 · 7 comments

Comments

@plantoschka
Copy link

Home Assistant release with the issue:
0.92.2

Last working Home Assistant release (if known):
None

Operating environment (Hass.io/Docker/Windows/etc.):
Docker

Component/platform:
FRITZ!Box Net Monitor

Description of problem:
I'm using the Fritz!Box Net Monitor component sensor to show a graph of the Upload and Download speed. I noticed that sometimes big negative values are reported. This makes no sense because Upload or Download cannot be negative. Also it destroys the scaling of the graph.

Problem-relevant configuration.yaml entries and (fill out even if it seems unimportant):

sensor:
  - platform: fritzbox_netmonitor
...
      fritz_rate_up_test:
        friendly_name: "Upload TEST"
        value_template: "{{ states.sensor.fritz_netmonitor.attributes.transmission_rate_up }}"
        unit_of_measurement: "Byte/s"
        icon_template: mdi:arrow-up-bold

Additional information:
Upload Speed Graph

@DevRGT
Copy link

DevRGT commented Jun 10, 2019

Hello,

Could you share more of your code that I can see how to configure the component
Thank you

@stale
Copy link

stale bot commented Sep 8, 2019

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.
Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍
This issue now has been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Sep 8, 2019
@stale stale bot closed this as completed Sep 15, 2019
@mamoel666
Copy link

I have the same problem with Home Assistant and my Fritz!Box 7590.
It can be seen in the "sensor.fritz_netmonitor".

configuration.yaml:

sensor:
  - platform: fritzbox_netmonitor

Home Assistant release with the issue:
0.108.1

Last working Home Assistant release (if known):
None

Operating environment (Hass.io/Docker/Windows/etc.):
Docker

Component/platform:
FRITZ!Box Net Monitor

@iophobia
Copy link

Any feedback on this? Having the same problem with a FritzBox 7412 and HA (0.108.2) on a RPi3 (Dietpi 6.28.0). Couldn't those values just be treated as outliers or something? Note to devs: Those ticks can be positive, too. Values are different here because I defined a template sensor to get to MB/s but the underlying problem remains.
fritz

@plantoschka
Copy link
Author

I also still experience this problem.

@iophobia
Copy link

Inquired over at fritzconnection which is the underlying package. The behavior is known and will be fixed in an upcoming release.

@iophobia
Copy link

Version 1.3.0 of fritzconnection was released with a supposed fix for the issue. I manually updated my installation but still see spikes, however. Anybody else my feel free to give it a spin, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants