nashant
nashant
You realise that ``` @state_trigger("domain.light_level == '255' or domain.light2_level == '0'") ``` is the same as ``` @state_trigger("domain.light_level == '255'", "domain.light2_level == '0'") ``` ?
If you want another person to test this the let me know. Very interested in this indeed.
I get a different error but another issue with `upnp.discover()`: ``` >>> upnp.discover() Traceback (most recent call last): File "/usr/lib/python3.6/http/client.py", line 897, in _get_hostport port = int(host[i+1:]) ValueError: invalid literal...
Raising this from the dead, you can search for _just_ IGDs with `upnp.discover(ST='urn:schemas-upnp-org:device:InternetGatewayDevice:1')`
@HeimdallMidgard @andriensis if you could have a test of this when you get a chance that would be great. It's running pretty solid for me, would love to see if...
Here's a new one! ``` Stack smashing protect failure! abort() was called at PC 0x4016c517 on core 0 ELF file SHA256: 0000000000000000 Backtrace: 0x4008f604:0x3ffe34e0 0x4008f881:0x3ffe3500 0x4016c517:0x3ffe3520 0x400d3e3d:0x3ffe3540 0x400d7585:0x3ffe36f0 0x400da429:0x3ffe3730 0x400da4a1:0x3ffe3750...
@HeimdallMidgard Congrats! Hope you have a wonderful time :smile: @andriensis I've made what I _think_ is a significant change as far as the crashes go. Moving the `clearScan()` to before...
What I've _tried_ to do is delete a distance reading every 2 scans. Sounds like that's not actually happening. Can you see your device showing in the scans at 5m?...
Would you be happier if I just made it `$upnp_config['disable_secure_mode']` rather than `$upnp_config['secure_mode']`?
Yeah, that looks good to me. Wording makes sense. I'll close this in favour of that