To contribute to this page, edit the following file
OSRAM 4058075036147
Model | 4058075036147 |
Vendor | OSRAM |
Description | Smart+ gardenpole RGBW |
Supports | on/off, brightness, color temperature, color xy |
Picture | ![]() |
Notes
Set default power on/off transition
Various Osram/Sylvania LED support setting a default transition when turning a light on and off.
{
"osram_set_transition": 0.1, //time in seconds (integer or float)
}
Remember current light state
Various Osram/Sylvania LED support remembering their current state in case of power loss, or if a light is manually switched off then on. Lights will remember their respective attributes (i.e. brightness, color, saturation, etc.). NOTE: This must be executed everytime you make changes to a light’s attributes for it to then ‘remember’ it.
{
"osram_remember_state": true, // true, false (boolean)
}
Device type specific configuration
How to use device type specific configuration
transition
: Controls the transition time (in seconds) of brightness, color temperature (if applicable) and color (if applicable) changes. Defaults to0
(no transition). Note that this value is overridden if atransition
value is present in the MQTT command payload.
Manual Home Assistant configuration
Although Home Assistant integration through MQTT discovery is preferred, manual integration is possbile with the following configuration:
light:
- platform: "mqtt"
state_topic: "zigbee2mqtt/<FRIENDLY_NAME>"
availability_topic: "zigbee2mqtt/bridge/state"
brightness: true
color_temp: true
xy: true
schema: "json"
command_topic: "zigbee2mqtt/<FRIENDLY_NAME>/set"
sensor:
- platform: "mqtt"
state_topic: "zigbee2mqtt/<FRIENDLY_NAME>"
availability_topic: "zigbee2mqtt/bridge/state"
unit_of_measurement: "-"
value_template: "{{ value_json.linkquality }}"