GithubHelp home page GithubHelp logo

classicvalues / honeywell-iaq-mqtt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from heapy/honeywell-iaq-mqtt

0.0 1.0 0.0 13.88 MB

Honeywell IAQ to MQTT Bridge

License: GNU General Public License v3.0

Kotlin 99.49% Dockerfile 0.51%

honeywell-iaq-mqtt's Introduction

Honeywell Indoor Air Quality Detector to MQTT

Simple application to read the air quality from the Honeywell Indoor Air Quality Detector Cloud and publish the data to an MQTT broker.

monitor

Installation

Application distributed as simple docker image, supported architectures are:

  • amd64 (Intel, AMD)
  • arm64 (Mac Silicon, ...)
  • armhf (Raspberry Pi, ...)

Sample docker compose file for reference:

version: "3.9"
services:
  honeywell_iaq:
    container_name: "honeywell_iaq"
    command: "mqtt" # or "log"
    restart: always
    image: "ghcr.io/heapy/honeywell-iaq:main"
    environment:
      - MQTT_URL=tcp://192.168.1.1:1883
      - MQTT_CLIENT_ID=honeywell-iaq-mqtt
      - PHONE_NUMBER=+8615151860095
      - PASSWORD=hhjwq15151860095
      - PHONE_UUID=generate-some-using- https://duckduckgo.com/?q=uuid

Why it's not ideal solutions

This solution relies on unstable Honeywell chinese cloud servers. Sometimes they are may not be available or like it's happen to me, TLS certificate was expired for few days.

Better solution would be to develop firmware that connects directly to MQTT Broker from device.

Home Assistant integration

home_assistant

honeywell-iaq-mqtt's People

Contributors

irus avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.