8000 GitHub - johnnyo21/docker-carrier-influx: Proxy server that collects metrics from Bryant Evolution / Carrier Infinity Thermostats and sends them to InfluxDB
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Proxy server that collects metrics from Bryant Evolution / Carrier Infinity Thermostats and sends them to InfluxDB

Notifications You must be signed in to change notification settings

johnnyo21/docker-carrier-influx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

This operates as a proxy server for the Carrier Infinity / Bryant Evolution thermostats, capturing data and sending it to an InfluxDB time-series database (https://www.influxdata.com/time-series-platform/influxdb/)

docker run -d -p 8888:8888 --restart=always --name carrier-influx -e INFLUXHOST=<influxdb_host> -e INFLUXPORT=8086 -e INFLUXUSER=root -e INFLUXPASS=root -e INFLUXDB=carrier thecase/bryant-influx

Reconfigure your thermostat to use the IP:port of your new proxy server:

menu -> wireless -> advanced -> manage proxy servers

About

Proxy server that collects metrics from Bryant Evolution / Carrier Infinity Thermostats and sends them to InfluxDB

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 94.6%
  • Dockerfile 5.4%
0