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 Switch Mini - holding up not recognised? #13592

Closed
vaderag opened this issue Aug 18, 2022 · 5 comments
Closed

OSRAM Switch Mini - holding up not recognised? #13592

vaderag opened this issue Aug 18, 2022 · 5 comments
Labels
problem Something isn't working stale Stale issues

Comments

@vaderag
Copy link

vaderag commented Aug 18, 2022

What happened?

I have the OSRAM Switch Mini (https://www.zigbee2mqtt.io/devices/AC0251100NJ_AC0251600NJ_AC0251700NJ.html) and have set this up in Zigbee2MQTT with Home Assistant

I've tried both Legacy and non-legacy but for some reason a hold on the top button doesn't seem to report anything

I'm assuming it should report the opposite of the down button and therefore
brightness_move_up = up long press brightness_stop = up long press release

For reference, I've tested out what is reported and I get the following overall:

on = Up (short)
off = Down (short)

brightness_move_to_level = middle (short)
color_temperature_move = middle
nb. both trigger (colour slightly after)

move_to_saturation = middle (long press)
hue_move = middle long press hold
hue_stop = middle long press release

brightness_move_down = down long press
brightness_stop = down long press release

What did you expect to happen?

No response

How to reproduce it (minimal and precise)

No response

Zigbee2MQTT version

1.27.0

Adapter firmware version

20220219

Adapter

Sonoff Dongle 3.0

Debug log

No response

@vaderag vaderag added the problem Something isn't working label Aug 18, 2022
@github-actions
Copy link
Contributor

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days

@github-actions github-actions bot added the stale Stale issues label Sep 18, 2022
@vaderag
Copy link
Author

vaderag commented Sep 18, 2022

Unstaleing

@github-actions github-actions bot removed the stale Stale issues label Sep 19, 2022
@github-actions
Copy link
Contributor

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days

@github-actions github-actions bot added the stale Stale issues label Oct 19, 2022
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 27, 2022
@PulsarFX
Copy link

PulsarFX commented Apr 5, 2024

I have 2 of those switches. Both behave the same: Holding up works for me, but not holding down.
For up button I get on, brightness_move_up and brightness_stop on release.
For down button I get nothing on long press. Only off for normal press.

Firmware-Date    201711162225070
Firmware-Version    e.1.11.0M

@PulsarFX
Copy link

PulsarFX commented Apr 5, 2024

I used the "reconfigure" button in z2m for each of the remotes after pairing it to z2m.
After that both long press actions work as intended.
The status tab now shows something like this:

{
    "battery": 100,
    "last_seen": "2024-04-05T22:11:29+02:00",
    "linkquality": 66,
    "voltage": 3100,
    "action": "brightness_stop",
    "action_level": 254,
    "action_transition_time": 10,
    "update": {
        "installed_version": -1,
        "latest_version": -1,
        "state": null
    },
    "update_available": null,
    "action_color_temperature": 370,
    "action_rate": 38,
    "action_saturation": 254
}

Before that, it was something like this:

{
    "battery": 80,
    "last_seen": "2024-04-05T22:13:13+02:00",
    "linkquality": 66,
    "voltage": 2900,
    "update": {
        "installed_version": -1,
        "latest_version": -1,
        "state": null
    },
    "update_available": null,
    "action": "off"
}

Fixed for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
problem Something isn't working stale Stale issues
Projects
None yet
Development

No branches or pull requests

2 participants