Page 1 of 2

zigate

Posted: Wednesday 30 May 2018 21:43
by jessy1984
hi
i have installed zigate , well took me 5 hours to get it to work but finally its in the hardware list.
now what further ??

zigate plugin is installed

now i have to put it in permit join mode??

how must i do this ? there is no info i can find then just saying put it in permit join mode
were in domoticz can i do this

the wiki is also verry short with not much info
on zigate.fr i find the same

and my French is terrible so on that forum i 'm completely lost

Re: zigate

Posted: Thursday 31 May 2018 9:43
by LouiS22
Depends on your zigbee hardware, but in short you have to enable "accept new hardware" in domoticz. Then you have to follow your zigbee device's inclusion (join) process. That's all, if everything went well, then you'll find your device in the device section.

Re: zigate

Posted: Thursday 14 June 2018 19:57
by hoeby
Today i started whit my zigate, i choose for the version whit wifi.
The assembly is easy.

A small manual about How did i do the setup (maybe it is not the correct way, but it worked).
First check the versions Domoticz must be version 3.87xx or higher.
Python must be version 3.4 or higher.

Which version Python version is installed?:
- Open putty and make a SSH connection whit your raspberry pi
- Give the command: python3 -V
- It will respond whit your python version.

how to install Python (if necessary):
- Open putty and make a SSH connection whit your raspberry pi
- Give the command: sudo apt install python3
- Python will be installed

***Add Zigate plugin to domoticz***
- Open putty and make a SSH connection whit your raspberry pi
- Go to the plugin directory, by command: cd domoticz/plugins
- Give the command: git clone https://github.com/sasu-drooz/Domoticz-Zigate.git
- When the clone is done, give the command: sudo /etc/init.d/domoticz.sh restart
- Domoticz will restart

Do a check: Go to setup-->hardware.
In the pull-down menu "type", the zigate plugin is added

***Update the Zigate***
- Open putty and make a SSH connection whit your raspberry pi
- Go to the plugin directory, by command: cd domoticz/plugins/Domoticz-Zigate
- Give the command: git pull
- When done, give the command: sudo /etc/init.d/domoticz.sh restart
- Domoticz will restart

***Zigate wifi gateway setup***
- Connect the gateway to a powerconnection
- Search the SSID whit a wifi device. SSID name = "Zigate-XXXX". The XXXX are the last 4 digits of the mac address
- Login on the SSID. The password is "adminXXXX". The XXXX are the last 4 digits of the mac address
- Open a browser and connect to http://192.168.4.1
- The setup page will open, fill in the data. WATCH OUT, no DHCP possible. Needs to be a fixt IP address
- When ready, click on SAVE

Go to domoticz browser. To setup-->hardware
Add the zigate and fill in all the data. Port number needs to be 9999
Default the channel is on 11. But there are zigbee devices which don't work with that number. I changed it to 13 and no problems.
When added in domoticz. Go to the LOG page to check is the zigate is ready.

Now you are ready to connect devices.
At the first moment i had problems adding devices. I cound't find the paring mode.
Don't know if i did i right, i putt the zigate debug mode from NONE to CONNECTIONS ONLY.
After that i could connect the device.

Have fun whit it


The only thing i discovered and need a look over.
I also have the xiaomu gateway. All devices connected whit that gateway also gives a battery voltage.
Whit the zigate i only have the switch function, but not a battery voltage.
I hope to find how the zigate can give that information. Can be usefull when the battery is empty, to send automatically an e-mail

Re: zigate

Posted: Sunday 08 July 2018 12:35
by jessy1984
hi thank you for the info

i am trieing to ad an Ikea tradfri bulb

i did set the channel to 13
and debug to connection only

this cous zigate wasnt recieving anything

now it dous recieve the bulb but just says

Code: Select all

2018-07-08 12:24:31.692 (zigate) Sending 14 bytes of data 
2018-07-08 12:24:31.792 (zigate) Received 77 bytes of data 
2018-07-08 12:24:31.792 (zigate) Received 2 bytes of data 
2018-07-08 12:24:31.793 (zigate) Received 2 bytes of data 
2018-07-08 12:24:31.793 (zigate) Received 1 bytes of data 
2018-07-08 12:24:31.793 (zigate) Received 1 bytes of data 
2018-07-08 12:24:31.793 (zigate) Received 1 bytes of data 
2018-07-08 12:24:31.793 (zigate) Received 2 bytes of data 
2018-07-08 12:24:31.793 (zigate) Received 1 bytes of data 
2018-07-08 12:24:31.793 (zigate) Received 1 bytes of data 
2018-07-08 12:24:31.793 (zigate) Received 2 bytes of data 
2018-07-08 12:24:31.793 (zigate) Received 2 bytes of data 
2018-07-08 12:24:31.793 (zigate) Received 1 bytes of data 
2018-07-08 12:24:31.793 (zigate) Received 1 bytes of data 
2018-07-08 12:24:31.793 (zigate) Received 1 bytes of data 
2018-07-08 12:24:31.793 (zigate) Received 1 bytes of data 
2018-07-08 12:24:31.794 (zigate) onMessage called 
in log

nothing is added to devices

but what i do see now after i restarted domotics is again an other error

Code: Select all

2018-07-08 12:24:41.822 (zigate) onMessage called 
2018-07-08 12:24:41.822 (zigate) onMessage called 
2018-07-08 12:24:41.820 Error: (zigate) 'onMessage' failed 'KeyError'. 
2018-07-08 12:24:41.820 Error: (zigate) ----> Line 307 in /home/pi/domoticz/plugins/domoticz-zigate/plugin.py, function onMessage 
2018-07-08 12:24:41.820 Error: (zigate) ----> Line 121 in /home/pi/domoticz/plugins/domoticz-zigate/plugin.py, function onMessage 
2018-07-08 12:24:41.820 Error: (zigate) ----> Line 374 in /home/pi/domoticz/plugins/domoticz-zigate/plugin.py, function ZigateDecode 
2018-07-08 12:24:41.820 Error: (zigate) ----> Line 531 in /home/pi/domoticz/plugins/domoticz-zigate/plugin.py, function ZigateRead 
2018-07-08 12:24:41.820 Error: (zigate) ----> Line 707 in /home/pi/domoticz/plugins/domoticz-zigate/plugin.py, function Decode8043 

Re: zigate

Posted: Sunday 08 July 2018 14:58
by jessy1984
i dont get the error anymore

and debug is set to all
this is the log

Code: Select all

8 Status: (zigate) Initialized version 2.3.5, author 'zaraki673' 
2018-07-08 14:48:34.814 Status: RFXCOM: Using serial port: /dev/ttyUSB1 
2018-07-08 14:48:35.465 Error: RFXCOM: Invalid data received!.... 
2018-07-08 14:49:23.869 (zigate) Decode8000 - Reception status : Success, SQN : 45, Message : 
2018-07-08 14:49:23.869 (zigate) ZigateDecode - decodind data : 0180450210021754760210bdec02110211b103 
2018-07-08 14:49:23.869 (zigate) ZigateRead - decoded data : 0180450007547600bdec0101b103 
2018-07-08 14:49:23.869 (zigate) ZigateRead - Message Type : 8045, Data : 7600bdec0101, RSSI : b1, Length : 0007, Checksum : 54 
2018-07-08 14:49:23.869 (zigate) ZigateRead - MsgType 8045 - Reception Active endpoint response : 0180450007547600bdec0101b103 
2018-07-08 14:49:23.869 (zigate) Decode8045 - Reception Active endpoint response : SQN : 76, Status 00, short Addr bdec, EP count 01, Ep list 01 
2018-07-08 14:49:28.351 Status: New sensors allowed for 5 minutes... 
2018-07-08 14:49:33.748 (zigate) Pushing 'onHeartbeatCallback' on to queue 
2018-07-08 14:49:33.786 (zigate) Processing 'onHeartbeatCallback' message 
2018-07-08 14:49:33.786 (zigate) Calling message handler 'onHeartbeat'. 
2018-07-08 14:49:33.787 (zigate) ListOfDevices : {'bdec': {'Heartbeat': '0', 'Battery': {}, 'Ep': {'01': {}}, 'ZDeviceID': {}, 'IEEE': '90fd9ffffeec22c9', 'Status': '8045', 'ProfileID': {}, 'Model': {}, 'MacCapa': '8e', 'RIA': '0', 'Type': {}}} 
2018-07-08 14:49:33.787 (zigate) Envoie une demande Simple Descriptor request pour avoir les informations du EP :01, du device adresse : bdec 
2018-07-08 14:49:33.787 (zigate) sendZigateCmd - length is : 0003 
2018-07-08 14:49:33.787 (zigate) getChecksum - Checksum : 0x10 
2018-07-08 14:49:33.787 (zigate) ZigateEncode - Encodind data : 0043 
2018-07-08 14:49:33.787 (zigate) Transcode in : 0043 / out :021043 
2018-07-08 14:49:33.787 (zigate) ZigateEncode - Encodind data : 0003 
2018-07-08 14:49:33.787 (zigate) Transcode in : 0003 / out :02100213 
2018-07-08 14:49:33.787 (zigate) ZigateEncode - Encodind data : 10 
2018-07-08 14:49:33.788 (zigate) Transcode in : 10 / out :10 
2018-07-08 14:49:33.788 (zigate) ZigateEncode - Encodind data : bdec01 
2018-07-08 14:49:33.788 (zigate) Transcode in : bdec01 / out :bdec0211 
2018-07-08 14:49:33.788 (zigate) sendZigateCmd - Comand send : 010210430210021310bdec021103 
2018-07-08 14:49:33.788 (zigate) Pushing 'WriteDirective' on to queue 
2018-07-08 14:49:33.788 (zigate) HB count = 5 
2018-07-08 14:49:33.788 (zigate) Processing 'WriteDirective' message 
2018-07-08 14:49:33.788 (zigate) Sending 14 bytes of data 
2018-07-08 14:49:33.788 (zigate) 01 02 10 43 02 10 02 13 10 bd ec 02 11 03 .. .. .. .. .. .. ...C.....��... 
2018-07-08 14:49:33.864 (zigate) Pushing 'ReadEvent' on to queue 
2018-07-08 14:49:33.888 (zigate) Processing 'ReadEvent' message 
2018-07-08 14:49:33.888 (zigate) Received 95 bytes of data 
2018-07-08 14:49:33.889 (zigate) 01 80 02 10 02 10 02 15 b1 02 10 77 02 10 43 02 10 03 01 80 .�......�..w..C....� 
2018-07-08 14:49:33.889 (zigate) 43 02 10 28 f1 77 02 10 bd ec 22 02 11 c0 5e 02 12 02 10 02 C..(�w..��"..�^..... 
2018-07-08 14:49:33.889 (zigate) 12 02 19 02 10 02 10 02 10 02 13 02 10 02 14 02 10 02 15 02 .................... 
2018-07-08 14:49:33.889 (zigate) 10 02 16 02 10 02 18 02 13 02 10 02 1b 02 15 10 02 10 02 14 .................... 
2018-07-08 14:49:33.889 (zigate) 02 10 02 15 02 10 19 02 10 20 10 02 10 b1 03 .. .. .. .. .. .............�. 
2018-07-08 14:49:33.889 (zigate) Pushing 'onMessageCallback' on to queue 
2018-07-08 14:49:33.889 (zigate) Processing 'onMessageCallback' message 
2018-07-08 14:49:33.889 (zigate) Calling message handler 'onMessage'. 
2018-07-08 14:49:33.889 (zigate) onMessage called 
2018-07-08 14:49:33.889 (zigate) ZigateDecode - decodind data : 0180021002100215b1021077021043021003 
2018-07-08 14:49:33.889 (zigate) ZigateRead - decoded data : 0180000005b1007700430003 
2018-07-08 14:49:33.889 (zigate) ZigateRead - Message Type : 8000, Data : 00770043, RSSI : 00, Length : 0005, Checksum : b1 
2018-07-08 14:49:33.890 (zigate) ZigateRead - MsgType 8000 - reception status : 0180000005b1007700430003 
2018-07-08 14:49:33.890 (zigate) Decode8000 - Reception status : Success, SQN : 43, Message : 
2018-07-08 14:49:33.890 (zigate) ZigateDecode - decodind data : 018043021028f1770210bdec220211c05e021202100212021902100210021002130210021402100215021002160210021802130210021b0215100210021402100215021019021020100210b103 
2018-07-08 14:49:33.890 (zigate) ZigateRead - decoded data : 0180430028f17700bdec2201c05e0200020900000003000400050006000803000b051000040005001900201000b103 
2018-07-08 14:49:33.891 (zigate) ZigateRead - Message Type : 8043, Data : 7700bdec2201c05e0200020900000003000400050006000803000b051000040005001900201000, RSSI : b1, Length : 0028, Checksum : f1 
2018-07-08 14:49:33.891 (zigate) ZigateRead - MsgType 8043 - Reception Simple descriptor response 0180430028f17700bdec2201c05e0200020900000003000400050006000803000b051000040005001900201000b103 
2018-07-08 14:49:33.891 (zigate) Decode8043 - Reception Simple descriptor response : SQN : 77, Status : 00, short Addr : bdec, Lenght : 22 
2018-07-08 14:49:33.891 (zigate) Decode8043 - Reception Simple descriptor response : EP : 01, Profile : c05e, Device Id : 0200, Bit Field : 02 
2018-07-08 14:49:33.891 (zigate) Decode8043 - Reception Simple descriptor response : In Cluster Count : 09 
2018-07-08 14:49:33.891 (zigate) Decode8043 - Reception Simple descriptor response : Cluster in: 0000 
2018-07-08 14:49:33.891 (zigate) Decode8043 - Reception Simple descriptor response : Cluster in: 0003 
2018-07-08 14:49:33.891 (zigate) Decode8043 - Reception Simple descriptor response : Cluster in: 0004 
2018-07-08 14:49:33.891 (zigate) Decode8043 - Reception Simple descriptor response : Cluster in: 0005 
2018-07-08 14:49:33.891 (zigate) Decode8043 - Reception Simple descriptor response : Cluster in: 0006 
2018-07-08 14:49:33.891 (zigate) Decode8043 - Reception Simple descriptor response : Cluster in: 0008 
2018-07-08 14:49:33.891 (zigate) Decode8043 - Reception Simple descriptor response : Cluster in: 0300 
2018-07-08 14:49:33.891 (zigate) Decode8043 - Reception Simple descriptor response : Cluster in: 0b05 
2018-07-08 14:49:33.892 (zigate) Decode8043 - Reception Simple descriptor response : Cluster in: 1000 
2018-07-08 14:49:33.892 (zigate) Decode8043 - Reception Simple descriptor response : Out Cluster Count : 04 
2018-07-08 14:49:33.892 (zigate) Decode8043 - Reception Simple descriptor response : Cluster out: 0000 
2018-07-08 14:49:33.892 (zigate) Decode8043 - Reception Simple descriptor response : Cluster out: 0003 
2018-07-08 14:49:33.892 (zigate) Decode8043 - Reception Simple descriptor response : Cluster out: 0004 
2018-07-08 14:49:33.892 (zigate) Decode8043 - Reception Simple descriptor response : Cluster out: 0005 
2018-07-08 14:49:43.750 (zigate) Pushing 'onHeartbeatCallback' on to queue 
2018-07-08 14:49:43.759 (zigate) Processing 'onHeartbeatCallback' message 
2018-07-08 14:49:43.759 (zigate) Calling message handler 'onHeartbeat'. 
2018-07-08 14:49:43.760 (zigate) ListOfDevices : {'bdec': {'Heartbeat': '0', 'Battery': {}, 'Ep': {'01': {'0008': {}, '0006': {}, '0005': {}, '0b05': {}, '0300': {}, '0004': {}, '0003': {}, '1000': {}, '0000': {}}}, 'ZDeviceID': '0200', 'IEEE': '90fd9ffffeec22c9', 'Status': '8043', 'ProfileID': 'c05e', 'Model': {}, 'MacCapa': '8e', 'RIA': '0', 'Type': {}}} 
2018-07-08 14:49:43.760 (zigate) HB count = 6 
2018-07-08 14:49:53.752 (zigate) Pushing 'onHeartbeatCallback' on to queue 
2018-07-08 14:49:53.776 (zigate) Processing 'onHeartbeatCallback' message 
2018-07-08 14:49:53.776 (zigate) Calling message handler 'onHeartbeat'. 
2018-07-08 14:49:53.777 (zigate) ListOfDevices : {'bdec': {'Heartbeat': '1', 'Battery': {}, 'Ep': {'01': {'0008': {}, '0006': {}, '0005': {}, '0b05': {}, '0300': {}, '0004': {}, '0003': {}, '1000': {}, '0000': {}}}, 'ZDeviceID': '0200', 'IEEE': '90fd9ffffeec22c9', 'Status': '8043', 'ProfileID': 'c05e', 'Model': {}, 'MacCapa': '8e', 'RIA': '0', 'Type': {}}} 
2018-07-08 14:49:53.777 (zigate) HB count = 7 
2018-07-08 14:50:03.753 (zigate) Pushing 'onHeartbeatCallback' on to queue 
2018-07-08 14:50:03.794 (zigate) Processing 'onHeartbeatCallback' message 
2018-07-08 14:50:03.794 (zigate) Calling message handler 'onHeartbeat'. 
2018-07-08 14:50:03.794 (zigate) ListOfDevices : {'bdec': {'Heartbeat': '2', 'Battery': {}, 'Ep': {'01': {'0008': {}, '0006': {}, '0005': {}, '0b05': {}, '0300': {}, '0004': {}, '0003': {}, '1000': {}, '0000': {}}}, 'ZDeviceID': '0200', 'IEEE': '90fd9ffffeec22c9', 'Status': '8043', 'ProfileID': 'c05e', 'Model': {}, 'MacCapa': '8e', 'RIA': '0', 'Type': {}}} 

but still do not get anything in devices
also tried to update zigate firmware
but i do not get a com port to select for the usb on my computer
drivers i did install its windows 10

starting to think this zigate is just waste of time and money
on the website of zigate there is also nowere to contact someone for help

Re: zigate

Posted: Friday 13 July 2018 19:40
by jessy1984
little update,

after doing a firmware update to the zigate and erase eeprom
the zigate dous work , or i tought

i was able to ad the tradfri bulb
3 new devices were added
when i now operate the swich in domoticz i see that zigate is sending a signal but no responce from the lamp

after that there was an update from domoticz
i did this update and again lots of errors
cleared the eeprom again from the zigate
added the bulb again but still same problem

i can not switch the lamp on of dim or also can not change color

Re: zigate

Posted: Thursday 19 July 2018 13:38
by salopette
how can you install it on Windows? Did not find anything in the wiki!

Re: zigate

Posted: Sunday 22 July 2018 12:43
by jessy1984
Hi i only did the firmware update in windows for the zigate usb. Domoticz and zigate itself is running on raspberry pi here.
Further it still dous not work with the ikea bulb or remote . And im not gonne invest more in this as it also looks like this is gonne change soon .
I need something that ll give me a status update when i use the remotes in domoticz and something that is reliable. At the moment zigate isnt it

Re: zigate

Posted: Tuesday 14 August 2018 9:59
by pipiche
jessy1984 wrote: Sunday 22 July 2018 12:43 I need something that ll give me a status update when i use the remotes in domoticz and something that is reliable. At the moment zigate isnt it
@jessy1984 would you mind to report it to the Zigate GitHub issue ( https://github.com/sasu-drooz/Domoticz-Zigate/issues ) ?

I have for instance build a "developement" branch on which I'm trying to address a number of enhancements.

Re: zigate

Posted: Friday 17 August 2018 15:12
by snuiter
This is a very interesting topic, so I instantly installed the plugin and got it in my hardware list. I have a USB zwave module from Aeotec gen5. I have got the hardware configured in domoticz as it should but I am not able to add any devices from my xiaomi gateway network, temperature or door sensor or wall sockets.

Any suggestions as I don't see anything in the log, set on full, a part from the HB count and the list of devices stating nothing.

Can't find much information on Zigate yet.

I did have an error a few times which states the following, no clue what is means
Error: CConnection_disconnect, disconnection request from 'Zigate' ignored. Transport does not exist.

Any help appreciated.

Thanks,
Ivo

Re: zigate

Posted: Friday 17 August 2018 15:47
by EddyG
There is a differance between Zwave and Zigbee.

Re: zigate

Posted: Friday 17 August 2018 16:01
by snuiter
Damn, I was afraid of that.

Thanks! Zigate deleted :(

Re: zigate

Posted: Sunday 19 August 2018 20:42
by pipiche
For your aotec you must use Open ZWAVE ;-)

Re: zigate

Posted: Monday 27 August 2018 22:28
by pheerink
I have installed the zigate dongle end installed the pyton script but I get errors when i shake for instance the xiaomi cube. I have paired the cube several times and sometimes I do get a log without errors and a device created. Hoever, sometimes I do get errors as highlighted below. Never the device has been updated by domoticz but when I shake the cube I see a lot of extra lines in the log which means that it is working ? Can someone help me to these devices working with the cube or with the motion sensor ?

Code: Select all

2018-08-27 22:11:20.614 (Zigate) Processing 'onMessageCallback' message
2018-08-27 22:11:20.614 (Zigate) Calling message handler 'onMessage'.
2018-08-27 22:11:20.614 (Zigate) onMessage called
2018-08-27 22:11:20.614 (Zigate) ZigateDecode - decodind data : 018102120210118b2c69021b02130210021c02105502103902100214c2c2c2c23003
2018-08-27 22:11:20.614 (Zigate) ZigateRead - decoded data : 01810200118b2c690b03000c005500390004c2c2c2c23003
2018-08-27 22:11:20.615 (Zigate) ZigateRead - Message Type : 8102, Data : 2c690b03000c005500390004c2c2c2c2, RSSI : 30, Length : 0011, Checksum : 8b
2018-08-27 22:11:20.615 (Zigate) ZigateRead - MsgType 8102 - Report Individual Attribute response : 01810200118b2c690b03000c005500390004c2c2c2c23003
2018-08-27 22:11:20.615 (Zigate) Decode8102 - reception data : c2c2c2c2 ClusterID : 000c Attribut ID : 0055 Src Addr : 690b Scr Ep: 03
2018-08-27 22:11:20.615 (Zigate) MajDomoDevice - Device ID : 690b - Device EP : 03 - Type : 000c - Value : c2c2c2c2
2018-08-27 22:11:20.155 Error: (Zigate) 'onMessage' failed 'error':'argument out of range'.
2018-08-27 22:11:20.155 Error: (Zigate) ----> Line 334 in /home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py, function onMessage
2018-08-27 22:11:20.155 Error: (Zigate) ----> Line 118 in /home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py, function onMessage
2018-08-27 22:11:20.155 Error: (Zigate) ----> Line 405 in /home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py, function ZigateDecode
2018-08-27 22:11:20.155 Error: (Zigate) ----> Line 650 in /home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py, function ZigateRead
2018-08-27 22:11:20.155 Error: (Zigate) ----> Line 853 in /home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py, function Decode8102
2018-08-27 22:11:20.155 Error: (Zigate) ----> Line 1471 in /home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py, function ReadCluster
2018-08-27 22:11:20.155 Error: (Zigate) ----> Line 1213 in /home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py, function MajDomoDevice
2018-08-27 22:11:20.615 Error: (Zigate) 'onMessage' failed 'error':'argument out of range'.
2018-08-27 22:11:20.615 Error: (Zigate) ----> Line 334 in /home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py, function onMessage
2018-08-27 22:11:20.615 Error: (Zigate) ----> Line 118 in /home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py, function onMessage
2018-08-27 22:11:20.615 Error: (Zigate) ----> Line 405 in /home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py, function ZigateDecode
2018-08-27 22:11:20.616 Error: (Zigate) ----> Line 650 in /home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py, function ZigateRead
2018-08-27 22:11:20.616 Error: (Zigate) ----> Line 853 in /home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py, function Decode8102
2018-08-27 22:11:20.616 Error: (Zigate) ----> Line 1471 in /home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py, function ReadCluster
2018-08-27 22:11:20.616 Error: (Zigate) ----> Line 1213 in /home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py, function MajDomoDevice
2018-08-27 22:11:27.301 (Zigate) Pushing 'onHeartbeatCallback' on to queue
2018-08-27 22:11:27.328 (Zigate) Processing 'onHeartbeatCallback' message
2018-08-27 22:11:27.328 (Zigate) Calling message handler 'onHeartbeat'.
2018-08-27 22:11:27.328 (Zigate) ListOfDevices : {'5d13': {'Ep': {'02': {'0012': '0000'}, '01': {'0000': {}}}, 'Model': 'lumi.sensor_cube.aqg', 'ZDeviceID': {}, 'Status': 'inDB', 'Battery': {}, 'Type': 'XCube', 'Heartbeat': '19000', 'MacCapa': '80', 'RIA': '11', 'ProfileID': {}, 'IEEE': '00158d000276ec98'}, '01fb': {'Ep': {'01': {'0000': {}, '0600': {}, '0003': {}, '0019': {}, '0012': {}}}, 'MacCapa': '80', 'ZDeviceID': '5f01', 'RIA': '10', 'Battery': {}, 'Type': 'XCube/', 'Heartbeat': '19000', 'Model': 'lumi.sensor_cube.aqg', 'ProfileID': '0104', 'Status': 'inDB', 'IEEE': '00158d000276ec98'}, '690b': {'Ep': {'03': {'000c': '01f4'}, '02': {'0012': '0053'}, '01': {'0000': {}}}, 'Model': 'lumi.sensor_cube.aqgl01', 'ZDeviceID': {}, 'Status': 'inDB', 'Battery': {}, 'Type': 'XCube', 'Heartbeat': '19000', 'MacCapa': '80', 'RIA': '56', 'ProfileID': {}, 'IEEE': '00158d000276ec98'}}
2018-08-27 22:11:27.330 (Zigate) HB count = 106
2018-08-27 22:11:37.303 (Zigate) Pushing 'onHeartbeatCallback' on to queue
2018-08-27 22:11:37.351 (Zigate) Processing 'onHeartbeatCallback' message
2018-08-27 22:11:37.351 (Zigate) Calling message handler 'onHeartbeat'.
2018-08-27 22:11:37.352 (Zigate) ListOfDevices : {'5d13': {'Ep': {'02': {'0012': '0000'}, '01': {'0000': {}}}, 'Model': 'lumi.sensor_cube.aqg', 'ZDeviceID': {}, 'Status': 'inDB', 'Battery': {}, 'Type': 'XCube', 'Heartbeat': '19001', 'MacCapa': '80', 'RIA': '11', 'ProfileID': {}, 'IEEE': '00158d000276ec98'}, '01fb': {'Ep': {'01': {'0000': {}, '0600': {}, '0003': {}, '0019': {}, '0012': {}}}, 'MacCapa': '80', 'ZDeviceID': '5f01', 'RIA': '10', 'Battery': {}, 'Type': 'XCube/', 'Heartbeat': '19001', 'Model': 'lumi.sensor_cube.aqg', 'ProfileID': '0104', 'Status': 'inDB', 'IEEE': '00158d000276ec98'}, '690b': {'Ep': {'03': {'000c': '01f4'}, '02': {'0012': '0053'}, '01': {'0000': {}}}, 'Model': 'lumi.sensor_cube.aqgl01', 'ZDeviceID': {}, 'Status': 'inDB', 'Battery': {}, 'Type': 'XCube', 'Heartbeat': '19001', 'MacCapa': '80', 'RIA': '56', 'ProfileID': {}, 'IEEE': '00158d000276ec98'}}
2018-08-27 22:11:37.353 (Zigate) HB count = 107
2018-08-27 22:11:37.897 (RFXCom) Temp + Humidity (Unknown)
2018-08-27 22:11:38.482 (RFXCom) Temp + Humidity (Unknown)
2018-08-27 22:11:44.777 (RFXCom) Temp + Humidity (Temp buiten)
2018-08-27 22:11:47.304 (Zigate) Pushing 'onHeartbeatCallback' on to queue
2018-08-27 22:11:47.321 (Zigate) Processing 'onHeartbeatCallback' message
2018-08-27 22:11:47.321 (Zigate) Calling message handler 'onHeartbeat'.
/code]

Re: zigate

Posted: Tuesday 28 August 2018 7:34
by pipiche
jessy1984 wrote:hi
i have installed zigate , well took me 5 hours to get it to work but finally its in the hardware list.
now what further ??

zigate plugin is installed

now i have to put it in permit join mode??

how must i do this ? there is no info i can find then just saying put it in permit join mode
were in domoticz can i do this

the wiki is also verry short with not much info
on zigate.fr i find the same

and my French is terrible so on that forum i 'm completely lost
Hello,

Could you try to use the development branch of the plugin ?
Just recently push a version handling cube .

You’ll need to redo the pairing ... so if you can remove previously paired xxube


Envoyé de mon iPhone en utilisant Tapatalk

Re: zigate

Posted: Saturday 08 September 2018 9:45
by pipiche
Please follow-up on viewtopic.php?f=28&t=24789

Re: zigate

Posted: Monday 05 November 2018 7:01
by MiKa
Hi,
possible to install two zigate in one Domoticz setup?
One USB and one Wifi, or two Wifi???
Regards,
MiKa

Re: zigate

Posted: Monday 05 November 2018 8:57
by pipiche
Yes you can but only starting with the beta version.

In case you want to do it with the master branch I would suggest to duplicate the Domotciz-Zigate folder with 2 different name. So you can create 2 hardware

Re: zigate

Posted: Wednesday 21 November 2018 20:40
by cgraun
Hi,
just a newbie (and surely stupid) question.

I've just installed Zigate plugin following the instructions in the Wiki over a clean installation of Domoticz and the Zigate Plugin device type is not listed as expected in the dropdown list.
Any clue? Any recommended checks?

The setup is:
  • Raspberry Pi 3 B+
  • Raspbian Stretch Lite as of June 2018
  • Python v3.5.3
  • Domoticz v4.97
  • Zigate plugin v3.0.4
Thanks in advance

Re: zigate

Posted: Wednesday 21 November 2018 21:03
by pipiche
@cgraun, Welcome ;-

the plugin ( Domoticz-Zigate folder ) should be installed under the domoticz/plugin directory . Is that what you have done ?

You also need to restart Domoticz in order that he find the plugin