FHEM Forum

FHEM - Hausautomations-Systeme => Zigbee => Thema gestartet von: Otto123 am 24 Februar 2021, 16:28:48

Titel: Kleine Doku Ergänzung HUEDevice
Beitrag von: Otto123 am 24 Februar 2021, 16:28:48
Hallo justme1968,

ich bin etwas hilflos umher getappt um einen Taster einzubinden, nachdem die Lampen sofort automatisch angelegt wurden. Irgendwie fand ich dann die Vorgehensweise. ;)
Anbei vielleicht vier Zeilen für die cref?
Index: FHEM/31_HUEDevice.pm
===================================================================
--- FHEM/31_HUEDevice.pm        (Revision 23818)
+++ FHEM/31_HUEDevice.pm        (Arbeitskopie)
@@ -1957,7 +1957,9 @@
     The device status will be updated every <interval> seconds. 0 means no updates.
     The default and minimum is 60 if the IODev has not set pollDevices to 1.
     The default ist 0 if the IODev has set pollDevices to 1.
-    Groups are updated only on definition and statusRequest<br><br>
+    Groups are updated only on definition and statusRequest.<br>
+    All battery powered sensordevices will not defined automatically.<br>
+    <code>get &lt;HUEBridge&gt; sensors</code> will provide you the sensor id.<br><br>

     Examples:
     <ul>
@@ -1964,7 +1966,9 @@
       <code>define bulb HUEDevice 1</code><br>
       <code>define LC HUEDevice 2</code><br>
       <code>define allLights HUEDevice group 0</code><br>
+      <code>define ZHAHumidity HUEDevice sensor 3</code><br>
     </ul>
+
   </ul><br>

   <a name="HUEDevice_Readings"></a>


Gruß Otto
Titel: Antw:Kleine Doku Ergänzung HUEDevice
Beitrag von: justme1968 am 24 Februar 2021, 17:34:42
ich hab die commandref diesbezüglich etwas erweitert

danke
  andre