EasyIoT server - Mysensors Raspberry Pi controller
-
@dopustko Thanx, it works now :-)
Are there coming more posabilities soon instead of S_DOOR and V_TRIPPED ?
Great site, and great going with the NRF24L01+ on the Raspberry directly :+1:GreetZz John
@Johnny-B-Good in new version of EasyIoT server I added new MySensor types: S_HUM, V_HUM and S_TEMP, V_TEMP. Now MySensor driver works with latest MySensor 1.4 library from Githib. I also added logging and displaying sensor data.

-
@Dany I will also implement V_DIMMER in future.
@kihotx EasyIoT server controller at the moment supports S_DOOR, V_TRIPPED, S_HUM, V_HUM and S_TEMP and V_TEMP. In the new release I will add GPIO support (so you can control also Raspberry Pi GPIO ports) and in MySensor driver I will add S_LIGHT an V_LIGHT -
Have tested this now and it works really well! Any news on planned updates? More sensors, ex power/energy meter would be nice.
@jilldris Thx. I will add more sensors in future and also new protocols. Implementing new sensor type in protocol part is easy, hard part is implementing logic and visualization in web UI interface.
In new release I've added S_LIGHT an V_LIGHT. It works with mysensors relay example.. In new version I've also added Raspberry Pi GPIO driver to control GPIO pins.

-
@jilldris Thx. I will add more sensors in future and also new protocols. Implementing new sensor type in protocol part is easy, hard part is implementing logic and visualization in web UI interface.
In new release I've added S_LIGHT an V_LIGHT. It works with mysensors relay example.. In new version I've also added Raspberry Pi GPIO driver to control GPIO pins.

New version of EasyIoT server supports MySensors S_MOTION and V_TRIPPED. All supported MySensors types in EasyIoT server are:
S_DOOR, V_TRIPPED,
S_HUM, V_HUM,
S_TEMP,V_TEMP,
S_LIGHT and V_LIGHT,
S_MOTION and V_TRIPPED.Now is also supported ESP8266 WiFi module.
-
New version of EasyIoT server is released. Supported MySensor data types are:
S_DOOR, V_TRIPPED,
S_HUM, V_HUM,
S_TEMP,V_TEMP,
S_LIGHT and V_LIGHT,
S_MOTION and V_TRIPPED.
I_TIME
S_DIMMER, V_DIMMER, V_LIGHT
S_LIGHT_LEVEL, V_LIGHT_LEVEL
S_BARO, V_PRESSURE, V_FORECASTWe also added automation functions and SMS gateway (control and monitor your network with SMS).

-
New version of EasyIoT server is released. Supported MySensor data types are:
S_DOOR, V_TRIPPED,
S_HUM, V_HUM,
S_TEMP,V_TEMP,
S_LIGHT and V_LIGHT,
S_MOTION and V_TRIPPED.
I_TIME
S_DIMMER, V_DIMMER, V_LIGHT
S_LIGHT_LEVEL, V_LIGHT_LEVEL
S_BARO, V_PRESSURE, V_FORECASTWe also added automation functions and SMS gateway (control and monitor your network with SMS).

-
@EasyIoT Does anybody know if there are any basic instructions available on how to installing/using EasyIoT ? I haven't used a Raspberry Pi before.
The instructions given on MySensors for the Vera controller are really good. Is anything similar available for EasyIoT?
-
@EasyIoT Does anybody know if there are any basic instructions available on how to installing/using EasyIoT ? I haven't used a Raspberry Pi before.
The instructions given on MySensors for the Vera controller are really good. Is anything similar available for EasyIoT?
-
New version of EasyIoT server V0.7 released. Supported MySesnors data types are:
S_DOOR, V_TRIPPED Low power door/window sensor,
S_HUM, V_HUM,
S_TEMP,V_TEMP,
S_LIGHT and V_LIGHT,
S_MOTION and V_TRIPPED.
I_TIME
S_DIMMER, V_DIMMER, V_LIGHT
S_LIGHT_LEVEL, V_LIGHT_LEVEL
S_BARO, V_PRESSURE, V_FORECAST
S_DISTANCE, V_DISTANCE
S_DUST, V_DUST_LEVEL
S_POWER, V_WATT, V_KWH
S_WATER, V_FLOW, V_VOLUME
S_UV, V_UV
S_MOTION, V_TRIPPED - > also supports motion detectorYou can download latest release at EasyIoT server download
-
Hi,
just been trying out version 0.7 of EasyIoT. I've got my battery powered nodes reporting correctly the temperature sensor value in EasyIoT. They do however also transmit the current battery voltage of the node but so far I haven't seen a way to have EasyIoT report that 'sensor' value. Have I missed something or is this not yet supported?
Many thanks for your work.
Cheers
Richard -
Hi,
just been trying out version 0.7 of EasyIoT. I've got my battery powered nodes reporting correctly the temperature sensor value in EasyIoT. They do however also transmit the current battery voltage of the node but so far I haven't seen a way to have EasyIoT report that 'sensor' value. Have I missed something or is this not yet supported?
Many thanks for your work.
Cheers
Richard@hawk_2050 Battery status is supported. You do not need to configure anything. Just send battery status and it will show in user interface.
-
@hawk_2050 Battery status is supported. You do not need to configure anything. Just send battery status and it will show in user interface.
Just released EasyIoT server beta v0_8b1 with support for MySensors:S_COVER, V_UP, V_STOP, V_DOWN, V_DIMMER.