Ingmar Stein

Results 139 comments of Ingmar Stein

Don't mind at all 👍 Did you find out why the tests are failing?

You can uninstall Monolingual by dragging it to the Trash.

I assume these log entries from `homebridge-fritz` may be related: ``` [10/8/2018, 9:18:26 PM] [My FritzBox] Updating guest WLAN [10/8/2018, 9:18:26 PM] [My FritzBox] Getting guest WLAN state [10/8/2018, 9:18:26...

Sorry, I just notice that `homebridge-fritz` uses the tr64 API while `fritzapi` only uses screen scraping. Both approaches seem broken with Fritz!OS 7. The URL seems to have changed from...

Sure, here you go: https://github.com/andig/homebridge-fritz/pull/51 I haven't looked into whether the scraper could also be updated. The new page looks quite dynamic.

It was an error in Fritz!OS (see https://github.com/andig/homebridge-fritz/pull/51). I think it has been fixed in the current beta (aka Labor).

Thanks for the suggestion. Lowering the minimum data rate for older devices sounds like a general advice and is not necessarily specific to Sonos. Modern Sonos devices (e.g. Arc, Amp,...

I created two PRs in @cubi1337's fork to add support for the Pro Dimmers: https://github.com/cubi1337/node-shellies-ds9/pull/1 https://github.com/cubi1337/homebridge-shelly-ds9/pull/2

Glad to hear that it's been useful for you! I had reliability issues with the Rust version and I'm not sure whether https://github.com/tiagocoutinho/modbus-proxy-rs/pull/4 would have fully resolved those. The `maxconn...

Addendum: the haproxy solution does not do TCP-level multiplexing. That means: long-living TCP connections from one client will block other clients for as long as they keep the TCP connection...