-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Are we sure that all bindings accept properly a value in Kelvin and a value in mirek as command? #17917
Comments
Just to b clear, I am talking about method handleCommand in thing handlers that should accept a value in Kelvin o mirek. |
AmazonEchoControl => Not OkLine 130 in 2f7b727
AVMFritz => OkLine 547 in 2f7b727
Bluetooth => TBDTBD Dali => OkLine 72 in 2f7b727
Deconz = Not OkLine 247 in 2f7b727
Line 141 in 2f7b727
Govee => See #17812Line 183 in 2f7b727
Hue => Ok (albeit bad code)Line 101 in 2f7b727
Lifx => OkLine 622 in 2f7b727
NanoLeaf => OkLine 921 in 2f7b727
TapoControl => Not OkLine 149 in 2f7b727
TpLinkSmartHome => Not OkLine 94 in 2f7b727
Wiz => OkLine 190 in 2f7b727
|
MQTT::EspMilight => OkLine 440 in 2f7b727
|
Right, but this issue is about a different topic: it's not about absolute color temperature not being supported, it's about absolute color temperature commands potentially not being handled correctly if supported. |
Is this the reason why I receive an error "type" 2 since I switched to openHAB 4.3? I just updated to 4.3 and since then I cannot change the color temperature of my deconz bound lights. Thing:
Item:
According to Error handling - deCONZ REST-API error "2" means "This will be returned if the JSON in the body couldn't be parsed." No idea what I should do with it. 😳 |
Yes unfortunately that is indeed the case. We were "too fast" in improving the OH functionality. It will in particular occur when you try to command the color temperature via the new Colortemperature picker control. There is a fix in #17919 which will certainly appear in OH 5.0 and probably hopefully back ported into OH 4.3. @lolodomo ?? In the meantime, the work around for you is to command the channel from an item of type 'Number' rather than one of type 'Number:Temperature' (or from within rules send a plain number value e.g. |
This issue has been mentioned on openHAB Community. There might be relevant details there: |
First of all thanks for the reply. In this case I went back to 4.2 as |
This issue has been mentioned on openHAB Community. There might be relevant details there: https://community.openhab.org/t/openhab-4-3-milestone-discussion/158139/115 |
Originally posted by @lolodomo in openhab/openhab-core#3891 (comment)
The text was updated successfully, but these errors were encountered: