Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

๐Ÿ”Œ A tiny tool to export temperature data from USB TEMPer

License

Notifications You must be signed in to change notification settings

SlashNephy/temper-influx-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

13 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

temper-influx-exporter

A tiny tool to export temperature data from USB TEMPer

docker-compose.yml

version: '3.8'

services:
  influxdb:
    container_name: InfluxDB
    image: influxdb
    restart: always
    volumes:
      - influxdb:/var/lib/influxdb

  temper-influx-exporter:
    container_name: temper-influx-exporter
    image: ghcr.io/slashnephy/temper-influx-exporter:master
    restart: always
    devices:
      - /dev/bus/usb
    environment:
      # ใƒกใƒˆใƒชใƒƒใ‚ฏใฎๅ–ๅพ—้–“้š” (็ง’)
      INTERVAL: 60
      # InfluxDB ใ‚ขใƒ‰ใƒฌใ‚น
      INFLUX_ADDR: http://influxdb:8086
      # InfluxDB ใƒ‡ใƒผใ‚ฟใƒ™ใƒผใ‚นๅ
      INFLUX_DB: temper

volumes:
  influxdb:

Acknowledgements

temper-influx-exporter is based on sergiokhayyat/temper. Thanks for temper implementation.

About

๐Ÿ”Œ A tiny tool to export temperature data from USB TEMPer

Topics

Resources

License

Stars

Watchers

Forks

Packages