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

Rebase against latest upstream and patch to fix build workflow of zwave-adapter #1

Merged
merged 974 commits into from
Apr 19, 2024

Conversation

benfrancis
Copy link
Member

The Z-Wave add-on is failing to build on GitHub Actions because of a bug in openzwave which reveals itself when using more recent compilers.

This PR rebases our fork of openzwave on the latest master from upstream and applies a patch from OpenZWave#2647 which actually fixes the compile bug (but hasn't been accepted upstream because the upstream repo is now unmaintained).

Note that this upgrade may only be strictly necessary for the build workflow on GitHub Actions which compiles openzwave on ubuntu-latest. The build step in the release workflow uses the build.sh script from this repo which builds openzwave in a docker container which presumably has an older base OS because it compiles openzwave successfully. We may want to consider making these more consistent in the future.

If this PR is merged we should update the moziot tag (which the build process of the add-on uses) and test thoroughly before pushing out a new release of the add-on.

nechry and others added 30 commits January 3, 2021 14:46
Revert "Add basic command class to Aeotec switches and dimmers"
Add Minoston MS11Z (NEI)
Closed the Product element and added MetaData.
Update manufacturer_specific.xml
Adding Inovelli LZW45 Light Strip
Y.L and others added 22 commits June 7, 2021 09:13
Add Hank smartplug so08 configuration
…hermostat

Use supervision to set thermostat setpoint
…n_thermostat_mode

Making use of the Supervision CC to set the thermostat mode.
…n_Switch_Binary

Supervision CC support for SwitchBinary
…n_Switch_MultiLevel

Supervision CC support for SwitchMultiLevel
Added support for Heatit ZM Single Relay 16A
new device fibaro/fgwceu201 - Fibaro Walli Controller
Second fix of lifeline group 1.1 receives no update.
Tested and works as expected
Removed name
add notice
@benfrancis
Copy link
Member Author

(I rebased this after merging to not use a merge commit, the original result of this merge is in the master-backup branch)

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.