Hello, im felix and im quite new to Home Assistant and this community.
I have a problem with Home Assistant 0.88.1 and the Zigbee Conbee stick from Dresden Electronics.
What ive done sofar:
- Plugged the Conbee into the Raspberry 3B+, running HassOS 2.8.
- Installed deCONZ via official Addos and setup the config to “/dev/ttyUSB0”
- setup the Conbee at the Phoscon app and added two Xiaomi Aqara Motion Sensors. They showed up and i can see the stats and if it recognise motion. (it does)
- goes to “configuration - integration” and setup the “deCONZ Zigbee Gateway”.
filled the ip: xxx.xxx.1.5 (raspis IP), and port: 9880. “The config creation for deCONZ-00xxxxxxxxx was successfull” - at the deCONZ-config menu i can see the two Motion Sensors
(and strangely a “PHDL00” daylight Sensor from Philips, which i never set up.)
And now im stucked. The two Motion Sensors always say “unavailable”.
Several reboots, complete new setups (list above) didnt help.
Does anyone have a clue what it can be?
here is a summary of my deconz related debug-log:
2019-02-28 10:57:26 DEBUG (MainThread) [pydeconz] {'config': {'UTC': '2019-02-28T09:57:26',
'apiversion': '1.16.0',
'backup': {'errorcode': 0, 'status': 'idle'},
'bridgeid': 'XXXXXXX',
'datastoreversion': '60',
'devicename': 'ConBee',
'dhcp': True,
'factorynew': False,
'fwversion': '0x262f0500',
'gateway': '172.30.33.1',
'internetservices': {'remoteaccess': 'disconnected'},
'ipaddress': '172.30.33.X',
'linkbutton': False,
'localtime': '2019-02-28T10:57:26',
'mac': '02:42:ac:1e:21:01',
'modelid': 'deCONZ',
'name': 'Hassio_GW',
'netmask': '255.255.254.0',
'networkopenduration': 60,
'panid': XXXXX,
'portalconnection': 'disconnected',
'portalservices': False,
'portalstate': {'communication': 'disconnected',
'incoming': False,
'outgoing': False,
'signedon': False},
'proxyaddress': 'none',
'proxyport': 0,
'replacesbridgeid': None,
'rfconnected': True,
'starterkitid': '',
'swupdate': {'checkforupdate': False,
'devicetypes': {'bridge': False,
'lights': [],
'sensors': []},
'notify': False,
'text': '',
'updatestate': 0,
'url': ''},
'swupdate2': {'autoinstall': {'on': False, 'updatetime': ''},
'bridge': {'lastinstall': '2019-02-14T20:05:40',
'state': 'allreadytoinstall'},
'checkforupdate': False,
'install': False,
'lastchange': '',
'lastinstall': '',
'state': 'allreadytoinstall'},
'swversion': '2.5.59',
'timeformat': '24h',
'timezone': 'Etc/GMT-1',
'uuid': 'XXXXXXXXX',
'websocketnotifyall': True,
'websocketport': 8080,
'whitelist': {'0FDF472B77': {'create date': '2019-02-27T20:35:24',
'last use date': '2019-02-27T20:52:48',
'name': 'pydeconz'},
'2DD7300899': {'create date': '2019-02-27T20:31:49',
'last use date': '2019-02-27T20:31:56',
'name': 'pydeconz'},
'3FC0E0A96D': {'create date': '2019-02-27T21:37:46',
'last use date': '2019-02-27T21:37:49',
'name': 'pydeconz'},
'47A5ACEB24': {'create date': '2019-02-27T20:26:22',
'last use date': '2019-02-27T22:53:43',
'name': 'Phoscon#B1349x915'},
'505642DDE9': {'create date': '2019-02-28T09:56:03',
'last use date': '2019-02-28T09:57:26',
'name': 'pydeconz'},
'60BF672531': {'create date': '2019-02-28T09:37:00',
'last use date': '2019-02-28T09:57:23',
'name': 'Phoscon#B412x657'},
'A17C18D5E9': {'create date': '2019-02-27T22:45:20',
'last use date': '2019-02-28T09:14:53',
'name': 'pydeconz'},
'C996977599': {'create date': '2019-02-27T22:30:30',
'last use date': '2019-02-27T22:30:32',
'name': 'pydeconz'},
'CC0EB9C158': {'create date': '2019-02-27T21:51:52',
'last use date': '2019-02-27T22:24:07',
'name': 'pydeconz'}},
'zigbeechannel': 15},
'groups': {},
'lights': {},
'resourcelinks': {},
'rules': {},
'scenes': {},
'schedules': {},
'sensors': {'1': {'config': {'configured': True,
'on': True,
'sunriseoffset': 30,
'sunsetoffset': -30},
'etag': 'XXXXX',
'manufacturername': 'Philips',
'modelid': 'PHDL00',
'name': 'Daylight',
'state': {'dark': False,
'daylight': True,
'lastupdated': '2019-02-28T09:51:18',
'status': 160},
'swversion': '1.0',
'type': 'Daylight',
'uniqueid': 'XXXXX'},
'2': {'config': {'battery': 100,
'duration': 90,
'on': True,
'reachable': True,
'temperature': 0},
'ep': 1,
'etag': 'XXXXX',
'manufacturername': 'LUMI',
'modelid': 'lumi.sensor_motion',
'name': 'BM_Flur',
'state': {'lastupdated': '2019-02-28T09:35:40',
'presence': False},
'type': 'ZHAPresence',
'uniqueid': 'XXXXXX'},
'4': {'config': {'battery': 100,
'duration': 90,
'on': True,
'reachable': True,
'temperature': 0},
'ep': 1,
'etag': 'XXXXX',
'manufacturername': 'LUMI',
'modelid': 'lumi.sensor_motion',
'name': 'Bewegungsmelder',
'state': {'lastupdated': '2019-02-28T06:43:56',
'presence': False},
'type': 'ZHAPresence',
'uniqueid': 'XXXX'}}}`
Thanks for your time and help, felix