Hello,
I have 3 whisper nodes that will have various sensors connected to them for my home automation system. The main drive for testing those nodes is the battery life. Previously I had tested with the arduino mini pro but the battery lasted only 3-4months using a temp / humidity sensor (DHT22).
I am using the mysensor libraries. Initial testing is successful, the nodes are sending sensor data back to the receiver node (gateway)
The challenge is to be able to send the data to my home automation central controller (openhab) that is running in a raspberry pi. I know that we can use the serial connection but I would like to avoid that.
Is it possible to connect a funduino w1500 ethernet module to the receiver whisper node ? The idea is to use ethernet to send all the sensor data via MQTT. If so, would it be possible to indicate how to connect it ?
Many thanks,
I have 3 whisper nodes that will have various sensors connected to them for my home automation system. The main drive for testing those nodes is the battery life. Previously I had tested with the arduino mini pro but the battery lasted only 3-4months using a temp / humidity sensor (DHT22).
I am using the mysensor libraries. Initial testing is successful, the nodes are sending sensor data back to the receiver node (gateway)
The challenge is to be able to send the data to my home automation central controller (openhab) that is running in a raspberry pi. I know that we can use the serial connection but I would like to avoid that.
Is it possible to connect a funduino w1500 ethernet module to the receiver whisper node ? The idea is to use ethernet to send all the sensor data via MQTT. If so, would it be possible to indicate how to connect it ?
Many thanks,
