Manuel83 / craftbeerpi3

Other
180 stars 172 forks source link

running in cloud, using remote sensors, actuators #128

Open universam1 opened 6 years ago

universam1 commented 6 years ago

Hi @Manuel83

Love your new concept with extensible plugins, thinking about following setup:

Example: using http://www.exp-tech.de/itead-studio-sonoff-th16 via MQTT which becomes a remote sensor and actuator.

Benefit:

downside:

Makes sense?

Greetings,

the iSpindel Sam

mrillies commented 6 years ago

More possible downsides:

That said, you should be able to do this now anyway, just install it on hosting with python support or on a PC running linux.

Manuel83 commented 6 years ago

A first MQTT Plugin is avaibale. https://github.com/Manuel83/cbpi-mqtt It's up to you where your hosting the MQTT Message broker. It can run on your local Pi or in the Internet. In general you can run CBPi on any Windows, Linux or Mac OS. From there you can connect all sensors and via MQTT. That means you don't need a PI to run CBPI.

With the next version the MQTT Support will be extend.

universam1 commented 6 years ago

Thats amazing, especially the MQTT support opens up great opportunities!

Regardless of hosting or on-demand, having the possibility to connect all IO wireless is a game changer! The Sonoff seems to be like the choice for a cheap solution, but other options are there as well. Will give it a try.

universam1 commented 6 years ago

To give you some feedback @Manuel83 @mrillies - the setup works successfully for me in meantime!

So I used a Sonoff Basic and soldered an DS18b20, flashed with https://github.com/arendst/Sonoff-Tasmota so it became a MQTT smart Sensor and Actor. With a Sonoff TH x no soldering would be required.

Connected via MQTT and I am running it as a fermentation Sensor & Actuator currently, totally happy with this setup. For brewing should be working as well. All over ordered from China, I payed less than 4EUR per unit, I think you can't get cheaper. Still, currently a patch is needed https://github.com/Manuel83/cbpi-mqtt/issues/3

Philusha1983 commented 6 years ago

@universam1 Can you share the workflow to build the wireless sensor? I have several fermentation vessels and Ispendel fits only one type, so I need to build more wireless temp sensors. Thanks