Skip to content

Releases: mabunixda/node-red-contrib-alexa-home

v1.3.1

04 Mar 08:51
Compare
Choose a tag to compare

1.3.1 (2021-03-04)

Bug Fixes

  • cicd changelog automation (921a686)

v1.3.0

04 Mar 08:13
Compare
Choose a tag to compare

1.3.0 (2021-03-04)

🎁 Feature

  • update to semantic versioning (96a3b9f)

🐞 Bug Fixes

Fix detection of gen3 devices

02 Sep 13:00
bb9e1ae
Compare
Choose a tag to compare

Thanks to @nepee for the input to fix some json stuff within the detection process.

Codecleanup + Registration fix for gen3 devices

29 Aug 11:48
b850920
Compare
Choose a tag to compare

Internal Code cleanup because of introduction of linting the Code... but

Also take fix from derSebbl to get Alexa Gen3 devices to work and hopefully fix #16

The change of the port is not made per default, because i expect not everybody to have port 80 open and available. It might also cause permissions problems, because that port might not be used by a default linux user e.g.

fix http/https configuration setup

28 Aug 18:50
Compare
Choose a tag to compare

http/https setup was incorrect routed through the node to reflect http/https setup of node-red

Start webserver for item information

28 Aug 14:42
76cc0ee
Compare
Choose a tag to compare

SSDP and HTTP Server are now seperate components to provide information about items.

multiple fixxes

10 Jun 21:33
Compare
Choose a tag to compare

Fixing #21 to get on/off command back - this is now
msg.payload.command = "switch|bri|color"
and also round normalized bri to integer values

With this pull request also colors can be set as quested in #19 ..

the broadcast bug of #16 should now be solved because node-ssdp is listening on all available interfaces already. The setup.xml generation already used the host http header to reflect the incoming request to the setup output.
Also a finding was that alexa does not support endless response bodies. To get around this i stripped all spaces and unused settings from the json files. Hopefully this will solve the update problems #16

fix ssdp location announcement

10 Jun 14:18
Compare
Choose a tag to compare

Remove debug() dependency to cleanup logging

07 Jun 05:51
Compare
Choose a tag to compare

Logging is now done entirely via node-red routines

add error logging for missing node

05 Jun 06:41
Compare
Choose a tag to compare

#16 displayed the need that also error logs must be written when no controller node is available - even when this spams the logs when multiple alexa nodes are already present