├── InformationDump.hms ├── Inventory.hms ├── LICENSE ├── MacUserPresence.perl ├── PresenceTriggersTemperature.hms ├── README.de.md ├── README.md ├── ThermostatModeSwitch.hms ├── TurnBoilerOnAfterVacation.hms ├── TurnHeatingOn.hms ├── WaterSensorProwl.hms ├── presenceVariableAggregation.hms ├── presencedetection.sh └── unused ├── CreateVariable.hms ├── GuestsThermostat.hms ├── README.md ├── TemperatureTableParsing.hms ├── parsingspeediterate.hms └── parsingspeedsplit.hms /InformationDump.hms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jollyjinx/homematic/HEAD/InformationDump.hms -------------------------------------------------------------------------------- /Inventory.hms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jollyjinx/homematic/HEAD/Inventory.hms -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jollyjinx/homematic/HEAD/LICENSE -------------------------------------------------------------------------------- /MacUserPresence.perl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jollyjinx/homematic/HEAD/MacUserPresence.perl -------------------------------------------------------------------------------- /PresenceTriggersTemperature.hms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jollyjinx/homematic/HEAD/PresenceTriggersTemperature.hms -------------------------------------------------------------------------------- /README.de.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jollyjinx/homematic/HEAD/README.de.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jollyjinx/homematic/HEAD/README.md -------------------------------------------------------------------------------- /ThermostatModeSwitch.hms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jollyjinx/homematic/HEAD/ThermostatModeSwitch.hms -------------------------------------------------------------------------------- /TurnBoilerOnAfterVacation.hms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jollyjinx/homematic/HEAD/TurnBoilerOnAfterVacation.hms -------------------------------------------------------------------------------- /TurnHeatingOn.hms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jollyjinx/homematic/HEAD/TurnHeatingOn.hms -------------------------------------------------------------------------------- /WaterSensorProwl.hms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jollyjinx/homematic/HEAD/WaterSensorProwl.hms -------------------------------------------------------------------------------- /presenceVariableAggregation.hms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jollyjinx/homematic/HEAD/presenceVariableAggregation.hms -------------------------------------------------------------------------------- /presencedetection.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jollyjinx/homematic/HEAD/presencedetection.sh -------------------------------------------------------------------------------- /unused/CreateVariable.hms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jollyjinx/homematic/HEAD/unused/CreateVariable.hms -------------------------------------------------------------------------------- /unused/GuestsThermostat.hms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jollyjinx/homematic/HEAD/unused/GuestsThermostat.hms -------------------------------------------------------------------------------- /unused/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jollyjinx/homematic/HEAD/unused/README.md -------------------------------------------------------------------------------- /unused/TemperatureTableParsing.hms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jollyjinx/homematic/HEAD/unused/TemperatureTableParsing.hms -------------------------------------------------------------------------------- /unused/parsingspeediterate.hms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jollyjinx/homematic/HEAD/unused/parsingspeediterate.hms -------------------------------------------------------------------------------- /unused/parsingspeedsplit.hms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jollyjinx/homematic/HEAD/unused/parsingspeedsplit.hms --------------------------------------------------------------------------------