New controller on raspberry supports mysensors v1.4. Download: http://iot-playground.com/
Best posts made by EasyIoT
-
EasyIoT server - Mysensors Raspberry Pi controller
-
RE: Power usage with a Pro Mini as sensor node(Humidity & Temperature!)
@Magiske this is approximation. I'm using 2AA alkaline batteries. Full alkaline battery is 1,6Vx2 = 3.2V. When battery is discharged voltage at beginning drops very quickly, between 1.5V and 1V is almost linear (when discharged with low current) and then drops very quickly. At 0.8V per cell battery is practically empty.
In my case 3V and more is 100% and 2V is 0%. I've measure those 2% in linear range. So I will get more than calculated value 2300 days.I'm using wasted alkaline batteries from electric toys. Batteries are not branded. Capacity of new AA battery is between 2200 mAh and 2900 mAh. It depends on brand and discharge current. Self discharge rate of alkaline batteries is low.
Outside I'm using 50W photocell and Pb accumulator. It works in the winter (min -15C couple of days). This is also power supply for balcony irrigation system.
Total winner in low power consumption is my water leak sensor. Power consumption is so low, that after I put wasted battery in sensor from LCD temperature display voltage actually raise after couple of days.
Battery status:
1.dec 8%,
8,jan 18%.
-
RE: My 2AA battery sensor
@m26872 here is my complete description for MySensors door/window sensor. For other sensors I will add descriptions in the future...
-
RE: EasyIoT server - Mysensors Raspberry Pi controller
@kihotx I hope next week...
-
RE: MySensors power consumption
@tbowmo I know for this Atmel limitation. But DHT22 sensor is open collector output and pull up resistor is connected to battery. It can happened that after battery voltage drops the sensor will stop working because of threshold value for 1 as you said. But as I said this was just experimental solution I will use HTU21T sensor.
-
RE: My 2AA battery sensor
@funky81 Thx. You can burn fuses with other Arduino - that's how I do it. Just google ArduinoISP.
-
RE: EasyIoT serial interface
@diamantmatch you are right. Maybe somehow I can change current driver to work with serial interface. But Raspberry costs only 30$ and consumes couple of W - ideal HW for server. And you do not even need additional gateway.
Right now I will focus on developing other new functions... -
RE: EasyIoT server - Mysensors Raspberry Pi controller
@aur did you check EasyIoT server installation. Just connect NRF24L01 directly to RPI and then download RPI image and put it to SD card. In latest beta you have also support for RPI2.
-
RE: EasyIoT server - Mysensors Raspberry Pi controller
Just released EasyIoT server beta v0_8b1 with support for MySensors:S_COVER, V_UP, V_STOP, V_DOWN, V_DIMMER.