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 Eurotronic Spirit Z #1553

Closed
wants to merge 225 commits into from
Closed

Add support Eurotronic Spirit Z #1553

wants to merge 225 commits into from

Conversation

brommetje
Copy link

Add Support Eurotronic Spirit pull request #1387

Fishwaldo and others added 26 commits February 15, 2018 15:13
/usr/share/domoticz/open-zwave/cpp/src/command_classes/DoorLockLogging.cpp: In member function �virtual bool OpenZWave::DoorLockLogging::HandleMsg(const uint8*, uint32, uint32)�:
/usr/share/domoticz/open-zwave/cpp/src/command_classes/DoorLockLogging.cpp:312:15: error: passing argument 1 to restrict-qualified parameter aliases with argument 4 [-Werror=restrict]
      snprintf(usercode, sizeof(usercode), "%s %d", usercode, (int)_data[12+i]);
               ^~~~~~~~                             ~~~~~~~~
The changes allow the parameters to be set to their full allowable range of values, as specified in the documentation:
https://homeseer.com/wp-content/uploads/2018/06/HS-WD100-Manual-6a.pdf
The documentation specifies the size of parameters 7 and 9 as 1 byte, however defining them as bytes prevented OZW from updating the values: the values would always reset to 1, regardless of the supplied value. Using short works.
Fix parameter size and allowed values for HS-WD100+
Revert "Fix parameter size and allowed values for HS-WD100+"
Fix compilation error in regards to -Werror=restrict
Compilation fixes for FreeBSD
@Fishwaldo
Copy link
Member

This in invalid. You are trying to merge our Dev and Master branches.

@Fishwaldo Fishwaldo closed this Jul 23, 2018
@doschi
Copy link

doschi commented Oct 15, 2018

Hi @Fishwaldo
How do your Dev and Master branches work?
Support for the Spirit Plus seems to be in the dev branch for a long time now.
What can we do to bring it to the master branch?

@arteck
Copy link
Contributor

arteck commented Oct 16, 2018

I miss it too

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.

None yet