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

Homematic update with HomematicIP/HomematicWired support and multible… #4568

Merged
merged 5 commits into from
Nov 29, 2016

Conversation

pvizeli
Copy link
Member

@pvizeli pvizeli commented Nov 24, 2016

Description:

This PR add support for multiple RPC servers to support homematic wireless, IP and wired at the same time. It is very costumizable and supports all feature on every connection. We also support reconnecting via service now in case the CCU/Homegear gets restarted. Usage of global variables is now removed and hass.data is being used instead.

That is the official start for Homematic IP and Homematic wired!

… connections

@mention-bot
Copy link

@pvizeli, thanks for your PR! By analyzing the history of the files in this pull request, we identified @turbokongen, @danielperna84 and @fabaff to be potential reviewers.

@pvizeli pvizeli changed the title WIP: Homematic update with HomematicIP/HomematicWired support and multible… Homematic update with HomematicIP/HomematicWired support and multible… Nov 24, 2016
hmdevice.actionNodeData(param, 1, channel)
for _, devices in hass.data[DATA_HOMEMATIC].devices.items():
if address in devices:
hmdevice = devices[address]

Choose a reason for hiding this comment

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

local variable 'hmdevice' is assigned to but never used

Copy link
Contributor

@danielperna84 danielperna84 left a comment

Choose a reason for hiding this comment

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

Works like a charm. Good to go. :)

@pvizeli pvizeli merged commit 17f0fb6 into home-assistant:dev Nov 29, 2016
@home-assistant home-assistant locked and limited conversation to collaborators Mar 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants