Steven Hiscocks
Steven Hiscocks
This looks interesting: https://github.com/billziss-gh/winfsp Has unusual licensing terms: GPLv3 but exception allowing non-copyleft terms to FLOSS projects.
I also had this issue. Patch didn't work for _autoanswer_, but can be fixed in the same way. Resulting patch: ```diff diff -r -U3 linphone-3.12.0/console/commands.c linphone-3.12.0_/console/commands.c --- linphone-3.12.0/console/commands.c 2017-07-21 08:36:30.000000000...
Working okay on Yi Dome 1080p. Does `http://x.x.x.x:8080/cgi-bin/camera_settings.sh?switch_on=no` work? This would avoid attempting to set other settings just in case they are the issue.
Some really useful information in this thread. Thanks all for sharing. So I bought two similar switches, a 1-gang and a 2-gang version. They are slightly different from the one...
> Hi. Somebody write this 2-gang W6B switch to ESPHome? Can you show me code? Not tested this on my 2-gang switch (as not currently installed), but this derived from...
I have the same router and was able to get this to work, but had to get the encrypted password, per instructions in [README](https://github.com/ericpignet/home-assistant-tplink_router/blob/master/README.md).
> > I have the same router and was able to get this to work, but had to get the encrypted password, per instructions in [README](https://github.com/ericpignet/home-assistant-tplink_router/blob/master/README.md). > > As you...
Interesting project you're working on. You should be able to change the `HOST` property on the instance. ```python import yidashcam yi1 = yidashcam.YIDashcam(mode=None) yi1.HOST = "192.168.1.11" yi1.connect() ``` Do you...
@er1z: I've not been able to test, so I've made the changes in commit ebce490a1971708b2fd91e34903c75dbc87f5d4c. If you could test and confirm all is working, I'll merge it into the master...