We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to add the Osram Smart+ Plug but it doesn't get recognized. Can it be added to the supported devices? Here's info from zigbee.db:
{"id":3,"type":"Router","ieeeAddr":"0x7cb03eaa0a0040e8","nwkAddr":56725,"manufId ":48042,"manufName":"OSRAM","powerSource":"Mains (single phase)","modelId":"Plug 01","epList":[3],"status":"online","joinTime":1569765969,"endpoints":{"3":{"pro fId":49246,"epId":3,"devId":16,"inClusterList":[0,3,4,5,6,2820,4096,64527],"outC lusterList":[25],"clusters":{}}},"_id":"Pic8EoS7oamFW8dy"} {"id":3,"type":"Router","ieeeAddr":"0x7cb03eaa0a0040e8","nwkAddr":56725,"manufId ":48042,"manufName":"OSRAM","powerSource":"Mains (single phase)","modelId":"Plug 01","epList":[3],"status":"online","joinTime":1569765969,"endpoints":{"3":{"pro fId":49246,"epId":3,"devId":16,"inClusterList":[0,3,4,5,6,2820,4096,64527],"outC lusterList":[25],"clusters":{"64527":{"dir":{"value":1},"attrs":{"0":0}},"genBas ic":{"dir":{"value":1},"attrs":{"zclVersion":1,"appVersion":12,"stackVersion":2, "hwVersion":1,"manufacturerName":"OSRAM","modelId":"Plug 01","dateCode":"2014033 1DEOS****","powerSource":1,"deviceEnabled":1,"swBuildId":"V1.04.12"}},"genIdenti fy":{"dir":{"value":1},"attrs":{"identifyTime":0}},"genGroups":{"dir":{"value":1 },"attrs":{}},"genScenes":{"dir":{"value":1},"attrs":{"count":0,"currentScene":0 ,"currentGroup":0,"sceneValid":0,"nameSupport":0}},"genOnOff":{"dir":{"value":1} ,"attrs":{"onOff":1,"globalSceneCtrl":1,"onTime":0,"offWaitTime":0}},"genOta":{" dir":{"value":2},"attrs":{}},"haElectricalMeasurement":{"dir":{"value":1},"attrs ":{"measurementType":8,"activePower":400}},"lightLink":{"dir":{"value":1},"attrs ":{}}}}},"_id":"Pic8EoS7oamFW8dy"}
The text was updated successfully, but these errors were encountered:
Check pull requests #44 (comment)
Sorry, something went wrong.
I can confirm that BobbyTs device support for the Osram plug works like a charm. And it is far more responsive than going the hue bridge route.
if I get it right, all what's necessary is adding the content of
ee028c8
into "lib/devices/osram.smartplus_plug.js"!?
confirmed – it works prefect!
No branches or pull requests
I'm trying to add the Osram Smart+ Plug but it doesn't get recognized. Can it be added to the supported devices? Here's info from zigbee.db:
{"id":3,"type":"Router","ieeeAddr":"0x7cb03eaa0a0040e8","nwkAddr":56725,"manufId
":48042,"manufName":"OSRAM","powerSource":"Mains (single phase)","modelId":"Plug
01","epList":[3],"status":"online","joinTime":1569765969,"endpoints":{"3":{"pro
fId":49246,"epId":3,"devId":16,"inClusterList":[0,3,4,5,6,2820,4096,64527],"outC
lusterList":[25],"clusters":{}}},"_id":"Pic8EoS7oamFW8dy"}
{"id":3,"type":"Router","ieeeAddr":"0x7cb03eaa0a0040e8","nwkAddr":56725,"manufId
":48042,"manufName":"OSRAM","powerSource":"Mains (single phase)","modelId":"Plug
01","epList":[3],"status":"online","joinTime":1569765969,"endpoints":{"3":{"pro
fId":49246,"epId":3,"devId":16,"inClusterList":[0,3,4,5,6,2820,4096,64527],"outC
lusterList":[25],"clusters":{"64527":{"dir":{"value":1},"attrs":{"0":0}},"genBas
ic":{"dir":{"value":1},"attrs":{"zclVersion":1,"appVersion":12,"stackVersion":2,
"hwVersion":1,"manufacturerName":"OSRAM","modelId":"Plug 01","dateCode":"2014033
1DEOS****","powerSource":1,"deviceEnabled":1,"swBuildId":"V1.04.12"}},"genIdenti
fy":{"dir":{"value":1},"attrs":{"identifyTime":0}},"genGroups":{"dir":{"value":1
},"attrs":{}},"genScenes":{"dir":{"value":1},"attrs":{"count":0,"currentScene":0
,"currentGroup":0,"sceneValid":0,"nameSupport":0}},"genOnOff":{"dir":{"value":1}
,"attrs":{"onOff":1,"globalSceneCtrl":1,"onTime":0,"offWaitTime":0}},"genOta":{"
dir":{"value":2},"attrs":{}},"haElectricalMeasurement":{"dir":{"value":1},"attrs
":{"measurementType":8,"activePower":400}},"lightLink":{"dir":{"value":1},"attrs
":{}}}}},"_id":"Pic8EoS7oamFW8dy"}
The text was updated successfully, but these errors were encountered: