Skip to content

enishoca/openhab-kodi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a Kodi (formerly known as xbmc) plugin for Openhab. It allows users to control Openhab from within the Kodi environment. The orignal project was created for xmbc originally created by a group RICM5 2014 students. The original page in French is located here http://air.imag.fr/index.php/Extensions_XBMC.

The code as it stands now is compatible with the Kodi (Helix) the current version at the time of writing this.

Installation and Usage

  1. Download the current version or alternatively click on the zip file link above - then right click on 'View Raw' link and save the file.
    DO NOT use the zip downloaded with ZIP button on this page directly on Kodi, it downloads the source tree which amd it does not have the correct sturcture to load as an addin.
  2. install it as you would normally install Kodi addons. You will need to go in the setings menu and change the default settings for the addon to match your installation.

e.g.

  1. Server IP address : 127.0.0.1
  2. Server port : 8080
  3. Sitemap name : default
  4. Start page : default
  5. Debug: Off

To find the value for 'Start page' look at the first line of your sitemap it should looks like this:

  sitemap default label="My Sitemap"

This is the name betweeen 'sitemap' and 'label' - here it is default. Not sure what its called in openHab speak.

##Limitations Thic code is not very flexible in how it deals with layouts. It expects items to be under groups, if you have controls directly inside frames this code will not run, it ignores text times such as dates, temperature etc that may be directly under frames but will break on switches dimmers etc if they are not in groups. The workaround for this is to create a seperate sitemap that is compatible with this software. This sitemap should have all the items inside groupds not directly in frames.

##Screenshots from the original addin

Add-on Home View Floors View rooms Details parts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published