Skip to content
New issue

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

Osram LEDVANCE SubstiTUBE Connected Advanced Ultra Output ST8EM-CON #18087

Closed
saschaludwig opened this issue Jun 22, 2023 · 1 comment
Closed
Labels
new device support New device support request

Comments

@saschaludwig
Copy link

saschaludwig commented Jun 22, 2023

Link

https://www.ledvance.de/professional/produkte/lampen/led-rohren/osram--led-rohren/led-rohre-fur-elektromagnetische-vorschaltgerate-funktionieren-mit-den-connected-sensoren/led-rohre-fur-elektromagnetische-vorschaltgerate-funktionieren-mit-den-connected-sensoren-c7065?productId=117615

Database entry

{"id":109,"type":"Router","ieeeAddr":"0xf0d1b8000025b80b","nwkAddr":48588,"manufId":4489,"manufName":"LEDVANCE","powerSource":"Mains (single phase)","modelId":"Connected Tube Value II","epList":[1,242],"endpoints":{"1":{"profId":260,"epId":1,"devId":257,"inClusterList":[0,3,4,5,6,8,2821],"outClusterList":[25],"clusters":{"genBasic":{"attributes":{"modelId":"Connected Tube Value II","manufacturerName":"LEDVANCE","powerSource":1,"zclVersion":3,"appVersion":0,"stackVersion":0,"hwVersion":2,"swBuildId":"02116550"}},"genOnOff":{"attributes":{"onOff":1}}},"binds":[],"configuredReportings":[],"meta":{}},"242":{"profId":41440,"epId":242,"devId":97,"inClusterList":[],"outClusterList":[33],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":0,"stackVersion":0,"hwVersion":2,"swBuildId":"02116550","zclVersion":3,"interviewCompleted":true,"meta":{"configured":88764544},"lastSeen":1687441798582,"defaultSendRequestWhen":"immediate"}

Comments

I have a ST8EM-CON which isn't currently supported.

I added this below ext converter, and I can now switch the light on/off, change brightness and use effects.
But changing or querying power_on_behavior results is a failed (Status 'UNSUPPORTED_ATTRIBUTE') error.

Can I supply more information, so this device will be added?

External converter

const fz = require('zigbee-herdsman-converters/converters/fromZigbee');
const tz = require('zigbee-herdsman-converters/converters/toZigbee');
const exposes = require('zigbee-herdsman-converters/lib/exposes');
const reporting = require('zigbee-herdsman-converters/lib/reporting');
const legacy = require('zigbee-herdsman-converters/lib/legacy');
const extend = require('zigbee-herdsman-converters/lib/extend');
const ota = require('zigbee-herdsman-converters/lib/ota');
const tuya = require('zigbee-herdsman-converters/lib/tuya');
const utils = require('zigbee-herdsman-converters/lib/utils');
const globalStore = require('zigbee-herdsman-converters/lib/store');
const e = exposes.presets;
const ea = exposes.access;

const definition = {
    zigbeeModel: ['Connected Tube Value II'],
    model: 'ST8EM-CON',
    vendor: 'LEDVANCE',
    description: 'SubstiTUBE Connected Advanced Ultra Output',
    extend: extend.light_onoff_brightness(),
};

Supported color modes

No response

Color temperature range

No response

@saschaludwig saschaludwig added the new device support New device support request label Jun 22, 2023
Koenkk added a commit to Koenkk/zigbee-herdsman-converters that referenced this issue Jun 22, 2023
@Koenkk
Copy link
Owner

Koenkk commented Jun 22, 2023

Added! I've disabled the power on behaviour since the device doesn't support it.

Changes will be available in the dev branch in a few hours from now. (https://www.zigbee2mqtt.io/advanced/more/switch-to-dev-branch.html)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new device support New device support request
Projects
None yet
Development

No branches or pull requests

2 participants