tommasomarchionni / homebridge-openHAB

Homebridge plugin for openHAB
Apache License 2.0
49 stars 18 forks source link

Openhab2 ? #5

Closed belmondo2001 closed 6 years ago

belmondo2001 commented 8 years ago

Hello, great Job. Is it planned to work with openhab2. Here a sample output from http://192.168.100.30:8080/rest/sitemaps/homekit?type=json

{"name":"homekit","label":"homekit","link":"http://192.168.100.30:8080/rest/sitemaps/homekit","homepage":{"id":"homekit","title":"homekit","link":"http://192.168.100.30:8080/rest/sitemaps/homekit/homekit","leaf":false,"widgets":[{"widgetId":"homekit_0","type":"Slider","label":"Stehlampe","icon":"slider","mappings":[],"switchSupport":false,"sendFrequency":0,"item":{"link":"http://192.168.100.30:8080/rest/items/DIMMER_EG_WZ_STEHLAMPE","state":"0","type":"DimmerItem","name":"DIMMER_EG_WZ_STEHLAMPE","label":"Stehlampe","category":"slider","tags":[],"groupNames":["gEG_WZ","gBELEUCHTUNG"]},"widgets":[]}]}}

snizzleorg commented 8 years ago

not sure if this is necessary as there is a homekit binding for openhab2

tommasomarchionni commented 8 years ago

In the next weeks i will install openHAB 2 and then i try to integrate with this plugin.

llamahunter commented 8 years ago

As far as I know, openHAB 2 dropped WebSockets support, which this is using to get status updates from the openHAB server. Some re-architecture to use long polling http requests will be needed.

gupta-ash commented 7 years ago

Tom - Any updates on OpenHab2 support ? HomeKit doesn't support all devices, so it would be great if you could support OpenHab2

matushromada commented 7 years ago

I'm also planning to use homebridge with OpenHab2 as the integrated OpenHab2 binding supports only limited types of devices. Any updates on this? Thanks

AndreWeberHH commented 6 years ago

Are there any plans to support OH2?

tommasomarchionni commented 6 years ago

I have just released a new repository with support for openHAB2.