Michal
Michal
@lollozzo Hello, I am pretty new in python, so could you post your mqtt python script with correct indentation, please? Thank you.
Hello again, thank you @lollozzo for your help with correct indentation. Now I have another error... What did I do wrong this time? Thanks again. ``` (libetrv) pi@tvpi:~/libetrv $ python3...
Hello again @lollozzo so my folder structure should be the same as yours:  and here is your customized python script:  and I have the same error:...
> > > check my version of cli.py, is up to date on github now and i did pull request to Adam Got it! :-) I can read battery, temp...
> > > Hi Misosec > > I had same issue, edit publish.single lines. add this: auth={'username': 'ik', 'password': 'ik'} > example: > publish.single("NombreEquipo", data, hostname="127.0.0.1", auth={'username': 'ik', 'password': 'ik'})...
I've just wget sample_config.toml directly to my `neolink_linux_x86_64_bookworm` folder like this: `wget "https://raw.githubusercontent.com/QuantumEntangledAndy/neolink/refs/heads/master/sample_config.toml"` and then run: `sudo ./neolink rtsp --config=sample_config.toml` The same error: `./neolink: 3: Syntax error: ")" unexpected` I...
It's working now! :-) but it gives me an error: ``` Buffer full on audsrc Buffer full on vidsrc ``` Maybe that why I can get mostly audio only. I...