{"_id":"iobroker.homekit2","_rev":"9-a2217344f72fa8f35c5de2fc5d7524d3","name":"iobroker.homekit2","dist-tags":{"latest":"0.1.6"},"versions":{"0.1.6":{"name":"iobroker.homekit2","version":"0.1.6","keywords":["ioBroker","homekit","Siri","home automation"],"author":{"name":"versteckt","email":"husky.koglhof@icloud.com"},"license":"CC BY-NC-SA","_id":"iobroker.homekit2@0.1.6","maintainers":[{"name":"versteckt","email":"husky.koglhof@icloud.com"}],"homepage":"https://github.com/husky-koglhof/ioBroker.homekit","bugs":{"url":"https://github.com/husky-koglhof/ioBroker.homekit/issues"},"os":["darwin","linux"],"dist":{"shasum":"fdda824d7a4e5a5223aafa6c3ffdadf46a3689c3","tarball":"https://registry.npmjs.org/iobroker.homekit2/-/iobroker.homekit2-0.1.6.tgz","integrity":"sha512-OzVaZWoeKeObUy8IoYSgJT0M0W0ZnRk+E2tYPQi48dbjzP+1ns4YWkkbDGTcPJD8pFjfABJTxdgWqmm3hFNl7g==","signatures":[{"sig":"MEYCIQDQJ/VKo7N0rv7+ty2gWyaGa+tdZuLFtCa/Fl2UquGKxgIhAMPcUQ8OwTr3Ju886CBce32+n3TLNcpOZu/e0XR610l2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"main.js","_from":".","_shasum":"fdda824d7a4e5a5223aafa6c3ffdadf46a3689c3","gitHead":"d9f833b6761c99cecf719bc65ffa52be9bc670c4","scripts":{"postinstall":"node postinstall.js"},"_npmUser":{"name":"bluefox","email":"dogafox@gmail.com"},"repository":{"url":"git+https://github.com/husky-koglhof/ioBroker.homekit.git","type":"git"},"_npmVersion":"2.15.9","description":"Apple HomeKit based on HAP-NodeJS","directories":{},"_nodeVersion":"4.5.0","dependencies":{"yalm":"^4.0.2","yargs":"^4.8.1","hap-nodejs":"^0.3.2"},"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/iobroker.homekit2-0.1.6.tgz_1477766032144_0.3177011199295521","host":"packages-12-west.internal.npmjs.com"}}},"time":{"created":"2016-10-29T18:33:54.402Z","modified":"2026-02-25T14:09:19.705Z","0.1.6":"2016-10-29T18:33:54.402Z"},"bugs":{"url":"https://github.com/husky-koglhof/ioBroker.homekit/issues"},"author":{"name":"versteckt","email":"husky.koglhof@icloud.com"},"license":"CC BY-NC-SA","homepage":"https://github.com/husky-koglhof/ioBroker.homekit","keywords":["ioBroker","homekit","Siri","home automation"],"repository":{"url":"git+https://github.com/husky-koglhof/ioBroker.homekit.git","type":"git"},"description":"Apple HomeKit based on HAP-NodeJS","maintainers":[{"email":"moritz.heusinger@gmail.com","name":"foxriver76"},{"email":"info@iobroker.net","name":"iobluefox"},{"email":"dogafox@gmail.com","name":"bluefox"},{"email":"github@fischer-ka.de","name":"apollon77"},{"email":"iobroker@lmdsoft.de","name":"ldittmar"},{"email":"d.griesel@gmx.net","name":"alcalzone"},{"email":"mcm57@gmx.at","name":"mcm1957"}],"readme":"![Logo](admin/homekit.png)\nioBroker HomeKit Adapter\n===============================\n[![NPM version](http://img.shields.io/npm/v/iobroker.homekit.svg)](https://www.npmjs.com/package/iobroker.homekit)\n[![Downloads](https://img.shields.io/npm/dm/iobroker.homekit.svg)](https://www.npmjs.com/package/iobroker.homekit)\n\n[![NPM](https://nodei.co/npm/iobroker.homekit.png?downloads=true)](https://nodei.co/npm/iobroker.homekit/)\n\nHomeKit Adapter for ioBroker\n\nWith this Adapter it is possible to use your iOS Device native for ioBroker Home Automation.\n\nWithin Admin Settings you can set following Attributes\n- username\n- port\n- pincode\n- bridge name\n\n![admin-settings](img/admin_settings.png)\n\n## Installation\n- Enums are no longer needed, Objects were included cause of ioBroker roles.\n\nNote: on some systems additional package is required ```sudo apt-get install libavahi-compat-libdnssd-dev```\n\n(For Usage you must define a enum named enum.homekit.\nThere you must include all needed Objects.\nSet a common Name for all Objects e.g. hm-rpc.0.JEQ0225305.1.TEMPERATURE = Kinderzimmer)\n\nYou can use every Homekit App on iOS. These Version is tested with Elgato Eve cause it's free.\n\nCurrently implemented are: \n - Homematic Thermostat\n - Homematic Switch\n - zWave Temperature\n - zWave Switch\n \nSupported Roles from ioBroker:\n - value.temperature\n - indicator.battery (Not tested)\n - value.battery (Not tested)\n - alarm\n - level.temperature\n - switch\n - value.humidity\n - level.dimmer\n\nIf iobroker.weatherground is used, forecast Objects are explicit removed from homekit.\n \nWithin Homekit you can see the actual temperature and humidity from the Thermostat.\nThe Switch can be used within Homekit.\n\n## Changelog\n### 0.1.6 (2016-10-29)\n - (PArns) Fix compatibility issues\n\n### 0.1.4 (2016-03-05)\n - (husky-koglhof)\n   Fixed Exception (error: TypeError: Cannot read property 'val' of null)\n   \n### 0.1.3 (2016-03-05)\n - (husky-koglhof)\n   Fixed Exception (error exception: Cannot read property 'CurrentTemperature' of undefined)\n   Added Debug log for Types\n   \n### 0.1.2 (2016-02-23)\n - (husky-koglhof)\n   Added Dependency hap-nodejs 0.2.4 (No longer Reload / Timeout Failure available)\n   Tested alarm role (With zwave Adapter)\n   \n### 0.1.1 (2016-01-31)\n - (husky-koglhof)\n   fixed: Error when weatherground Adapter not found\n   added: Role level.dimmer (Switch and Brightness)\n   \n### 0.1.0 (2016-01-29)\n - (husky-koglhof) \n   fixed: timeout of homekit protocol\n   fixed: zwave states change loop\n   added: States are updated automatically in iOS\n   added: zWave Objects\n\n### 0.0.10 (2016-01-23)\n - (husky-koglhof) changed Store to correct path\n \n### 0.0.8 (2016-01-22)\n - (husky-koglhof) Moved persistent Store to iobroker-data/homekit.0\n   removed sensor.* Types\n   added WeatherUnderGround Feature (forecast Objects are disabled)\n   \n### 0.0.7 (2015-12-13)\n - (husky-koglhof) Fixed saving admin Settings\n \n### 0.0.6 (2015-12-12)\n - (husky-koglhof) Added new Devices\n   Temperature can now be a negative Value (Needed for Outdoor Temperature)\n   Package Name changed to lowercase\n   Removed Dependency for installation of Packages\n   \n### 0.0.5 (2015-12-07)\n - (husky-koglhof) Added admin Table for Devices\n \n### 0.0.4 (2015-12-05)\n - (husky-koglhof) Replaced hardcoded Values for Homematic\n   Added Configuration for generic Objects.\n   Currently tested:\n   Homematic\n   HM-CC-TC, HM-CC-RT-DN (CurrentTemperature, Setpoint, Humidity)\n   HM-LC-Sw1-FM, HM-LC-Sw2-FM, HM-LC-Sw4-DR (Switch)\n   MAX\n   BC-RT-TRX-CyG-3 (CurrentTemperature, Setpoint)\n   ZWave\n   FGWPE (Switch), FGSS101 (Temperature), Danfoss Living Connect Radiator Thermostat (Temperature) \n   \n### 0.0.3 (2015-09-27)\n - (husky-koglhof) added Support for HM-CC-TC, HM-CC-RT-DN and BC-RT-TRX-CyG-3 Thermostat\n   Supported now Actual Temperature, Set Temperature, Humidity\n \n### 0.0.2 (2015-09-27)\n - (husky-koglhof) Refresh States if \"Room\" is refreshed.\n \n### 0.0.1 (2015-09-26)\n - (husky-koglhof) Initial commit. Still non-functional.\n\n## Todo\nImplement set Temperature for Homematic, etc.\n\n## License\n\n## Lizenz\n\nCopyright (c) 2015 husky-koglhof\n\n[CC BY-NC-SA 4.0](http://creativecommons.org/licenses/by-nc-sa/4.0/)\n\nDer obige Urheberrechtsvermerk ist in allen Kopien oder Teilkopien der Software beizulegen.\n\nDIE SOFTWARE WIRD OHNE JEDE AUSDRÜCKLICHE ODER IMPLIZIERTE GARANTIE BEREITGESTELLT, EINSCHLIESSLICH DER GARANTIE ZUR BENUTZUNG FÜR DEN VORGESEHENEN ODER EINEM BESTIMMTEN ZWECK SOWIE JEGLICHER RECHTSVERLETZUNG, JEDOCH NICHT DARAUF BESCHRÄNKT. IN KEINEM FALL SIND DIE AUTOREN ODER COPYRIGHTINHABER FÜR JEGLICHEN SCHADEN ODER SONSTIGE ANSPRÜCHE HAFTBAR ZU MACHEN, OB INFOLGE DER ERFÜLLUNG EINES VERTRAGES, EINES DELIKTES ODER ANDERS IM ZUSAMMENHANG MIT DER SOFTWARE ODER SONSTIGER VERWENDUNG DER SOFTWARE ENTSTANDEN.\n\nHomeMatic und BidCoS sind eingetragene Warenzeichen der [eQ-3 AG](http://eq-3.de)\n","readmeFilename":"README.md"}