-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing several household metrics like energy.e_load_total #27
Comments
When using a recent version (i.e. after May 10), there should be |
Hmm, usurer about the version I am running, seems you don't maintain the version identifier in the setup.py
Or is this functionality coming from the rct-client package?
12 Sep 2022 11:32:40 Stephan ***@***.***>:
… When using a recent version (i.e. after May 10), there should *rctmon_energy_** metrics, which show household, generator, grid_feed/grid_load energy.
—
Reply to this email directly, view it on GitHub[#27 (comment)], or unsubscribe[https://github.com/notifications/unsubscribe-auth/ABOBMWUZRKGWGTJCU5TGYILV532DHANCNFSM6AAAAAAQKF3XBA].
You are receiving this because you authored the thread.[Tracking image][https://github.com/notifications/beacon/ABOBMWR6QQ6BKSKDDS77N6LV532DHA5CNFSM6AAAAAAQKF3XBCWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSKDXIKS.gif]
|
Ok did an upgrade to the latest code and got:
as an additional metric. I wonder that it is of type gauge, should this be an every increasing counter? It would be really useful if the package version gets a bump, if new features or changes get merged. Then tracking updates is far easier. Thanks |
From another project I know that Counter from the prometheus_client package has an Unfortunately flipping from Gauge to Counter will be a breaking change, because Prometheus handle these both as different metrics. |
I've tagged the latest code as of this morning and increased the version number after merging some PRs, that should make it easier to reason. I'll tag another one soon after some testing. Counter vs. Gauge: As per the Metric types documentation:
According to that, Prometheus doesn't care and it's more of an informational value for the user (for Prometheus, that is; other TSDBs may actually use the type information!). Stuff like the |
Hi togeher, I download the source code and compare some metric. In the device_manager.py I found some metrics which I found in the MQTT Explorer. But because I have no experience with python, make more sense for me to request it. Missing: BD55905F energy.e_ac_day Day energy and perhaps from a the „PowerSwitch“ Can you add this too Best regards |
Hello,
rctmon is running as expected accept of some missing metrics regrading "household".
The only metrics I receive is:
But I am looking for:
Something like:
energy.e_load_total
or any of the other metrics that reports Wh instead of current W.Here some infos about my rctmon:
In the log I see that some unkown OIDs are received:
In the RCT-App I am able to see the household Wh reading per day and month.
The text was updated successfully, but these errors were encountered: