Skip to content

DNT RoomLogg PRO Utility to read temperature and humitity

Notifications You must be signed in to change notification settings

h44z/dntroomloggpro-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DNT RoomLogg PRO

A simple program that can read the temperature and humidity values from the DNT RoomLogg PRO base station using USB.

Project inspired by https://juergen.rocks/blog/articles/elv-raumklimastation-rs500-raspberry-pi-linux.html (https://github.com/juergen-rocks/raumklima).

Setup

Compile the go code using the provided Makefile:

# make sure that libusb-1.0 is installed!
make build

# build binaries for arm64 (raspberry pi), docker is required.
# make sure that libusb-1.0 is installed on the raspberry pi
make build-raspi

Installation and Usage

In order to execute the compiled program without administrator rights, use the provided udev rule:

sudo cp scripts/99-hid.rules /etc/udev/rules.d/99-hid.rules

Now you can use the reader binary to read the stats from the DNT RoomLogg PRO base station.

About

DNT RoomLogg PRO Utility to read temperature and humitity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages