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 button mini #68

Closed
arteck opened this issue Nov 18, 2022 · 4 comments · Fixed by #71
Closed

osram button mini #68

arteck opened this issue Nov 18, 2022 · 4 comments · Fixed by #71
Labels
device problem Data points or functionalities are missing

Comments

@arteck
Copy link
Owner

arteck commented Nov 18, 2022

Link

https://www.zigbee2mqtt.io/devices/AC0251100NJ_AC0251600NJ_AC0251700NJ.html#osram-ac0251100nj%252Fac0251600nj%252Fac0251700nj

Adapter version

2.4.1

What is missing or not working

here tho zigbee adapter states
grafik

here the z2m
grafik

Device exposes

2022-11-18 20:09:55MQTT publish: topic 'zigbee2mqtt/button.waschkeller.pumpe', payload '{"action":"on","battery":100,"battery_low":false,"last_seen":"2022-11-18T20:09:57+01:00","linkquality":105,"voltage":3100}'
Info 2022-11-18 20:09:57MQTT publish: topic 'zigbee2mqtt/button.waschkeller.pumpe', payload '{"action":"brightness_move_to_level","action_level":254,"action_transition_time":0.1,"battery":100,"battery_low":false,"last_seen":"2022-11-18T20:09:58+01:00","linkquality":105,"voltage":3100}'
Info 2022-11-18 20:09:58MQTT publish: topic 'zigbee2mqtt/button.waschkeller.pumpe', payload '{"action":"color_temperature_move","action_color_temperature":370,"action_transition_time":10,"battery":100,"battery_low":false,"last_seen":"2022-11-18T20:09:59+01:00","linkquality":105,"voltage":3100}'
Info 2022-11-18 20:09:58MQTT publish: topic 'zigbee2mqtt/button.waschkeller.pumpe', payload '{"action":"off","battery":100,"battery_low":false,"last_seen":"2022-11-18T20:10:00+01:00","linkquality":105,"voltage":3100}'

link to device config
https://github.com/ioBroker/ioBroker.zigbee/blob/d834e8433e2e5b14ebe51e1e1241237014a8afbf/lib/devices.js#L987

ok think the problem is here
Koenkk/zigbee2mqtt#13592

it works little differently as zigbee adapter
when you press the corcle (middle button) you can switch the enum. but this works not really

@arteck arteck added the device problem Data points or functionalities are missing label Nov 18, 2022
@o0shojo0o
Copy link
Contributor

Can you share the payload of move_to_saturation, hue_move with me?

@arteck
Copy link
Owner Author

arteck commented Nov 19, 2022

its same as on/off

@o0shojo0o
Copy link
Contributor

move_to_saturation must have a number in the payload and not a boolean.
hue_move if necessary also ...

I know that the states of the remote control are not optimal, but we want to at least properly integrate them ;)

@o0shojo0o
Copy link
Contributor

image
Thanks for the data, please test the dev branch: https://github.com/o0shojo0o/ioBroker.zigbee2mqtt/tree/dev_%2368
and let me know :)

o0shojo0o added a commit that referenced this issue Nov 20, 2022
-   (o0shojo0o) added correct handling of `move_to_saturation`, `hue_move` and `brightness_move_to_level` ([#68](#68))
-   (o0shojo0o) fix when `friendly_name` `/` contains
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
device problem Data points or functionalities are missing
Projects
None yet
2 participants