ThomDietrich / SenseoWifi

Wifi'ify the Senseo coffee maker. Circuit and firmware for an internal Senseo hack to monitor and control the daily coffee brew (via MQTT) ☕️📶
GNU General Public License v3.0
90 stars 23 forks source link

senseo-wifi.map is missed #31

Closed Miro1980 closed 3 years ago

Miro1980 commented 4 years ago

Hi, really nice project. May I ask you for the file "senseo-wifi.map"? It is mentioned in your openhab code. String KU_Senseo_OutOfWater "OutOfWater" {channel="mqtt:topic:SenseoWiFi:OutOfWater" [profile="transform:MAP", function="senseo-wifi.map"]}

Further I like to ask you if you tried to combine your project with Alexa? How did you proceed?

Thanks.

ThomDietrich commented 4 years ago

Hey Miro! Sure thing. You can find it here: https://github.com/ThomDietrich/openhab-config/blob/master/transform/senseo-wifi.map Would you please be so kind and create a Pull Request against the README.md to include it?

Alexa is pretty easy after you have a working connection between openHAB<>SenseoWifi and openHAB<>Alexa. What you want to do is define a Alexa command like "Alexa, prepare a coffee" and link it to an openHAB rule to send "1cup" to "KU_Senseo_Brew". I can share more details if this is not yet clear