-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[miio] Add temperature value to chuangmi.plug.v1 #12
Conversation
I see in other projects this plug does also support temperature: https://github.com/syssi/xiaomiplug/blob/develop/README.md#xiaomi-chuangmi-plug-v1 https://github.com/rytilahti/python-miio/blob/master/miio/chuangmi_plug.py#L23 Signed-off-by: Jeroen Vermeulen <info@jeroenvermeulen.eu>
cool, |
Yes you can do it, I am not so familiar with contributing to the OpenHAB project, and the rules seem to be quite strict. |
Travis tests were successfulHey @jeroenvermeulen, |
Based on: #12 Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Based on: #12 Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Based on: marcelrv#12 Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Based on: #12 Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
* [miio] delay refresh to avoid devices not ready yet (#8838) * [miio] delay refresh to avoid devices not ready yet Delay refresh after command is send as some devices are not ready yet with the execution and will report wrong status. This is confusing to the users. Related forum topic: https://community.openhab.org/t/xiaomi-mi-air-purifier-xiaomi-mi-io/34840/300 * [miio] remove change from PR * [miio] Add temperature value to chuangmi.plug.v1 (#8832) Based on: marcelrv#12 * [miio] add new country server and improve readme (#8816) * [miio] add new country server and improve readme * [miio] apply spotless * [miio] Allow for custom refresh commands (#8796) * [miio] Allow for custom refresh commands Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Based on: marcelrv#12 Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Based on: marcelrv/openhab-addons#12 Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
[miio] Add temperature value to chuangmi.plug.v1
I see in other projects this plug does also support temperature:
https://github.com/syssi/xiaomiplug/blob/develop/README.md#xiaomi-chuangmi-plug-v1
https://github.com/rytilahti/python-miio/blob/master/miio/chuangmi_plug.py#L23