solderdot72

Results 17 comments of solderdot72

My script runs perfectly fine in Python 2.7.16, I can connect to a bluetooth speaker easily. Using Python 3.7.3 (and the patches being applied to both bluteool and tcpbridge) the...

Ientified the root cause: Different string handling in Python 3. Ensure the string encoding is utf-8 and everything is fine. Required e.g. when comparing device names and device MAC-addresses. E.G.:...

I've observed a simlar issue: Enabling/disabling guest-WIFI works fine, changing the password does not work at all. Here's one of the Python code snippets I use: ``` securityKeys = fc.call_action('WLANConfiguration:3',...

I need to apologize. The code snippet used for this trace looks as follows: ``` securityKeys = fc.call_action('WLANConfiguration:3', 'GetSecurityKeys') securityKeys['NewKeyPassphrase']='MeinPasswortIstBesser' fc.call_action('WLANConfiguration3', 'SetSecurityKeys', arguments=securityKeys) ``` So this explains why the WireShark...

I did some more trials and found a quick and dirty hack which actually works. I am aware that this is far from being good code, however I would say...

Just upgraded from 0.24.1 to 0.25.3 and see that message. I got the impression that the migration provided with 0.25.2 and the rake fix from 0.25.3 should resolve all problems....

I've seen that - after import of all points is done - clearing the reverse geocoding queue and starting reverse geoconding om outstanding points will work. A sane number of...

Hi Korenchkin, thank's for your response. Yes, raspi is stable w/o dawarich. Issue exists also if all other containers are stopped. Power supply is OK (power supply, not cell phone...

Why should an SD card not do well? I use an SD-card. Brand new, speed grade A2. Pretty fast. Besides, a Raspi 4 does not provide support for nVME. Is...

I know of quite a few of the disadvantages coming with an SD-card stated above. Since the SD-card is fairly new it should not be worn out yet. Nonetheless, during...