Skip to content

solsson/kubernetes-zigbee-prometheus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7435cb2 · Jan 26, 2022

History

32 Commits
Feb 15, 2020
Feb 16, 2020
Feb 16, 2020
Jan 15, 2022
Feb 15, 2020
Jan 15, 2022
Jan 15, 2022
Feb 9, 2020
Jan 23, 2022
Jan 15, 2022
Jan 15, 2022
Apr 19, 2020

Repository files navigation

Sensors to Prometheus via ZigBee

This repo is for exploring how to operate ZigBee sensors in the long run using Kubernetes. I liked the "without cloud" approach of Conbee II so that's my starting point. The goal isn't primarily automation, but only a neat Grafana dashboard. Also I've learned to appreciate how many self-hosting problems Kubernetes solves, so I'm not very interested in existing high level frameworks. My approach is:

Hardware  -> Driver -> Vendor's gateway/API -> a prometheus metrics endpoint -> Prometheus -> Grafana

The current metrics container assumes access to a Deconz REST API and is therefore built as the image solsson/prometheus-deconz-exporter.

Build using docker buildx build --push(?) --tag solsson(?)/prometheus-deconz-exporter:$(git rev-parse HEAD) --platform=linux/amd64,linux/arm64 .

References

Fresh start 2022

Still on a Raspberry Pi 1. Used the imager and selected 32bit Bullseye.

Deconz version 2.13.04.

Firmware 0x26720700 md5.

Deconz installation

sudo dpkg -i ...
sudo apt --fix-broken install
sudo systemctl enable deconz

To get the API key, in the gateway click "Authenticate app" then run something like curl -X POST -H 'Content-Type: application/json' --data '{"devicetype":"local-kubernetes"}' http://192.168.3.45/api. Save the KEY.

About

How to use ZigBee sensors through Kubernetes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published