Skip to content

Releases: fairecasoimeme/ZiGate

ZiGate v3.23 (OPDM)

17 Oct 16:27
Compare
Choose a tag to compare

Version 3.23

  • Add all mode to RAW command (Bound, short, IEEE, group, broadcast)
  • Fix WindowCovering to permit lift percentage
  • Fix : send defaultResponse only if ZCL

ZiGate v3.23 (Legacy)

17 Oct 16:30
Compare
Choose a tag to compare

Version 3.23

  • Add all mode to RAW command (Bound, short, IEEE, group, broadcast)
  • Fix WindowCovering to permit lift percentage
  • Fix : send defaultResponse only if ZCL

ZiGate v3.21 (Legacy)

10 Dec 15:50
Compare
Choose a tag to compare

Version 3.21

  • Add raw message when there are errors on write attribute command
  • Fix for Xiaomi and Lumi devices which ask manufacture code (0x115f) whith node descriptor request
  • Fix BindGroup command

ZiGate v3.20 (Legacy)

03 Sep 12:00
Compare
Choose a tag to compare

Version 3.20

  • Fix IASZONE to be more flexible
  • Fix Wiser endpoint

ZiGate_v3.21 (OPDM)

10 Dec 15:54
Compare
Choose a tag to compare

Version 3.21

  • Add raw message when there are errors on write attribute command
  • Fix for Xiaomi and Lumi devices which ask manufacture code (0x115f) whith node descriptor request
  • Fix BindGroup command

ZiGate v3.20 (OPDM)

03 Sep 12:05
Compare
Choose a tag to compare

Version 3.20

  • Fix IASZONE to be more flexible
  • Fix Wiser endpoint

v31.e

03 Sep 11:50
Compare
Choose a tag to compare
fix register

ZiGate v3.1e (final)

07 May 13:08
Compare
Choose a tag to compare

Version 3.1e

  • Add ACK + IEEE mode to RAW Mode
  • Add NPDU et APDU info on Status message (At the end (0x8000)
  • Add extended Message on 0x9999 command
  • Add LoRaTap command and add more compatibility on ON/OFF command
  • Add 8012/8072 command
  • Add Default response capability to RAW message
  • Fix memory issue to ZPSCFG 7 APS ACK MAX + 14 APDU + 14 NPDU + 70 Routing table
  • Fix BDB messages. Message filter when a device attack many endpoint
  • Fix duplicate packet in RAW/hybrid mode
  • Fix E_ZCL_ERR_SECURITY_RANGE on ZLO register
  • Fix HATransportKey function (Device Authentification)
  • Fix overflow on serial command
  • Fix Memory leak and clean APDU
  • Fix some other bugs
  • Delete Migration procedure

ZiGate v3.1e (Optimised PDM)

07 May 13:13
Compare
Choose a tag to compare

Optimised PDM VERSION

You have to use this firmware if you start from scratch (no device).

ZiGate v3.1d (final)

12 Oct 06:59
Compare
Choose a tag to compare
  • Add 0x8002 command (raw command) when cluster or attribute is unknown. #287 / #314
  • Add PDMonHost commands for future implementation #281
  • Add new message when PDM is loaded (usefull for PDMonHost implementation) #281
  • Add Write Attribute Request with no response #306
  • Add a new sequence number method to link status messages #296 / #298
  • Add rawmode hybrid and keep existing one #307
  • Upgrade UART RX buffer --> 255 octets instead of 127
  • Fix 0x8002 issue (raw command) Fix a leak on the aps_data_indication. Free APDU instance after treatment. (ZigPy fix)
  • Fix configure report when using 8 bits datatype #308
  • Fix 0x8100 vs 0x8102 #299
  • Fix ignore unknow attribute on configureReportingCommand --> (for DANFOSS with specific attribute)
  • Fix a callback function which run before a registering #293
  • Fix 24bits types handling #290
  • Fix When cluster is unknow and there is not customCallbackFunction, we transmit to 0x8002 command (actually, concern 0x0300, 0x0120 and 0x0005)
  • Fix Finally desactive 0x8035 command by default
  • Fix OTA bug for Legrand OTA
  • Fix Legrand timer for controler (increment all second and reset to 0 when restart)
  • Fix UART FIFO capacity
  • Fix name error on cluster capacity (in ZCL_options.h
    POWER_CONFIGURATION_SERVER --> POWER_CONFIGURATION_CLIENT
    BINARY_INPUT_BASIC_SERVER --> BINARY_INPUT_BASIC_CLIENT
    delete ELECTRICAL_MEASUREMENT_SERVER
  • Change MAX_PACKET_SIZE ( for PDMonHost implementation)
  • Fix some other bugs