question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Color temperature issue

See original GitHub issue

Hi,

Not entirely sure if this is an issue but it is strange if it isnt. I tried to change color temp for four LB models and they did not change to orange-ish or blue-ish. The command I issued is indeed tplight temp <ip> 1 as well as 10000 as stated in the example.

LB 100

{
  "on_off": 1,
  "mode": "normal",
  "hue": 0,
  "saturation": 0,
  "color_temp": 2700,
  "brightness": 100,
  "err_code": 0
}

LB 110, LB 120, LB 130

{
  "err_code": -10000,
  "err_msg": "Invalid input argument"
}

To my understanding, these LB are EOL and their specs for color temp are as follow

LB 100, LB 110 - 2700K 7SDCM LB 120 - 2700K - 6500K LB 130 - 2500K - 9000K & RGB Full color

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Kinny092commented, May 21, 2021

@konsumer it now works, I think I know why. last night i was focussing on my LB 130 which is in my room but that dosent matter. the value 1 and 1000 does not work for any of those model as LB 100 and 110 are fixed at 2700K, LB 120 and LB 130 will not take 1 or 1000 because it cant go more daylight than its designed for. when i did a 3000, 4000, 5000 on the LB 130, it instantly change the temp color because it is in the range of 2500 and 9000. i managed to change it back to my default 5285 so its surely working. sorry about that, there is no issue with your code its just user error, its educational. you may close this issue 😉

image

┌─[✗]─[kin@kin-hpelitex21012g1]─[~]
└──╼ $tplight temp 192.168.1.110 5000
{
  "on_off": 1,
  "mode": "normal",
  "hue": 0,
  "saturation": 0,
  "color_temp": 5000,
  "brightness": 100,
  "err_code": 0
}
┌─[kin@kin-hpelitex21012g1]─[~]
└──╼ $tplight temp 192.168.1.110 4000
{
  "on_off": 1,
  "mode": "normal",
  "hue": 0,
  "saturation": 0,
  "color_temp": 4000,
  "brightness": 100,
  "err_code": 0
}
┌─[kin@kin-hpelitex21012g1]─[~]
└──╼ $tplight temp 192.168.1.110 3000
{
  "on_off": 1,
  "mode": "normal",
  "hue": 0,
  "saturation": 0,
  "color_temp": 3000,
  "brightness": 100,
  "err_code": 0
}
┌─[kin@kin-hpelitex21012g1]─[~]
└──╼ $tplight temp 192.168.1.110 5285
{
  "on_off": 1,
  "mode": "normal",
  "hue": 0,
  "saturation": 0,
  "color_temp": 5285,
  "brightness": 100,
  "err_code": 0
}
0reactions
konsumercommented, May 21, 2021

Changed example values in tplink-lightbulb@1.6.5

Read more comments on GitHub >

github_iconTop Results From Across the Web

Altering Monitor Color Temperature | EIZO
As color temperature decreases, white becomes yellow, then red. As color temperature increases, white gradually turns to blue. Note that this diagram is...
Read more >
How to avoid color temperature inconsistencies. - HitLights
Here at HitLights, we talk about color temperature and LEDs quite a lot. ... Herein lies the problem - LEDs are NOT black-body...
Read more >
Help! Does anyone know why the colour temperature ... - Reddit
Does anyone know why the colour temperature of my screen changes when I'm viewing videos in full screen? It turns to greenish hue,...
Read more >
Screen color temperature changes after start-up (as if Night Light
Sometimes, the screen color temperature flickers - it turns back to normal, and quickly fades into the reddish tone again. I've noticed this ......
Read more >
How to Calibrate LCD Panel Color Temperature in Windows 10
To calibrate your LCD panel on a Windows 10 computer, go to Settings > Display > Calibrate display color. Then go follow the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found