Heiman temp sensor connection to XBee gateway

Hi,
Are there any possibility to connect Heimand Z-Wave sensor to Digi XBee gateway?
Heiman datasheet:
https://products.z-wavealliance.org/products/2321

Any manual or guide how to connect other then Digi Zigbee sensors to Digi XBee gateway?
Br
Rait

No that product uses its own Protocol called Z-Wave. The Gateways use a Zigbee protocol.

What about this one:
https://www.aliexpress.com/item/Smart-Zigbee-things-temperature-sensor-humidity-sensor-for-home-environment-detector/32802823858.html?spm=2114.search0104.3.246.XztmO6&ws_ab_test=searchweb0_0,searchweb201602_5_10152_10170_10065_10151_10344_10068_10345_10342_5660015_10343_10340_10341_10541_10084_10083_10307_10303_10302_10060_10155_10154_10056_10055_10539_10537_10312_10313_10536_10059_10314_10534_10533_100031_5650015_10550_10103_10073_10551_10102_10552_5670015_10553_10554_10557_10142_10107-10552,searchweb201603_14,ppcSwitch_7&btsid=6156d8f7-7ade-4015-bbbe-7c5e6584087d&algo_expid=c4c2b38b-eba4-4296-8109-59c20ee9b85d-30&algo_pvid=c4c2b38b-eba4-4296-8109-59c20ee9b85d

That one uses the Zigbee HA 1.2 profile. With the proper configuration changes to the default settings on the gateway and with the proper python code written I think it would work.

Any guidelines or instruction docs how to add HA 1.2 suitable settings to digi gateway?

https://forms.na1.netsuite.com/app/site/hosting/scriptlet.nl?script=457&deploy=2&compid=818164&h=5928a16f2b6f9582b799&articleid=386

The rest of it you will need to talk to the manufacture of the device and use the info on zigbee.org or within the product manual for the XBee.

Received this information from Heiman.
I’m ready to outsource (pay) if someone would like to provide me functioning code/setup according to this information:
Temperature& Humdity Configure reporting(request)
Device battery report(configure reporting request)
Head: FA
Length: 10
Basic Command:3D
Target device short address: 9A A0
Target device ep:01
Cluster:0204(Temperature Cluster)
Cmmand ID:06
Direction: 00
Attribute ID:00 00
Attr Data Type:29
Mini report time(s):05 00 (5s)
Max report time(s):64 00 (100s)
Reporting change threshold: 01 00
Verfication:73
End:F5
Test Command: FA 10 3D 9A A0 01 02 04 06 00 00 00 29 05 00 64 00 00 73 F5

Bind (request)
End:FA
Length:18
bind Basic Command:45
Target device short address:9A A0(This item is missing from the protocol document)
Original device MAC address:C1 C8 E7 0B 00 6F 0D 00
Original device ep:01
Cluster of Bind device:02 04(temperature)
Target device address type:03
Target device MAC address:2C B3 E7 0B 00 6F 0D 00
Target device ep:01
Verification:BD
End code:F5
Test Command: FA 18 45 9A A0 C1 C8 E7 0B 00 6F 0D 00 01 01 00 03 2C B3 E7 0B 00 6F 0D 00 01 AE F5