Sergio Rubio
Sergio Rubio
There are a couple of issues, mostly related to `swp` errors and help being a bit confusing currently. The first one is that you need to use the repository name...
Partially documented now: https://github.com/swampapp/swamp/blob/master/docs/quickstart.md
Investigate using https://github.com/mkdocs/mkdocs or Hugo to publish a docs site.
The last published deb was built on the wrong platform (likely most recent Ubuntu, but don't remember). The workaround for now is to build it on top of your desired...
https://core.telegram.org/bots/api-changelog#december-29-2023
Part of https://github.com/sighmon/homekit-enviroplus/issues/5
@sighmon my plan is to remove the code to read values from the Prometheus exporter to simplify it, but if you want to keep it around (say to run the...
> @rubiojr It'd be great if you could leave the option to read values from a Prometheus exporter, or else include a Prometheus exporter here... whichever is easier. :+1:, I'll...
741b276 added [gas readings](https://github.com/rubiojr/go-enviroplus/tree/master/mics6814). af814c3 added a basic Prometheus exporter. A couple of things worth highlighting here: * Changed default exporter port from 1006 (privileged) to 10006 (unprivileged), so you...
0a0442a adds an optional InfluxDB exporter and a tentative interface to easily register more exporters that simplifies the code a bit. If you're happy with that extra, I'll update documentation...