forked from hollie/misterhouse
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update Master 2016-05-20 #1
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…he homebridge config file
this adds one additional newline after the response "304 Not Modified" header. Before this change the missing newline made nginx think the connection was aborted (nginx log: "upstream prematurely closed connection while reading response header from upstream") And nginx sent "502 Bad Gateway" to the browser which made the page fail to load proberly.
this commit addds a raZberry_binary_sensor class which has the states on and off. raZberry_openclose is derived from raZberry_binary_sensor and basically translates the on/off states to open/close. raZberry_window and raZberry_door are both derived from raZberry_openclose and only change the default floorplan icon
If a plcbus item is added to one of the the special groups 'OnePhase' or 'ThreePhase', the approppriate command mode for this device will be use. (see help section PLCBUS ITEMS for more details)
Add basic support for ezio8sa
fix misterhouse http server behind nginx
raZberry: add support for binary sensors
…bus_device Individual 1 3 phase mode per plcbus device
Homebridge (Homekit support)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merge Master changes