Conbee: Difference between revisions

From DWIKI
mNo edit summary
mNo edit summary
Line 30: Line 30:




=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 switch==
found as LUMI, lumi.plug.mmeu01
== 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

Revision as of 19:49, 21 April 2021

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 switch

found as LUMI, lumi.plug.mmeu01

GUI says "not connected"

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

systemctl stop deconz.service