Aephir / HomeAssistant2

Second version of homeassistant, now running on Raspbian Stretch Lite (RPi3)
0 stars 0 forks source link

Use MySensors with NRF24L01 RF transceiver #1

Open Aephir opened 6 years ago

Aephir commented 6 years ago

Set this up for communication with some Arduinos (and maybe some RPi zero with no wifi) for plant moisture sensors and door/window sensors.

Communication by MQTT.

See: https://home-assistant.io/components/mysensors/
https://www.mysensors.org/build/raspberry https://www.domoticz.com/forum/viewtopic.php?t=14365 https://diyprojects.io/include-mysensors-v2-iot-objects-home-assistant-hass/#.WkpslVQ-dE4

And: https://www.hackster.io/mitchese/aws-iot-environment-for-home-assistant-899a1b

For plant moisture sensors, see: http://diyfuturism.com/index.php/2017/12/19/home-assistant-making-plant-sensors-talk/

Start the mysensors here: https://www.mysensors.org/about/components

Aephir commented 6 years ago

Check my wiring on the RPi, and add capacitor. See: https://forum.mysensors.org/topic/2437/step-by-step-procedure-to-connect-the-nrf24l01-to-the-gpio-pins-and-use-the-raspberry-as-a-serial-gateway-mysensors-1-x

EDIT: OK