-
Notifications
You must be signed in to change notification settings - Fork 18
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
Prometheus.yaml config #9
Comments
Hmm, looks ok so far. Is your prometheus running on the same host (and not in a container)? Did you try accessing the metrics endpoint from a browser? |
Thanks for pointing me to the right direction. I realized that none the metric pages of my exporters where actually still accessible (even though they kept on collecting data) there's only one little thing which doesn't work yet - the config file. if I run: if I run: with config file like this: { ], only "Wetterstation" is being detected - not the power plug "Waschmaschine" EDIT: |
You can leave out supported_device_types if you do not want to add additional ones. PSM is supported by default. |
that did the trick. thx |
hi,
I installed the homematic_exporter and run it with
python3 exporter.py --ccu_host 192.168.10.170 --ccu_port 2010 --interval 15 --port 9411 --debug
It successfully fetches all the data from the ccu but homematic metrics don't show up in prometheus.
here's my prometheus.yaml:
#scrape homematic
static_configs:
what am I doing from?
Best
The text was updated successfully, but these errors were encountered: