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

No converter available for 'osram_remember_state' #2529

Closed
Nephiel opened this issue Dec 14, 2019 · 1 comment
Closed

No converter available for 'osram_remember_state' #2529

Nephiel opened this issue Dec 14, 2019 · 1 comment

Comments

@Nephiel
Copy link

Nephiel commented Dec 14, 2019

Bug Report

What happened

Attempting to configure OSRAM AC03641 bulbs as per the documentation to remember a default state fails.

What did you expect to happen

The bulb to be configured to remember a default state of OFF.

How to reproduce it (minimal and precise)

Once the bulb is added to the zigbee network, send a MQTT command of {"state": "OFF","osram_remember_state": true} to zigbee2mqtt/[FRIENDLY_NAME]/set using any MQTT client.

Debug Info

zigbee2mqtt version: zigbee2mqtt version 1.7.1 (commit #b459c35)
CC2531 firmware version: '{"type":"zStack12","meta":{"transportrev":2,"product":0,"majorrel":2,"minorrel":6,"maintrel":3,"revision":20190619}}'

Relevant log:

debug 2019-12-14T18:03:11: Received MQTT message on 'zigbee2mqtt/bombilla_lampara_salon_3/set' with data '{
  "state": "OFF",
  "osram_remember_state": true
}'
debug 2019-12-14T18:03:11: Publishing 'set' 'state' to 'bombilla_lampara_salon_3'
info  2019-12-14T18:03:11: MQTT publish: topic 'zigbee2mqtt/bombillas_lampara_salon', payload '{"state":"OFF","brightness":0}'
info  2019-12-14T18:03:11: MQTT publish: topic 'zigbee2mqtt/bombilla_lampara_salon_3', payload '{"state":"OFF","last_seen":"2019-12-14T19:03:11+01:00","brightness":0,"device":{"friendlyName":"bombilla_lampara_salon_3","ieeeAddr":"0x7cb0xxxxxxxxxxxx","networkAddress":yyyy,"type":"Router","manufacturerID":48042,"manufacturerName":"OSRAM","powerSource":"Mains (single phase)","applicationVersion":0,"stackVersion":2,"zclVersion":1,"hardwareVersion":1,"dateCode":"20140331CNEF****","softwareBuildID":"V1.04.12"}}'
error 2019-12-14T18:03:11: No converter available for 'osram_remember_state' (true)
@Koenkk
Copy link
Owner

Koenkk commented Dec 15, 2019

Fixed in latest dev branch, thanks!

@Koenkk Koenkk closed this as completed Dec 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants