New to MySensors - how to get started
-
I am interested to know if I can use a Raspberry Pi 3 as gateway, without adding any extra hardware to communicate to the controller (eg. can I use either LAN connection or WiFi)?
-
I think you are mixing things. If you want to read gpio from raspberry where openhab is installed, you don't need mysensors. If you have wireless pir sensors then you need a radio also for raspberry
@gohan said in New to MySensors - how to get started:
I think you are mixing things. If you want to read gpio from raspberry where openhab is installed, you don't need mysensors. If you have wireless pir sensors then you need a radio also for raspberry
I don't want to read GPIO from the Raspberry where openHAB is installed. My question is more to understand if MySensors framework can help me. As an example I have some Raspberry Pi's (they are used as ZoneMinder cameras), they are connected to my network via either LAN cable or Wifi.
If I attach a sensor to that Raspberry, is it then possible to install a MySensor Gateway on that particular Raspberry Pi and via existing network connection connect to the MySensor Controller hosted in my openHAB instance? -
I don't think you would benefit much from mysensors in this situation. This framework is more focused on small Arduino based sensors nodes that talk to a gateway and the gateway talks to a home automation controller. But maybe developers know some hack on the code
-
I things is starting to get a little more clear to me. So in MySensors world we have:
- Controller
- Gateway(s)
- Sensors
So I guess the purpose of the radio on the Gateway (in my example the Raspberry Pi), is to communicate with the Sensor nodes? Where a Sensor node is a Arduino, ESP8622?
I still think that I can have some beneft from this great framework, I just have to understand it :-)
Is there some explanation / overview of how things is put together ? -
Ok, but I think I am lacking the basic understanding of Gateways, Sensor node etc.
Is there somewhere where I can read about the different objects (eg. Gateway, Sensor Nodes)?
I think MySensors has a big potential in my setup, but I am unsure how to get started. If I buy a radio to the Raspberry Pi's where I want to attach my PIR sensors would it then work? -
Start reading around the site https://www.mysensors.org/build
PIR Sensor would need to be connected to another arduino board with another radio; the arduino node will be talking to raspberry via the radio modules.@gohan said in New to MySensors - how to get started:
Start reading around the site https://www.mysensors.org/build
Thx, seems like there is some help there :-)