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

Add Support for SwannOne Key Fob SWO-KEF1PA #1256

Closed
wants to merge 2 commits into from
Closed

Conversation

qosmio
Copy link
Contributor

@qosmio qosmio commented Mar 15, 2019

The following is also needed.

zigbee-shepherd-converters

qosmio/zigbee-herdsman-converters@636d942
qosmio/zigbee-herdsman-converters@e16ec72

AND

zigbee-shepherd

qosmio/zigbee-shepherd@84860c1

Will be creating pull requests for those as well.

Adding/removing from a group that is under a subtopic gives an
error. Setting states to it work fine but not able to make any
changes to it.
this.mqtt.subscribe(`${settings.get().mqtt.base_topic}/bridge/group/+/remove_all`);
this.mqtt.subscribe(`${settings.get().mqtt.base_topic}/bridge/group/+/+/remove_all`);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the reason for these changes?

@qosmio
Copy link
Contributor Author

qosmio commented Mar 15, 2019

I use the the syntax "group/GROUP_NAME" so I can subscribe to the group topic in Home Assistant for certain triggers.

So, when I try to add/remove/remove_all devices using "zigbee2mqtt/group/group/GROUP_NAME/add" it doesn't work.

I didn't realize this commit was included this pull request. Was going to open a new one.

@@ -5,7 +5,7 @@ const utils = require('../util/utils');
const dontCacheProperties = [
'action', 'button', 'button_left', 'button_right', 'click', 'forgotten', 'keyerror',
'step_size', 'transition_time', 'action_color_temperature', 'action_color',
'action_group',
'action_group', 'armmode', 'panic',
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shouldn't be needed as the properties for this device are only action.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right, I saw this after I had already updated my converter to delete armmode and replace it with action. I've updated it in on my end to take it out.

@Koenkk
Copy link
Owner

Koenkk commented Mar 22, 2019

Closing this as device has been integrated.

@Koenkk Koenkk closed this Mar 22, 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

Successfully merging this pull request may close these issues.

2 participants