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

Fixed availability, force_devices types, light #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

stefan2205
Copy link

…e (via optional syntax passed via docker, snr:type. If no type is given, 25 stays default)

  1. Added a “fake” type “1000” for LED stripes that register in HomeAssistant as light and can be managed as such
  2. Updated to latest version of warema-venetian-blinds, which gets rid of some unwanted confirmation messages in the logs and updates the other dependencies

…e (via optional syntax passed via docker, snr:type. If no type is given, 25 stays default)

2) Added a “fake” type “1000” for LED stripes that register in HomeAssistant as light and can be managed as such
3) Updated to latest version of warema-venetian-blinds, which gets rid of some unwanted confirmation messages in the logs and updates the other dependencies
@@ -240,6 +259,7 @@ client.on('connect', function (connack) {
{},
callback
);
client.publish('warema/bridge/state', 'online', {retain: true})
Copy link
Owner

Choose a reason for hiding this comment

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

this should be published in the wms-vb-init-completion handler (line 169)

@@ -1,6 +1,6 @@
{
"dependencies": {
"mqtt": "^4.2.6",
"warema-wms-venetian-blinds": "1.1.18"
"warema-wms-venetian-blinds": "2.0.0"
Copy link
Owner

Choose a reason for hiding this comment

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

2.0.1 is out, mind updating?

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