Fibaro Wall Plug - Taraman17/hass-homee GitHub Wiki

Profile:

13 / METERING_PLUG

Support:

Partial hint: LED settings need new entity platform "select".

Attributes:

Type: ON_OFF = 1

{
    'instance': 0,
    'minimum': 0,
    'maximum': 1,
    'unit': '',
    'step_value': 1.0,
    'editable': 1,
    'type': 1,
    'data': '',
    'name': '',
    'options': {
        'can_observe': [300],
        'automations': ['toggle'],
        'history': {
            'stepped': True
        }
    }
}

Type: CURRENT_ENERGY_USE = 3

{
    'instance': 0,
    'minimum': 0,
    'maximum': 3000,
    'unit': 'W',
    'step_value': 1.0,
    'editable': 0,
    'type': 3,
    'data': '',
    'name': '',
    'options': {
        'history': {}
    }
}

Type: ACCUMULATED_ENERGY_USE = 4

{
    'instance': 0,
    'minimum': 0,
    'maximum': 50000,
    'unit': 'kWh',
    'step_value': 1.0,
    'editable': 0,
    'type': 4,
    'data': '',
    'name': '',
    'options': {
        'history': {}
    }
}

Type: LEDSTATE_WHEN_ON = 47

Available settings: 0 - illumination turned off completely 1 - colour changes continuously depending on active power 2 - colour changes in steps depending on ac- tive power 3 - white, 4 - red, 5 - green, 6 - blue, 7 - yellow 8 - cyan, 9 - magenta

{
    'instance': 0,
    'minimum': 0,
    'maximum': 9,
    'unit': '',
    'step_value': 1.0,
    'editable': 1,
    'type': 47,
    'data': '',
    'name': ''
}

Type: LEDSTATE_WHEN_OFF = 48

Available settings: 0 - illumination turned off completely 1 - LED ring is illuminated with a colour corre- sponding to the last measured power, before the controlled device was turned off 3 - white, 4 - red, 5 - green, 6 - blue, 7 - yellow 8 - cyan, 9 - magenta

{
    'instance': 0,
    'minimum': 0,
    'maximum': 8,
    'unit': '',
    'step_value': 1.0,
    'editable': 1,
    'type': 48,
    'data': '',
    'name': ''
}

Type: FIRMWARE_REVISION = 44

{
    'instance': 0,
    'minimum': 0,
    'maximum': 0,
    'unit': 'text',
    'step_value': 1.0,
    'editable': 0,
    'type': 44,
    'data': '4.05',
    'name': ''
}

Type: SORTWARE_REVISION = 45

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

Type: LEDSTATE_WHEN_ON = 47

{
    'instance': 0,
    'minimum': 0,
    'maximum': 9,
    'unit': '',
    'step_value': 1.0,
    'editable': 1,
    'type': 47,
    'data': '',
    'name': ''
}