nanosonde

Results 24 issues of nanosonde

Hi @Supergiovane , just in case you are searching for existing implementation of those two secure layers, I would like to point you to my implementation of the KNX data...

Hi! Being not a web developer I wonder if it possible to load some JS module (defined under "resources") with every lovelace page? I read something about service workers and...

enhancement

under pkg/transport/ add websocket support Example use-case: Proxy between webclients and UDP/TCP transport.

enhancement

Homekit also supports video doorbells with two-way-audio. The "only" thing missing here is the return audio from Homekit to the Raspberry Pi. For this the speaker service must be added...

With this I got returnAudio working: ``` javascript session.on("peerconnection", () => { session.connection.addEventListener("track", (e) => { console.log('adding audio track') // set remote audio track (to listen to remote audio) //...

Hi! While I know that this package is called "v4l2onvif" and thus only supports video streams, I wonder if you have also considered implementing the audio part for audio devices,...

Could you please provide some example scripts? Is there any special file suffix required so that logic4mqtt recognizes the file as a script? How does the basic structure look like...

Hi! I am using the following command line to generate the live audio streams: ./eti-cmdline-rawfiles -F ./testpipe -O - | ~user/rtlsdr/eti-tools/ni2http -c ~user/rtlsdr/eti-tools/ni2http.conf The ni2http output is: ``` Period =...

It seems that this repo contains a more recent version: https://github.com/anatoliykant/SwiftMQTT

Hi! Would it be possible to disable the control buttons for master stations in the card? My 8th station is configured for the pump power supply and is, thus, a...

good first issue