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

openHAB - dozens of items #9

Closed VinceMasuka closed 5 years ago

VinceMasuka commented 6 years ago

Hi

Do you mind to please...

Thanks in advance!

Regards Vince

ThomDietrich commented 6 years ago

Sure thing.

explain a little how you did the binding

Not sure what you mean?

how you did the Amazon Alexa Echo implementation

You need alexa integration in openHAB configured, then it's just a matter of defining switches you can e.g. command like this: "Alexa, please turn on the small coffee brewing." just like "Alexa, please turn on the kitchen light."

VinceMasuka commented 6 years ago

Now that is awesome, too! Thanks a lot for the templates and the hint with the openHAB cloud addin.

With binding I meant the bindings within openHAB2. As there is openHAB2, but there still just is this 1.x implementation of the MQTT binding. Also there is this beta 2.x binding, but is able to mess up your whole openHAB2...

Let me guess: You took a mqtt broker like mosquitto and modified the mqtt.cfg to communicate with each other. Than you handled the items, grouped em and somehow got it to work?

ThomDietrich commented 6 years ago

Go with openHAB 2 and the 1.x binding.

The new binding will come eventually and this will be awesome because it will be able to auto-detect all items for my firmware.

Anyhow, using the 1.x binding is not complicated. In fact I wrote a tutorial about it: https://community.openhab.org/t/mqtt-binding-v1-11-getting-started-101/33958