Patrick Ziegler

Results 372 comments of Patrick Ziegler

Hi, thank you very much for offering to help out. Indeed the battery module could use some work. We have a greater plan to specifically define the finite state machines...

Yes do that. Awesome that you are using this as a learning opportunity! Let us know if you need anything

@f0s3 I think I mainly put the feature label on here because this was opened as a feature request. But it depends on how you look at it. It's all...

Seems someone has already done this in #1306. I don't really have the time to review this right now, but maybe some of you can take a look at it.

Since wireguard doesn't support `ethtool` it wouldn't nicely fit in with our dichotomy of wired and wireless interfaces. We could do some decoupling, similar to what was described in #1529,...

@Aerion thanks! Is this interface connected? Because if so, it will be quite difficult to add support for it, since nothing in `/sys/class/net` tells us anything about the interface.

Damn. Then we'll need another way to gather information about the interface if we actually want to implement this.

> but stuff like rx_bytes and tx_bytes is still usefull for upspeed and downspeed I suppose? Yeah this could probably be used. Does it have an IP address?

Hmm, thinking about it, we should able to get the ip address as we do for all interfaces with `getifaddrs()`.

Yeah I currently don't see a way to do this. What you can do, is have a module for each mountpoint and using `inherit` to avoid specifying options used among...