-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from wywywywy/remove-deprecation
chore: remove deprecation & bump version
- Loading branch information
Showing
5 changed files
with
172 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Domoticz exporter for Prometheus.io, written in Node.js 14. | ||
Domoticz exporter for Prometheus.io, written in Node.js. | ||
|
||
This exporter provides metrics for the devices defined in Domoticz, rather than for Domoticz itself. | ||
|
||
|
@@ -16,6 +16,7 @@ This exporter provides metrics for the devices defined in Domoticz, rather than | |
## Environment Variables | ||
|
||
The arguments can also be set as env variables instead. Useful if you're using it in a Docker container. | ||
|
||
1. DOMOTICZ_PORT | ||
2. DOMOTICZ_INTERVAL | ||
3. DOMOTICZ_HOSTIP | ||
|
@@ -27,7 +28,7 @@ The arguments can also be set as env variables instead. Useful if you're using i | |
|
||
## From Source | ||
|
||
Node 14 is required to run it. | ||
Node 16+ is required to run it. | ||
|
||
git clone [email protected]:wywywywy/domoticz_exporter.git | ||
cd domoticz_exporter | ||
|
@@ -59,9 +60,9 @@ There are 4 types of devices in Domoticz, and they are presented as separate met | |
3. temp = Get all temperature devices | ||
4. utility = Get all utility devices | ||
|
||
Unfortunately there is no standard in Domoticz how "levels" are presented. So for example on some devices battery level 100 means full, and others it will be 255. | ||
Unfortunately there is no standard in Domoticz how "levels" are presented. So for example on some devices battery level 100 means full, and others it will be 255. | ||
|
||
The same goes for units - on some it may be Celsius others Fahrenheit, some it may be kWh others Ah, etc. It all depends on the device itself. | ||
The same goes for units - on some it may be Celsius others Fahrenheit, some it may be kWh others Ah, etc. It all depends on the device itself. | ||
|
||
# TODO | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters