Ich habe eine Hue bridge zum Testen im Betrieb mit (u.a.) einer Osram ZigBee Steckdose
Soweit funktioniert alles, aber wenn ich die Dose (an der Dose) einschalte, so kriegt FHEM das nicht mit :( (Ebenso wenn ich aus der Phillips bridge schalte, auch bei einem LED Strip gleiches verhalten. Die Hue App bekommt das abschalten der Dose mit ....
Bridge:
define HBridge HUEBridge 10.1.2.84
attr HBridge icon hue_filled_bridge_v2
attr HBridge key 1234
attr HBridge noshutdown 1
attr HBridge pollDevices 1
attr HBridge queryAfterSet 1
attr HBridge room HUEDevice
was mache ich falsch?
Dose:
define HUEDevice3 HUEDevice 3 IODev=HBridge
attr HUEDevice3 IODev HBridge
attr HUEDevice3 alias Steckdose 1
attr HUEDevice3 color-icons 2
attr HUEDevice3 devStateIcon {(HUEDevice_devStateIcon($name),"toggle")}
attr HUEDevice3 model Plug 01
attr HUEDevice3 room HUEDevice
attr HUEDevice3 subType switch
attr HUEDevice3 webCmd toggle:on:off
in welchem intervall wird gepollt?
zeig mal ein list vom device und der bridge.
Hi,
Bridge:
Internals:
DEF 10.1.2.84
INTERVAL 60
NAME HBridge
NOTIFYDEV global
NR 711
NTFY_ORDER 50-HBridge
STATE initialized
TYPE HUEBridge
apiversion 1.23.0
host 10.1.2.84
modelid BSB002
name HueBridge
swversion 1801260942
updatestate 0
zigbeechannel 15
READINGS:
2018-02-10 10:16:10 lastError link button not pressed
2018-03-06 16:29:23 state initialized
helper:
apiversion 71424
count 0
last_config_timestamp 1520350163
offsetUTC 3600
updatestate 0
Attributes:
icon hue_filled_bridge_v2
key CODE
noshutdown 1
pollDevices 2
queryAfterSet 1
room HUEDevice
und Device:
Internals:
CFGFN
DEF 3 IODev=HBridge
ID 3
INTERVAL
IODev HBridge
NAME HUEDevice3
NR 3181
STATE off
TYPE HUEDevice
desired 0
manufacturername OSRAM
modelid Plug 01
name Steckdose 1
swversion V1.04.12
type On/Off plug-in unit
uniqueid 84:18:26:00:00:0e:58:bd-03
READINGS:
2018-03-06 16:29:01 alert select
2018-03-07 12:14:50 onoff 0
2018-03-07 12:14:50 pct 0
2018-03-06 16:29:01 reachable 1
2018-03-07 12:14:50 state off
helper:
alert select
bri -1
colormode
ct -1
devtype
effect
fromAutocreate 1
hue -1
on 0
pct 0
reachable 1
rgb
sat -1
update_timeout 1
xy
Attributes:
IODev HBridge
alias Steckdose 1
color-icons 2
devStateIcon {(HUEDevice_devStateIcon($name),"toggle")}
model Plug 01
room HUEDevice
subType switch
webCmd toggle:on:off
still confused (und schonmal danke(!!))
hast du lange genug gewartet? der status wird normalerweise alle 60 sekunden abgefragt.
Zitat von: justme1968 am 09 März 2018, 20:21:00
hast du lange genug gewartet? der status wird normalerweise alle 60 sekunden abgefragt.
Das war auch mein Verständnis, aber ich habe mehrfach 5 Minuten und länger gewartet :(
Irgendwer eine Idee?
Gesendet von iPhone mit Tapatalk
siehst du mit verbose 5 im log etwas?
Habe das gleiche Problem. Hat irgendwer vielleicht eine Lösung?
Problem ist, dass mein notify Befehlt nicht mitbekommt wenn die Steckdose aktiv ist, und sie dadurch auch nicht ausschalten kann wenn der Staubsaugerroboter voll geladen ist. :-/