ioBroker / ioBroker.vis-hqwidgets

High Quality Widgets for ioBroker.vis
MIT License
18 stars 11 forks source link

Add HmIP-DLD support for the "new" HmIP lock #38

Open heymkeyu opened 2 years ago

heymkeyu commented 2 years ago

Similar to the classic KeyMatic support by the lock hqwidget it would be really cool to have support for the corresponding HmIP device HmIP-DLD .

hm-rpc.1..1.LOCK_STATE provides the current lock states as follows image

hm-rpc.1..1.LOCK_TARGET_LEVEL provides lock control as follows image

See

Thanks in advance! :-)

heymkeyu commented 2 years ago

Please. :-)

Apollon77 commented 2 years ago

Ok, but the widget requires you to set the openValue, closeValue and openDoorValue ... in fact these are the numbers you see in admin on the objects where can also set the value in brackets. Enter them and it should work. Or what do I miss?

StefanTR96 commented 2 years ago

Hi, found this topic because my Homematic Keymatic is broken and they could only send me the Homematic IP HMIP-DLD instead of the old one. The HQWidgets Lock Widget in VIS needs the Object ID and the ID for Open. Is it possible to use this Widget with the new Keymatic? My only Idea is to solve it with a script which converts the widget datapoints to numbers?

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within the next 7 days. Please check if the issue is still relevant in the most current version of the adapter and tell us. Also check that all relevant details, logs and reproduction steps are included and update them if needed. Thank you for your contributions. Dieses Problem wurde automatisch als veraltet markiert, da es in letzter Zeit keine Aktivitäten gab. Es wird geschlossen, wenn nicht innerhalb der nächsten 7 Tage weitere Aktivitäten stattfinden. Bitte überprüft, ob das Problem auch in der aktuellsten Version des Adapters noch relevant ist, und teilt uns dies mit. Überprüft auch, ob alle relevanten Details, Logs und Reproduktionsschritte enthalten sind bzw. aktualisiert diese. Vielen Dank für Eure Unterstützung.

wg25 commented 1 year ago

Ok, but the widget requires you to set the openValue, closeValue and openDoorValue ... in fact these are the numbers you see in admin on the objects where can also set the value in brackets. Enter them and it should work. Or what do I miss?

It work's but only partially. You can assign LOCK_TARGET_LEVEL to both object IDs but then you will not get the actual status if it was changed by an other trigger. Would be very helpful to have a clear split between LOCK_STATE and LOCK_TARGET_LEVEL.