1.0.4 • Published 6 months ago

iobroker.lifx v1.0.4

Weekly downloads
11
License
MIT
Repository
github
Last release
6 months ago

Logo

ioBroker.lifx

Number of Installations Number of Installations NPM version Downloads

Tests: Test and Release

Lifx adapter for ioBroker

Installation:

the official released version

npm install iobroker.lifx

the actual version from github:

npm install https://github.com/foxthefox/ioBroker.lifx/tarball/master --production

Settings/Configuration:

  • no settings or configuration required, adapter automatically detects the lamps

metro widget unreachable status

  • small icon for unreachable status in metro-widget is the first object of notification
  • object_id0 is the indicator.unreachable
  • instead of presetting "true", "false" shall be written
  • the icon should be wifiColorRed.png
  • horizontal offset of 6 should work fine

Visualization:

  • use lifx widgets

objects

ObjectValuesettableDescription
Bulb.statebooleanxtrue/false -> ON/OFF
Bulb.colormodebooleanxcolor, white
Bulb.tempvaluexcolor temperature 2500...9000 K
Bulb.huevaluexcolor 0...360
Bulb.satvaluexsaturation 0...100 %
Bulb.brightvaluexbrightness 0...100 %
Bulb.onlineboolean-true/false
Bulb.labelvalue-name/label
Bulb.vendorvalue-vendor info
Bulb.productvalue-product info
Bulb.colorLampvalue-colorLamp info
Bulb.infraredLampvalue-infraredLamp info
Bulb.multizoneLampvalue-multizoneLamp info
Bulb.Zone.tempvaluexcolor temperature 2500...9000 K
Bulb.Zone.huevaluexcolor 0...360
Bulb.Zone.satvaluexsaturation 0...100 %
Bulb.Zone.brightvaluexbrightness 0...100 %

TODO:

  • getting adjustment of color values with all existing settings (brighness adjust has fixed 80% saturation and keeps the previous hue setting; saturation adjust and hue adjust has fixed 80% brightness)
  • transition times
  • waveforms

known issues

  • values outside of range cause crash of adapter

Changelog:

1.0.4

  • implementation jsonUI

1.0.3

  • translation with adapter-dev

1.0.2

  • some changes to loglevel
  • fix crash when no label is provided

1.0.1

  • bugfix, context of 'this' in timeout
  • Null exception with B/W bulb issue#23

1.0.0

  • refactoring, change to class based structure of the adapter
  • gitub actions instead travis

0.2.1

  • (Jarvis020) errorhandling improvements
  • (Jarvis020) fade time

0.2.0

  • lifx-lan-client library instead node-lifx
  • states for vendor, product, version, product features
  • multizone support
  • cyclic polling

0.1.1

  • logo quadratic

0.1.0

  • compact mode

0.0.5

  • adminv3
  • noConfig -> no admin page anymore

0.0.4

  • jqui widget with interactive colored slider

0.0.3

  • metro widget
  • jqui widget

0.0.2

  • change to node-lifx
  • successful tested with 2 lamps and firmware 2.1

0.0.1

  • initial setup with lifx

License

The MIT License (MIT)

Copyright (c) 2016-2023 foxthefox foxthefox@wysiwis.net

1.0.4

6 months ago

1.0.3

7 months ago

1.0.1

2 years ago

0.1.1

4 years ago

0.1.0

5 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

7 years ago