Legrand cable outlet

Hello,

Can this issue be merge in the next stable ?

Without this, the cable outlet is not functionnal.

Oups, I have totally forget this issue.
The “WIP” DDF I have put as workaround is working for you ?

I m still in 2.19.3 and discorvered this issue on the jeedom’s community forum. Some members use this workaround whith succes.
I will update my deconz in the next stable version but if this version could have the resolution it ll be great.

Honnestly, I m not able to say if the next one will be a beta or a stable.
I can make the PR today, but if you can’t test it do you have a link from jeedom forum, or something else, in fact I m the only one that have tried the DDF, and I haven’t return on the github issue, so IDK if the DDF is working for other.

Sneak peek: The next will be a stable and published later today. I honestly don’t know if the PR will arrive in time. Please have a look in the changelogs.

I won’t expect it to be included in next stable.

@Smanar you can look here for exemple. I plan to test it in a test environnement this week end if I’ve time.

Yes pls, because using this DDF can’t broke the device, so I realy need to be sure it work too for others.
Since I have made the WIP DDF, you are the first one that return me the issue, so I realy need to be sure.

But you can make a try with the “2.19.3”, if the DDF don’t break the device I think it can be fine for next versions too.

1 Like

Ok I test it and works fine for me

K , thx , I make the PR immediatly (but too late for next version)

1 Like

Perfect thanks. I keep the ddf in my user folder and wait for the next stable.

How is the data uploaded to this device Legrand cable outlet?
“bindings”: [
{
“bind”: “unicast”,
“src.ep”: 1,
“cl”: “0x0006”,
“report”: [
{
“at”: “0x0000”,
“dt”: “0x10”,
“min”: 1,
“max”: 300
}
]
},
{
“bind”: “unicast”,
“src.ep”: 1,
“cl”: “0x0B04”,
“report”: [
{
“at”: “0x050B”,
“dt”: “0x29”,
“min”: 5,
“max”: 300,
“change”: “0x00000002”
}
]
}
]

0x0006 is on/off
and 0x0B04 is the instantaneous power in watts ?
In the DFF, the power isupdated by api if it’s modified by 2
is that correct for reading the DFF?
I rarely modify the DFF and I quickly forget how to use it.

Yeap

  • Cluster 0x0006 On/off , attribute 0x0000 is the on/off state, only used if you don’t use the “fil pilote” mode.
  • Cluster 0x0B04 Electrical Measurement, attribute 0x050B is the active power
  • Min is the minimum delay in second beetween 2 reports
  • Max is the maximum delay without report in seconds
  • Change is the difference that can trigger a report.

It impact report made by the device, it’s a device setting (on the device memory)