Koenkk / zigbee-herdsman-converters

Collection of device converters to be used with zigbee-herdsman
MIT License
882 stars 2.93k forks source link

Saswell SEA801-Zigbee running_state not working #2062

Closed MrFloppy closed 3 years ago

MrFloppy commented 3 years ago

When trying to get the running_state, I always get the following error: { "level":"error", "message":"No converter available for 'running_state' ()" }

Is this a bug or is it me? I already set legacy to false for this device.

Koenkk commented 3 years ago

Reading (/get) the running_state is not supported for this device.

MrFloppy commented 3 years ago

Thanks for the information. Should the documentation be updated then?

Koenkk commented 3 years ago

@MrFloppy it's already fixed, docs will be updated with next release

MrFloppy commented 3 years ago

@Koenkk You are awesome. Thank you and keep up the good work.