Andreas Motl
Andreas Motl
Hi, it looks like you are using `sudo` everywhere, but not with `systemctl enable mqttwarn`, no? What happens if you also use it there? With kind regards, Andreas.
Hi again, did you also provision the `mqttwarn.ini` configuration file? https://github.com/jpmens/mqttwarn/blob/33a298312562bbc7c2b2723f5c8aa1a8ffcc5720/etc/mqttwarn.service#L23-L32 With kind regards, Andreas.
Hi again, > `(code=exited, status=126)` The GNU Bash manual tells us that: > If a command is not found, the child process created to execute it returns a status of...
> I also noticed strange behavior with the `export MQTTWARNINI=` command. Changing the file location works but only until you restart. When I restart my device and then try to...
Hi again, I also think manipulating the filesystem through FTP or such might be the reason for the hiccups you are observing. Can you try a clean install, using a...
Dear @psyciknz, thank you for your report. > I found one of my items not working: In the pushover service I think there's a 2.7 > 3.9 incompatibility. That could...
Hi @psyciknz, > If you were running it on linux, what python command (to what file) would you execute? The command entrypoint `mqttwarn` is actually a Python file, it just...
Hi again, by following the documentation at [1], I am able to confirm that those commands seem to work: ```shell source .venv/bin/activate pip install debugpy python -m debugpy --listen 5678...
Hi again, have you been able to resolve this issue? Shall we just close the ticket or add anything valuable to the documentation? With kind regards, Andreas.
> I think I've partially been able to resolve it. I may have added some vscode-specific files to the repo for run time. That is really sad. Don't you see...