Logic Machine Forum
About DALI driver failure - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9)
+--- Thread: About DALI driver failure (/showthread.php?tid=2794)



About DALI driver failure - Ibrahim - 14.08.2020

Hello,

I am using LM5 Lite with KNX system and there are Hager TYA670D DALI gateways to control DALI luminaires. The gateway can give 1byte and 2byte error status. I want to show individual failure message for per DALI load on the visualization page. 

- How can I use these error status messages?
- Is there any visualization template about this?

Thanks and regards,

İbrahim.


RE: About DALI driver failure - Daniel - 14.08.2020

You need to decode them and write result to individual new objects.


RE: About DALI driver failure - admin - 14.08.2020

1-byte status (238.600 data type) is supported in the latest firmware so no need to decode manually.


RE: About DALI driver failure - Ibrahim - 17.08.2020

Hello,

Thanks for reply.

-If there is more than 1 device has failure in the same DALI line, the status is changing cyclical in 64 seconds. How can I store decoded message for per DALI address? or should I just show a text message about which address has a failure?

-For the visualization, can I use three information for status? For example, image-1 for on, image-2 for off and image-3 for failure.

Regards,
İbrahim.


RE: About DALI driver failure - Daniel - 17.08.2020

Hi
Out of the box you can show the text. If you want to make individual then it will require manual decoding and object per light where you will write the state.

Out of the box this object display OK state for off icon and error for ON icon, there is no third state. Again if you want you can make a script where you can check the light status and the failure and write this to a byte object in which you can define different icons depend of the value.

BR