Hi everybody,
I want to replace my Dashbutton from Amazon.
I choose the Enocean technology and I bought a Nodon Soft Button (EEP: D2-03-0A).
Does it possible to add this profil ? I’m a really no coder…
I used DolphinView to have a Telegram Log of the equipment:
<EventLog>
<Control Timestamp="2019-08-15 11:39:33.474" Direction="Open" Port="COM5" Type="Connection" Data="FT3G6J18A GATEWAYCTRL 868.3 MHz ERP1 2.15.0.0" />
<Telegram Timestamp="2019-08-15 11:39:36.790" Direction="Incoming" Port="COM5" RORG="D2" Data="64 01" Status="00" ID="8100C8F4" dBm="-61" DestinationID="FFFFFFFF" SecurityLevel="0" SubtelegramCount="0" Tickcount="0" OptionalData="" >
<Packet Timestamp="2019-08-15 11:39:36.790" Direction="Incoming" Port="COM5" Type="01" Data="D2 64 01 81 00 C8 F4 00" OptionalData="00 FF FF FF FF 3D 00" />
</Telegram>
<Telegram Timestamp="2019-08-15 11:39:44.968" Direction="Incoming" Port="COM5" RORG="D2" Data="64 02" Status="00" ID="8100C8F4" dBm="-65" DestinationID="FFFFFFFF" SecurityLevel="0" SubtelegramCount="0" Tickcount="0" OptionalData="" >
<Packet Timestamp="2019-08-15 11:39:44.968" Direction="Incoming" Port="COM5" Type="01" Data="D2 64 02 81 00 C8 F4 00" OptionalData="00 FF FF FF FF 41 00" />
</Telegram>
<Telegram Timestamp="2019-08-15 11:39:47.088" Direction="Incoming" Port="COM5" RORG="D2" Data="64 03" Status="00" ID="8100C8F4" dBm="-61" DestinationID="FFFFFFFF" SecurityLevel="0" SubtelegramCount="0" Tickcount="0" OptionalData="" >
<Packet Timestamp="2019-08-15 11:39:47.088" Direction="Incoming" Port="COM5" Type="01" Data="D2 64 03 81 00 C8 F4 00" OptionalData="00 FF FF FF FF 3D 00" />
</Telegram>
<Telegram Timestamp="2019-08-15 11:39:47.498" Direction="Incoming" Port="COM5" RORG="D2" Data="64 04" Status="00" ID="8100C8F4" dBm="-61" DestinationID="FFFFFFFF" SecurityLevel="0" SubtelegramCount="0" Tickcount="0" OptionalData="" >
<Packet Timestamp="2019-08-15 11:39:47.498" Direction="Incoming" Port="COM5" Type="01" Data="D2 64 04 81 00 C8 F4 00" OptionalData="00 FF FF FF FF 3D 00" />
</Telegram>
The Data[2] is the only bit which change:
- Data[2] = 01: normally press and release
- Data[2] = 02: 2 quick presses
- Data[2] = 03: Long press (and still pressed)
- Data[2] = 04: Release of a long press
Does it possible to integrate this equipment ? Or explain me how to do ?
Thank you in advance !!!