Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Latest commit

 

History

History
39 lines (32 loc) · 1.42 KB

HELP.md

File metadata and controls

39 lines (32 loc) · 1.42 KB

KNX/IP Interface

Should work with all standard conform KNX/IP Gateways. Tested with

Features

  • Transmit Telegram on Button-Press or Button-Toggle
  • Receive Telegram to control Button-Feedback
  • Range-Comparison for numeric Feedback (Button ist "on" when Value is between min & max Values)
  • Transmit one of two Telegrams depending on Feedback-State (ie. On/Off Telegram depending on State)
  • Works with lots of common Data-Types (see below) for Transmit and Feedback

Data-Types

The following Data-Types with lots of subtypes are supported:

  • DPT1: 1-bit
  • DPT2: 1-bit with Priority
  • DPT3: 4-bit Dimming/Blinds control
  • DPT4: Character
  • DPT5: 8-bit unsigned
  • DPT6: 8-bit signed
  • DPT7: 16-bit unsigned
  • DPT8: 16-bit signed
  • DPT9: 16-bit float
  • DPT10: Time
  • DPT11: Date
  • DPT12: 32-bit unsigned
  • DPT13: 32-bit signed
  • DPT14: 32-bit float
  • DPT16: Text (Up to 14 Characters)
  • DPT17: Scene Number
  • DPT18: Scene Control
  • DPT19: Date & Time
  • DPT232: RGB Color
  • If you need another Data-Type, Open an Issue