Warema Dimmer Smart - Taraman17/hass-homee GitHub Wiki

Profile:

15 / DIMMABLE_SWITCH

Support:

Complete

Attributes:

Type: ON_OFF = 1

{
    'instance': 0,
    'minimum': 0,
    'maximum': 1,
    'current_value': 1.0,
    'unit': 'n/a',
    'step_value': 1.0,
    'editable': 1,
    'type': 1,
    'data': '',
    'name': '',
    'options': {
        'can_observe': [300],
        'observes': [101, 102],
        'automations': ['toggle'],
        'history': {
            'stepped': True
        }
    }
}

Type: DIMMING_LEVEL = 2

{
    'instance': 0,
    'minimum': 0,
    'maximum': 100,
    'current_value': 15.0,
    'unit': '%',
    'step_value': 0.5,
    'editable': 1,
    'type': 2,
    'data': '',
    'name': '',
    'options': {
        'automations': ['step']
    }
}

Type: POLLING_INTERVAL = 88

{
    'instance': 0,
    'minimum': 5,
    'maximum': 45,
    'current_value': 30.0,
    'unit': 'min',
    'step_value': 5.0,
    'editable': 1,
    'type': 88,
    'data': '',
    'name': ''
}

Type: SOFTWARE_REVISION = 45

{
    'instance': 0,
    'minimum': 0,
    'maximum': 0,
    'current_value': 0.0,
    'unit': 'text',
    'step_value': 1.0,
    'editable': 0,
    'type': 45,
    'data': '07327100001',
    'name': ''
}

Type: IDENTIFICATION_MODE = 170

{
    'instance': 0,
    'minimum': 0,
    'maximum': 1,
    'current_value': 0.0,
    'unit': 'n/a',
    'step_value': 1.0,
    'editable': 1,
    'type': 170,
    'data': '',
    'name': ''
}