luzik

Results 124 comments of luzik

That would be awesome. Adding ``` attributes: - calibration_points - room_numbers - rooms - map_name ``` to xiaomi_cloud_map_extractor gives nice room info. ``` rooms: '1': x0: -5874.999705702066 y0: -1475.000057369471 x1:...

Any news on this ? Reflection: I do believe that map extractor and Lovelace-xiaomi-vacoom-map-card someday should become one HA integration that also supports all actions by itself, or provide builtin...

Please read release notes https://github.com/libfuse/sshfs/releases?after=sshfs-3.3.0\

My VTO ``` curl -vvv --user "admin:pass" --limit-rate 8K -F "file=@audio_test.al;type=Audio/G.711A" -H "Content-Type: Audio/G.711A" "http://192.168.1.30/cgi-bin/audio.cgi?action=postAudio&httptype=singlepart&channel=1" * Trying 192.168.1.30:80... * Connected to 192.168.124.30 (192.168.124.30) port 80 (#0) * Server auth using...

But it actually plays nicely on my VTO!! Just not response ending session

With VTO2211G I do not need --limit-rate nor auth ?!? To get connection close I added --speed-limit 1 --speed-time 1 that close connection where transfer drops below 1byte/sec in 1...

Maybe this ? `r = requests.get('https://github.com', timeout=(3.05, 5))` https://docs.python-requests.org/en/latest/user/advanced/#timeouts 3.05 - connection timeout 5 - read timeout

Yes it is Please also consider using FFmpeg instead of sox. Default home-assistant docker image, contains only ffmpeg. `ffmpeg -i audio_test.mp3 -c:a pcm_alaw -ac 1 -ar 8000 -sample_fmt s16 audio_test.al`...

I failed trying to play an ACC format on my VTO. pcm_alaw is a way to go.