0.0.5 • Published 3 years ago

iobroker.govee v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Logo

ioBroker.govee

NPM version Downloads Number of Installations (latest) Number of Installations (stable) Dependency Status Build Status

NPM

Tests: Test and Release

Govee Control

control govee lights over there api Govee is a brand of DE-GOVEE Moments Ltd. All images and trademarks are for illustrative purposes only and I do not collect any rights to the trademark. For more information, visit the Govee page: https://us.govee.com/

THIS VERSION IS FOR TEST ONLY

This Govee adapter is in development. Some functions may not work probably. This adapter only works with govee Wifi lightnings not Bluetooth.

Getting started

  1. Install this adapter on your ioBroker.
  2. Get your own Govee API key.
  • Go to your Account tab -> "Settings" -> "About us" -> "Apply for API key"
  • Fill out your name und your reason ("SmartHome Control" would be sufficient)
  • You will receice your API Key to your Govee registered email address
  1. Paste your API Key in the Govee Adapter configuration.
  2. Set up the refresh time value (min: 5 seconds).

  3. All your by the Govee API supportet Lights will be automatically added to your ioBroker objects.

  4. States for your objects will added automatically.

ioBroker States

instance objectgovee.xmain object for the govee insrtance
device objectXX:XX:XX:XX:XX:XX:XX:XXdevice object for on lighting device
color foldercolorfolder for 2 types of color objects
color hsv folderhsvfolder for the hsv color format
color object hhobject for color control hue
color object ssobject for color control saturation
color object vvobject for color control value (Default: 100)
color rgb folderrgbfolder for the rgb color format
color object rrobject for color control red
color object ggobject for color control green
color object bbobject for color control blue
color object hexhexobject for color control hex
brightness objectbrightnessobject for brightness control
colorTem objectcolorTemobject for colorTem control
colorTemMod objectcolorTemModobject for colorTemMod control (Needed for Yahka)
model objectmodelobject shows your device model
online objectonlineobject shows is your device online
retrievable objectretrievableobject shows is your device retrievable
powerState objectpowerstateobject shows is your device powered on or off

Changelog

0.0.1

  • (Nick Bünger) initial release

0.0.2

  • (Nick Büger) Update 0.0.2
  • Multidevice support added.
  • devicestate updates by govee API.

0.0.3

  • (Nick Bünger) Update 0.0.3
  • add expert log.
  • add object hex.
  • value brightness cant be under 1.

0.0.4

  • (Nick Bünger) Update 0.0.4
  • minor bugfixes

0.0.5

  • (Nick Bünger) Update 0.0.5
  • bugfixes for model H6104, H6159

License

MIT License

Copyright (c) 2021 Nick Bünger buenger.nick@gmail.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0.0.5

3 years ago

0.0.3

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago