-
Notifications
You must be signed in to change notification settings - Fork 0
Controlling openHAB with your voice
This page should give an example how you can control openHAB via natural language without having to write code for every single item you want to control with your voice.
You need a working voice recognition system, that sends the recognized text to the VoiceCommand item in openHAB. The easiest way of doing is by using HABDroid, which works out of the box.
Other possible solutions are Tasker together with AutoVoice of Jasper (on Linux systems).
Your items should follow this naming convention:
<purpose>_<floorlevel>_<room>_<detail>
<purpose> = Shutter, Socket, Light, Temperature,...
<floorlevel> = GF, FF, SF,...
<room> = Bed, Living, Kitchen,...
<detail> = Door, Window, ...`
Additionaly there should be one "root"-group which contains all items that should be controllable by voice commands. In the given example this group is named "All"
And you need one String item named VoiceCommand
String VoiceCommand
This rule processes German voice commands and should be easily translatable to other languages. Basically the rule tries to read the state, the room (and the floorlevel of the room) and the purpose of the item to be changed. Based on this findings the item group "All" is searched for an item named "purpose_floorlevel_room_detail" which accepts the new state.
An additional feature in this rule is the possibility to give responses by TTS (currently only used when the temperature is changed in a room).
rule "Voice control"
when
Item VoiceCommand received command
then
var String command = VoiceCommand.state.toString.toLowerCase
logInfo("Voice.Rec","VoiceCommand received "+command)
var State newState = null
// find new state, toggle otherwise (if possible)
if (command.contains("grad") || command.contains("prozent") || command.contains("dimme")) {
// extract new state (find the digits in the string)
var Pattern p = Pattern::compile(".* ([0-9]+) (grad|prozent).*")
var Matcher m = p.matcher(command)
if (m.matches()) {
newState = new StringType(m.group(1).trim())
}
}
else if (command.contains("aus")|| command.contains("ausschalten") || command.contains("beenden")) {
newState = OFF
} else if (command.contains("an") || command.contains("ein")|| command.contains("einschalten") || command.contains("starten")) {
newState = ON
} else if (command.contains("runterfahren") || command.contains("runter") || command.contains("ab") || command.contains("schließen")) {
newState = DOWN
} else if (command.contains("hochfahren") || command.contains("hoch") || command.contains("auf") || command.contains("öffnen")) {
newState = UP
} else if (command.contains("rot")) {
newState = new HSBType(new Color(255, 0, 0));
} else if (command.contains("blau")) {
newState = new HSBType(new Color(0, 0, 255));
} else if (command.contains("weiß")) {
newState = new HSBType(new Color(255, 255, 255));
}
// find room
var String room = null
var String roomItemPart = null
var String roomArticle="im"
if (command.contains("wohnzimmer")) {
room = "Wohnzimmer"
roomItemPart = "FF_Living"
} else if (command.contains("schlafzimmer")) {
room = "Schlafzimmer"
roomItemPart = "SF_Bed"
} else if (command.contains("badezimmer") || command.contains("bad")) {
room = "Badezimmer"
roomItemPart = "FF_Toilet"
} else if (command.contains("arbeitszimmer") || command.contains("büro")) {
room = "Büro"
roomItemPart = "FF_Office"
} else if (command.contains("küche")) {
room = "Küche"
roomItemPart = "FF_Kitchen"
roomArticle = "in der"
}
// purpose
var String itemType=null
var String itemSubType=""
var String reply=""
if (command.contains("licht")) {
itemType = "Light"
if (newState instanceof HSBType) {
if (room=="Schlafzimmer") {
itemSubType="_Roof"
} else if (room=="Wohnzimmer") {
itemSubType="_Closet"
}
}
} else if (command.contains("rolladen") || command.contains("jalousien")) {
itemType = "Shutter"
if (newState instanceof StringType) {
itemType = "Shutter_Pos"
}
if (room=="Wohnzimmer") {
// Unterscheiden zwischen Tür/Fenster
if (command.contains("tür")) {
itemSubType = "_Door"
} else if (command.contains("fenster")) {
itemSubType = "_Window"
}
}
} else if (command.contains("temperatur")) {
itemType = "Temperature"
itemSubType = "_Target"
reply = "Ok, Temperatur "+roomArticle+" "+room+" auf "+newState+" Grad gesetzt"
}
if (itemType!=null && (roomItemPart!=null || command.contains("alle")) && newState!=null) {
logInfo("Voice.Rec", "sending "+newState+" to "+itemType+"_"+roomItemPart+itemSubType)
if (command.contains("alle")) {
if (roomItemPart==null)
roomItemPart=""
val String itemName = itemType+"_"+roomItemPart+itemSubType
val State finalState = newState
logInfo("Voice.Rec","searching for *"+itemName+"* items")
All?.allMembers.filter(s | s.name.contains(itemName) && s.acceptedDataTypes.contains(finalState.class)).forEach[item|
logInfo("Voice.Rec","item "+item+" found")
sendCommand(item,finalState.toString)
]
} else {
sendCommand(itemType+"_"+roomItemPart+itemSubType,newState.toString)
}
if (reply!="")
say(reply)
}
end
Please feel free to translate this rule into English. If you have a working and well tested solution, please add/replace the rule above.
###Linux / OS X
###Windows
- Cosm Persistence
- db4o Persistence
- Exec Persistence
- InfluxDB Persistence
- JDBC Persistence
- JPA Persistence
- Logging Persistence
- mapdb Persistence
- MongoDB Persistence
- MQTT Persistence
- my.openHAB Persistence
- MySQL Persistence
- rrd4j Persistence
- Sen.Se Persistence
- SiteWhere Persistence
- AlarmDecoder Binding
- Anel Binding
- Arduino SmartHome Souliss Binding
- Asterisk Binding
- Astro Binding
- Autelis Pool Control Binding
- BenQ Projector Binding
- Bluetooth Binding
- Bticino Binding
- CalDAV Binding
- Comfo Air Binding
- Config Admin Binding
- CUL Binding
- CUL Intertechno Binding
- CUPS Binding
- DAIKIN Binding
- Davis Binding
- Denon Binding
- digitalSTROM Binding
- DMX512 Binding
- DSC Alarm Binding
- DSMR Binding
- eBUS Binding
- Ecobee Binding
- EDS OWSever Binding
- eKey Binding
- Energenie Binding
- EnOcean Binding
- Enphase Energy Binding
- Epson Projector Binding
- Exec Binding
- Freebox Binding
- Freeswitch Binding
- Frontier Silicon Radio Binding
- Fritz AHA Binding
- Fritz!Box Binding
- FS20 Binding
- Global Cache IR Binding
- GPIO Binding
- HAI/Leviton OmniLink Binding
- HDAnywhere Binding
- Heatmiser Binding
- Homematic / Homegear Binding
- HTTP Binding
- IEC 62056-21 Binding
- IHC / ELKO Binding
- ImperiHome Binding
- Insteon Hub Binding
- Insteon PLM Binding
- IPX800 Binding
- IRtrans Binding
- jointSPACE-Binding
- KNX Binding
- Koubachi Binding
- LCN Binding
- LightwaveRF Binding
- Leviton/HAI Omnilink Binding
- Lg TV Binding
- Logitech Harmony Hub
- MailControl Binding
- MAX!Cube-Binding
- MAX! CUL Binding
- MiLight Binding
- MiOS Binding
- Modbus TCP Binding
- MPD Binding
- MQTT Binding
- MQTTitude binding
- Neohub Binding
- Nest Binding
- Netatmo Binding
- Network Health Binding
- Network UPS Tools Binding
- Nibe Heatpump Binding
- Nikobus Binding
- Novelan/Luxtronic Heatpump Binding
- NTP Binding
- One-Wire Binding
- Onkyo AV Receiver Binding
- Open Energy Monitor Binding
- OpenPaths presence detection binding
- OpenSprinkler Binding
- OSGi Configuration Admin Binding
- Panasonic TV Bindung
- panStamp Binding
- Philips Hue Binding
- Piface Binding
- pilight Binding
- Pioneer-AVR-Binding
- Plex Binding
- Plugwise Binding
- PLCBus Binding
- Primare Binding
- Pulseaudio Binding
- RFXCOM Binding
- RWE Smarthome Binding
- Sager WeatherCaster Binding
- Samsung AC Binding
- Samsung TV Binding
- Serial Binding
- Sallegra Binding
- Satel Alarm Binding
- Sinthesi Sapp Binding
- Snmp Binding
- Somfy URTSI II Binding
- Sonos Binding
- Squeezebox Binding
- Swegon ventilation Binding
- System Info Binding
- TA CMI Binding
- TCP/UDP Binding
- Tellstick Binding
- TinkerForge Binding
- Tivo Binding
- VDR Binding
- Velleman-K8055-Binding
- Wago Binding
- Wake-on-LAN Binding
- Waterkotte EcoTouch Heatpump Binding
- Weather Binding
- Wemo Binding
- Withings Binding
- XBMC Binding
- xPL Binding
- Yamahareceiver Binding
- Zibase Binding
- Z-Wave Binding
- Asterisk
- Google Calendar
- Linux Media Players
- ROS Robot Operating System
- Telldus Tellstick
- Zoneminder
- Wink Hub (rooted)
- Wink Monitoring
- Transformations
- XSLT
- JSON
- REST-API
- Security
- Service Discovery
- Voice Control
- BritishGasHive-Using-Ruby
- Dropbox Bundle
A good source of inspiration and tips from users gathered over the years. Be aware that things may have changed since they were written and some examples might not work correctly.
Please update the wiki if you do come across any out of date information.
- Comfo Air Binding
- Ecobee Examples
- Nest Examples
- Rollershutter Bindings
- Squeezebox
- WAC Binding
- WebSolarLog
- Alarm Clock
- Convert Farenheit to Celcius
- The mother of all lighting rules
- Reusable Rules via Functions
- Combining different Items
- Items, Rules and more Examples of a SmartHome
- Google Map
- Controlling openHAB with Android
- Usecase examples
- B-Control Manager
- Spell checking for foreign languages
- Flic via Tasker
- Chromecast via castnow