eDomoticz Homebridge-Plugin
Posted: Thursday 11 August 2016 21:46
By defining the custom service and character definitions... have a look at the source on GitHub - in lib/services.js for the MQTT branch, or in index.js in the master branch.RduPre wrote:Hi Guys,
Sorry to jump in here.
I'm a Homeseer user and using the Homebridge shim for Homeseer based on the same architecture.
I read that you also implemented Custom HomeKit Types, like:
General kWh power meters - Types: General, Current, Usage; SubType: kWh, Electric (inc CurrentCost USB)
YouLess Meter (Current, Total and Today Total Consumption) - Type: YouLess Meter; SubType: YouLess counter
EvoHome / OpenTherm Thermostat support - Types: Heating, Thermostat; SubTypes: Zone, SetPoint
General Usage % meters (eg: Motherboard Sensors Hardware Device - CPU %, Mem %, HDD % etc) - Type: General; SubType: Percentage
Temperature, Temp + Humidity, Temp + Humidity + Baro (Current Temperature, Current Humidity, Current Pressure in hPA) - Type: Temp, Temp + Humidty, Temp + Humidity + Baro
DarkSkies Virtual Weather Station Sensors (Wind, Solar Radiation, Rainfall, Visibility, Barometer)
Location Sensor - any Domoticz text sensor with "Location" in it's title, for use with custom GeoFence / Bluetooth scripts.
Because the types not supported by HomeKit itself, I was wondering how you did this?
Many thanks in advance,
Rien