Maarten Visscher
Maarten Visscher
I have been working on a small tool for exactly this purpose, which restricts access to CrewLink (or any service) based on IP address and lets people whitelist their IP...
I got it working as follows: 1. Put `privkey.pem` and `fullchain.pem` somewhere inside the container, e.g. using a volume. 2. Fill `SSLPATH` with the path where you put `privkey.pem` and...
https://github.com/rcaelers/workrave/discussions/470
FWIW, it works perfectly for me on a fresh install of Pop!_OS 22.04 (based on Ubuntu 22.04). Without the PPA, so using the distribution packages `workrave` and `workrave-gnome`. I did...
I am not sure what the issue is, but it seems that in general there are often issues with the SolarRiver TL series. It might be that those series of...
Try just `samil monitor` as command, without the `--interface` option (it is to force a specific network interface, but normally not necessary). For network protocol you could try both TCP-Client...
Leave out `interface 192.168.1.53`, just type `samil monitor` (2 words) and hit enter. It is not necessary to give the inverter IP, it tries to find the inverter automatically.
Then I'm afraid it probably won't work with these inverter series, I will update the README. The tool might need to be updated to make it work but as I...
Nice :smile: ik gebruik zelf nu niet meer PVOutput dus ook niet meer dit script, maar ik kijk nog wel naar bug reports of feature requests. Heb de readme net...
Ik neem aan dat je `WORKDIR` hebt aangepast in `samilupload2`. Je kan het volgende proberen: ``` $ /etc/init.d/samilupload2 restart $ /etc/init.d/samilupload2 status $ sudo service samilupload status ``` Wat is...