Schneider Electric support forum to share knowledge about product selection, installation and troubleshooting for EcoStruxure Panel Server, PowerTag, Com'X, Link150…
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Link copied. Please paste this link to share this article on your social media post.
2014-07-2512:12 AM
Can2Go/SSL to ULTI Dimmers
Following the articles a few weeks ago (), we wanted to see whether the theory would still work with dimmers.
Using the on/off clusters on the dimmers works perfectly. In order to use dimming, you need to use the Level Control cluster (0x0008).
The methods are very similar to the on/off cluster and specified in the ZCL document.
The tough piece is integrating the on/off cluster with the level control cluster and managing the asynchronous requests. While in the previous script, we were putting a delay in order to ignore the past read requests, this time we changed the architecture by counting the numbers of the requests for which we are still waiting a response and ignoring these responses if a command has been made.
This is just a draft script as it still requires testing and a good code review, but if anyone needs it, it should get you going.
Note that if you only wanted to do control or only wanted to do reading, the scripts works great. Both together gets a bit tricky and probably can be improved.
One last comment: these script only work with firmware 2.11 onwards from Can2Go.