Gino Ledesma
Gino Ledesma
> Can you provide more details on this command please? > How have you extracted the list of commands? This was mostly observing and capturing all the calls made by...
Ah, I haven’t updated to Grafana 7 yet, but I can do that this weekend and post a config for that version. I believe there is one plugin that might...
I haven't tried docker yet, but it should be doable. There're 2 options I can think of:1 1. Either use port mapping: such as `docker run -p 9110:9110 ...`, or...
Just tried it now: ```Dockerfile FROM python:3.8.10-slim-buster RUN pip install sunpower_pvs_exporter EXPOSE 9110 ENTRYPOINT sunpower-pvs-exporter ``` ``` $ docker build -t sunpower_pvs_exporter:1.0 -f Dockerfile . $ docker run -it sunpower_pvs_exporter:1.0...
Good suggestion — I'm trying to make this as one-click install as possible a la pihole.
Thanks… Looks like the newer micro inverters changed the field names as well. I'll work on making the fields optional and expose the new ones. From your payload: ``` removed...
Thanks for letting me know. Out of curiosity, how many panels do you have? I’ve seen similar behavior from someone who has 30+ panels. out of curiosity, does it resolve...
Probably not. I think the `start` and `stop` calls are to indicate a locking-like behavior for _configuring_ the PVS.
Gladly! This is PR can be closed and I'll see what issues I can help with. On Saturday, July 18, 2015, Tom White [email protected] wrote: > @ginoledesma https://github.com/ginoledesma This is...