Changes

OpenHAB2

555 bytes added, 09:45, 3 December 2017
* needed to use node-red as flow editor....
* topics and stuff
 
== create Fireplace binding ==
* follow this -> https://docs.openhab.org/developers/development/bindings.html , look at ''Creating a Skeleton''
* once the skeleton is in place, we need mqtt
** add the actual library reference ('org.openhab.io.transport.mqtt') to ''META-INF/MANIFEST.MF''
** add reference to OSGI Declarative Service (DS)
*** in ''OSGI-INF/**.xml'' add <pre> <<reference bind="setMqttService" cardinality="1..1" interface="org.openhab.io.transport.mqtt.MqttService" name="MqttService" policy="static" unbind="unsetMqttService"/>> </pre>
Bureaucrat, administrator
963
edits