Home Assistant integration for Wi-Fi enabled Qingping devices connected to Qingping IoT Cloud (as opposed to official integration which uses Bluetooth only). This integration uses qingping-iot-cloud library.
THIS IS WORK IN PROGRESS
To install this repo, you need to add it as Custom repository in HACS. Use type integration and this URL:
https://github.com/danielskowronski/HomeAssistantQingpingIoTCloud
- Download
Qingping IoT
app from qingpingiot.com orQingping+
app from qingping.co/plus - Follow typical process or registering account and pairing device as per in-app instructions
- Go to developer.qingping.co and log in with relevant account
- Navigate to Access Management; from there copy App Key and App Secret values
- You get one set of credentials per account
- Those can't be revoked
- In Home Assistant, add configure this custom integration with key-secret pair
- If you have multiple accounts across one or two platforms, you can add those as subsequent hubs
- App ID is added to hub name to avoid confusion
Those two apps are not the same and use different accounts.
For core functions, they are identical:
- they offer publicly available mobile apps with local binding, as well as local and cloud access
- both their account sets are valid authentication method to developer.qingping.co and thus data from both of them is available though same APIs
- you can use both of apps to pair devices which are accessible from this HA integration
- each supported device can be bound to both
Qingping IoT
andQingping+
apps at the same time
There are some differences:
Qingping IoT
is advertised for "proffesional" applications and supports some devices not sold to regular consumers- those can be bough from places like AliExpress
- some of those "IoT" devices work with LoRaWAN or NB-IoT instead of Wi-Fi
- this platform offers web dashboard which shows live data and historical readings
- all Wi-Fi devices (and some BT ones via BT gateway) advertised for
Qingping+
work here
Qingping+
is advertised for household users and is sold in normal shops- this app supports some Bluetooth-only devices that are not compatible with Bluetooth gateway (like alarm clock) - those are not working with
Qingping IoT
- none of "IoT" devices are compatible
- this app supports some Bluetooth-only devices that are not compatible with Bluetooth gateway (like alarm clock) - those are not working with
This integration is based on Example Home Assistant Integration - Integration 101 Template by Mark Parker, which was originally distrubuted under MIT license. See LICENSE file for full statement.