Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

[Tradfri] Added FLOALT panels #4366

Merged
merged 6 commits into from Oct 3, 2017
Merged

[Tradfri] Added FLOALT panels #4366

merged 6 commits into from Oct 3, 2017

Conversation

cweitkamp
Copy link
Contributor

@cweitkamp cweitkamp commented Oct 2, 2017

  • Added "FLOALT" panels and "TRADFRI bulb E27 WS clear 950lm" to COLOR_TEMP_MODELS
  • Added representation-property to thing types
  • Refactored xml files and applied formatter on xml files
  • Changed spelling of TRÅDFRI throughout the whole binding

After you added a FLOALT panel to your environment it is correclty discovered as 0220 thing type. Once it becomes not reachable it is additionally discovered as 0100 thing type. This fix should prevent this behavior.

Signed-off-by: Christoph Weitkamp github@christophweitkamp.de

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
@kaikreuzer
Copy link
Contributor

Thanks, great to see support for the FLOALT devices.

The behavior worries me a bit though: We will see the same for every new upcoming device that we do not yet specifically support. Shouldn't we make sure that we do not add additional discovery results? The recently introduced representation-property of things might probably help here. Would you want to have a look into that?

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
@cweitkamp
Copy link
Contributor Author

I added the representation-property to the thing type definition. But I am not sure if this is the solution for the real problem (see comment in TradfriDiscoveryService#82).

Copy link
Contributor

@kaikreuzer kaikreuzer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But I am not sure if this is the solution for the real problem (see comment in TradfriDiscoveryService#82).

Hm, this comments seems to be lost, at least I cannot see it when following this link...

xsi:schemaLocation="http://eclipse.org/smarthome/schemas/config-description/v1.0.0 http://eclipse.org/smarthome/schemas/config-description-1.0.0.xsd">

<config-description uri="thing-type:tradfri:device">
<parameter-group name="device">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't use parameter groups if there is just a single parameter to put into it...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No problem. I removed it.

</thing-type>

<!-- note that this isn't yet supported by the code as we do not receive any data
from the gateway for it -->
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is here a new line?

@cweitkamp
Copy link
Contributor Author

I am sorry. Maybe it got lost after a forced push: TradfriDiscoveryService.java#L82.

@kaikreuzer
Copy link
Contributor

Ok, you are right with the comment. If we do discovery while the bulb is unreachable, we will actually discover the wrong (or let's say a too simple) type. But the representation-property should nonetheless avoid that we see a new discovery result. So if the Thing has the wrong type, the user can delete it and re-discover it with the new type.

@cweitkamp
Copy link
Contributor Author

cweitkamp commented Oct 3, 2017

Seems to work very well. I put a version similar to this PR - without the COLOR_TEMP_MODELS check - into my prod environment yesterday. The discovery shows an INFO logging for new devices with wrong thing type from time to time but nothing pops up in my Paper UI inbox. Should we maybe remove it completely? wdyt?

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Copy link
Contributor

@kaikreuzer kaikreuzer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@kaikreuzer kaikreuzer merged commit 1e308ce into eclipse-archived:master Oct 3, 2017
@cweitkamp cweitkamp deleted the feature-tradfri-devices branch October 3, 2017 18:17
@hreichert
Copy link
Contributor

hreichert commented Oct 3, 2017

Side note: All IKEA products got a common identifier in their name. I used this in #4271 to distinguish between color lights and spectrum lights.

  • " W " -> dimmable only
  • " WS " -> white spectrum
  • " CWS " -> color white spectrum

Maybe this is a more future-safe approach to detect the type?

@kaikreuzer kaikreuzer added this to the 0.9.0 milestone Nov 30, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants