Conbee: Difference between revisions

From DWIKI
mNo edit summary
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Links=
*[https://www.domoticz.com/wiki/Zigbee2MQTT Installing software]
*https://flemmingss.com/how-to-set-up-deconz-and-phoscon-on-a-raspberry-pi-and-control-all-your-zigbee-devices/
*[https://gathering.tweakers.net/forum/list_messages/1901854 deCONZ - Zigbee gateway van Dresden Elektronik]
*[https://phoscon.de/en/conbee2/compatible conbee2 compatibility list]


=Howto=
 
 
= Links =
 
*[https://phoscon.de/en/app/doc Phoscon documentation]
*[https://www.domoticz.com/wiki/Zigbee2MQTT Installing software]
*[https://flemmingss.com/how-to-set-up-deconz-and-phoscon-on-a-raspberry-pi-and-control-all-your-zigbee-devices/ https://flemmingss.com/how-to-set-up-deconz-and-phoscon-on-a-raspberry-pi-and-control-all-your-zigbee-devices/]
*[https://gathering.tweakers.net/forum/list_messages/1901854 deCONZ - Zigbee gateway van Dresden Elektronik]
*[https://phoscon.de/en/conbee2/compatible conbee2 compatibility list (outdated)]
*[https://github.com/dresden-elektronik/deconz-rest-plugin/wiki/Supported-Devices Conbee Supported Devices]
 
= Howto =
 
Connecting Conbee 2
Connecting Conbee 2


Steps:
Steps:


https://phoscon.de/en/conbee/install
[https://phoscon.de/en/conbee/install https://phoscon.de/en/conbee/install]
 
[https://github.com/Smanar/Domoticz-deCONZ https://github.com/Smanar/Domoticz-deCONZ]
 
 
 
= Configuration =


https://github.com/Smanar/Domoticz-deCONZ
/lib/systemd/system/deconz* /usr/share/deCONZ/zcl/general.xml


== Change ports ==


=Configuration=
#/etc/systemd/system/deconz.service.d/override.conf
/lib/systemd/system/deconz*
/usr/share/deCONZ/zcl/general.xml


==Change ports==
# /etc/systemd/system/deconz.service.d/override.conf
  [Service]
  [Service]
  ExecStart=
  ExecStart=
  ExecStart=/usr/bin/deCONZ -platform minimal --http-port=8080 --ws-port=8081 --auto-connect=1 --dbg-error=1
  ExecStart=/usr/bin/deCONZ -platform minimal --http-port=8080 --ws-port=8081 --auto-connect=1 --dbg-error=1


 
 
= FAQ =


== ExecStart=/usr/bin/deCONZ -platform minimal --http-port=80 -debug-error=1 (code=exited, status=218/CAPABILITIES) ==


=FAQ=
==ExecStart=/usr/bin/deCONZ -platform minimal --http-port=80 -debug-error=1 (code=exited, status=218/CAPABILITIES)==
A systemd problem, fix/override of deconz.service works for me
A systemd problem, fix/override of deconz.service works for me


 
== Sensor not reachable ==


==Sensor not reachable==
After a reboot phoscon sometimes reports sensor not reachable. First thing to try is press button on the sensor.
After a reboot phoscon sometimes reports sensor not reachable. First thing to try is press button on the sensor.


 
== Connecting Innr SP120 ==


==Connecting Innr SP120==
In Phoscon interface that's under Devices->Lights "add new light", not a switch!
In Phoscon interface that's under Devices->Lights "add new light", not a switch!


 
 
== Xiaomi smart plug ==
found as LUMI, lumi.plug.mmeu01, ZNCZ04LM
[https://github.com/dresden-elektronik/deconz-rest-plugin/issues/2583 https://github.com/dresden-elektronik/deconz-rest-plugin/issues/2583]
Leds:
*red blinking fast: overheat
*red blink slowly: not connected
*blue on: working 
*blue blinking: connecting
== GUI says "not connected" ==
Most likely because service 'deconz' is already running. Try


==GUI says "not connected"==
Most likely because service 'deconz' is already running. Try
  systemctl stop deconz.service
  systemctl stop deconz.service
     
==reconnecting a sensor==
Just "Add new sensor" should work
==Pairing IKEA lightbulb==
Switch on/off 6 times, leave on after 6th time and run "find new light"

Revision as of 11:39, 12 June 2022

 

Links

Howto

Connecting Conbee 2

Steps:

https://phoscon.de/en/conbee/install

https://github.com/Smanar/Domoticz-deCONZ

 

Configuration

/lib/systemd/system/deconz* /usr/share/deCONZ/zcl/general.xml

Change ports

  1. /etc/systemd/system/deconz.service.d/override.conf
[Service]
ExecStart=
ExecStart=/usr/bin/deCONZ -platform minimal --http-port=8080 --ws-port=8081 --auto-connect=1 --dbg-error=1

 

 

FAQ

ExecStart=/usr/bin/deCONZ -platform minimal --http-port=80 -debug-error=1 (code=exited, status=218/CAPABILITIES)

A systemd problem, fix/override of deconz.service works for me

 

Sensor not reachable

After a reboot phoscon sometimes reports sensor not reachable. First thing to try is press button on the sensor.

 

Connecting Innr SP120

In Phoscon interface that's under Devices->Lights "add new light", not a switch!

 

 

Xiaomi smart plug

found as LUMI, lumi.plug.mmeu01, ZNCZ04LM

https://github.com/dresden-elektronik/deconz-rest-plugin/issues/2583

Leds:

  • red blinking fast: overheat
  • red blink slowly: not connected
  • blue on: working 
  • blue blinking: connecting

GUI says "not connected"

Most likely because service 'deconz' is already running. Try

systemctl stop deconz.service
      

reconnecting a sensor

Just "Add new sensor" should work

Pairing IKEA lightbulb

Switch on/off 6 times, leave on after 6th time and run "find new light"