Skip to content

Hacs intefgration for Qingping local cloud (private MQTT )

Notifications You must be signed in to change notification settings

bob-tm/ha-qingping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Qingping custom integration for Home Assistant

Tested with Qingping CO2 Temp & RH Sensor (CGP22C) via it's private cloud

Enabling private cloud

https://github.com/GreyEarl/qingping-air-monitor-mqtt

History Data

Currently there is no much sence in history data (sesnor take measurment each 15 minutes, but uploads data once a hour) History data is fully parsed since version 0.2, but I can not find any Api in HA to put that data in ha entity history. Currently it's avaible in extended attributes for status sensor.

HACS Installation

  1. Go to http://homeassistant.local:8123/hacs/integrations
  2. Add https://github.com/bob-tm/ha-qingping custom integration repository
  3. Download the Qingping repository
  4. Go to http://homeassistant.local:8123/config/integrations and add new integration
  5. Choose "Qingping MQTT Parser" from the list and follow the config flow steps
  6. Press button on Qingping device to publish data over wifi
  7. Sensors will be added automaticaly
  8. Sensor Status has extended attributes for debuging and inverstigating. Use ha /developer-tools/state to view what sensor sends.

HA

After HA Rebot sensors will be unavailable until first fresh data from qingping device. Currenty unavailable status not tracked.

Credits to https://github.com/niklasarnitz/qingping-co2-temp-rh-sensor-mqtt-parser for payload parsing code