× This is the optional category header for the Suggestion Box.

Real Time Notification

9 years 3 months ago - 9 years 3 months ago #19 by PupazzoGnappo
Hi!
I just set up my little network with esp8266s and it works great!!! i was just wondering , is there ( or will it be ) the possibility to send real-time notifications in particular conditions? I.E when my backdoor is open, a notification appears on my smartphone/pc/tablet/microwawe ;D Or also emails , sms, etc etc.

moreover, are you planning to develop an android app?
(This is not a critic , this web interface works so fine! )
Cheers from Italy!

P.s Since i'm just a raspberry pi noob , the wirings for nrf24l01 chip on the raspy B+ are the same of the previous version? Cause B+ has more pins ( 40 ) and i just want to be sure ;) especially for GPIO25 pin

Moreover, for low power application ( like door sensor) did you ever think about replacing the Pro mini 3.3 with just an attiny85 ( not a matter of cost, just of device size , attiny has just 8 pins and can be programmed to have sick low power consumption, even lower thant pro mini )

Contact me at : This email address is being protected from spambots. You need JavaScript enabled to view it.
Plain is smart. Smart is plain

Please Log in or Create an account to join the conversation.

9 years 3 months ago #22 by EasyIoT
Replied by EasyIoT on topic Real Time Notification

PupazzoGnappo wrote: Hi!
I just set up my little network with esp8266s and it works great!!! i was just wondering , is there ( or will it be ) the possibility to send real-time notifications in particular conditions? I.E when my backdoor is open, a notification appears on my smartphone/pc/tablet/microwawe ;D Or also emails , sms, etc etc.

moreover, are you planning to develop an android app?
(This is not a critic , this web interface works so fine! )
Cheers from Italy!

P.s Since i'm just a raspberry pi noob , the wirings for nrf24l01 chip on the raspy B+ are the same of the previous version? Cause B+ has more pins ( 40 ) and i just want to be sure ;) especially for GPIO25 pin

Moreover, for low power application ( like door sensor) did you ever think about replacing the Pro mini 3.3 with just an attiny85 ( not a matter of cost, just of device size , attiny has just 8 pins and can be programmed to have sick low power consumption, even lower thant pro mini )


Hi,
Right now I'm developing SMS gateway to send SMS notification to phone. It will be available in future releases of EasyIoT server.

Android app will be released, but it's not in first plan, because WEB interface works quite well. At the moment development of other functions are more important.

At the moment NRF24L01 is tested only on B version. But it should work on B+ because first 25 pins are the same (backward compatibility).
The following user(s) said Thank You: PupazzoGnappo

Please Log in or Create an account to join the conversation.

9 years 3 months ago #30 by PupazzoGnappo

Right now I'm developing SMS gateway to send SMS notification to phone. It will be available in future releases of EasyIoT server.

Android app will be released, but it's not in first plan, because WEB interface works quite well. At the moment development of other functions are more important.


You're definitely right, web interface works great , i was just curious ;)
About the notification , I'm playing on the latest release of the Raspberry pi B+ image disc and all works fine . Will the current version be updatable to get the new features ( i.e. the sms gateway) or a new fresh install will be necessary?
Thanks a lot for your time , i'm really enthusiast about your project.

Contact me at : This email address is being protected from spambots. You need JavaScript enabled to view it.
Plain is smart. Smart is plain

Please Log in or Create an account to join the conversation.

9 years 3 months ago #38 by EasyIoT
Replied by EasyIoT on topic Real Time Notification

PupazzoGnappo wrote:

Right now I'm developing SMS gateway to send SMS notification to phone. It will be available in future releases of EasyIoT server.

Android app will be released, but it's not in first plan, because WEB interface works quite well. At the moment development of other functions are more important.


You're definitely right, web interface works great , i was just curious ;)
About the notification , I'm playing on the latest release of the Raspberry pi B+ image disc and all works fine . Will the current version be updatable to get the new features ( i.e. the sms gateway) or a new fresh install will be necessary?
Thanks a lot for your time , i'm really enthusiast about your project.


To upgrade EasyIoT server, keep config folder and database file EasyIoTDatabase.sqlite all other should be rewritten with new files.
The following user(s) said Thank You: PupazzoGnappo

Please Log in or Create an account to join the conversation.

9 years 3 months ago #56 by PupazzoGnappo
Hey admin, i have one suggestion and one question for you :)
( I wrote all down here so i don't have to open another topic and entropy will not increase )
Question : i'm developing a TEMP-HUM-DOOR node on arduino and i was wondering if using interrupts will conflict with mysensor library. I'd like to monitor the door reed switch with interrupt , to lower down the power consumption of the board. Let me know

Suggestion : Again, about real time notification . i was wondering if there's a mechanism to control if a node is active or not, something like a PING to test if the node is responsive or if it's down.

For example: my door sensor enables, a notification is sent to my phone/email etc. In case a thief run into my house, he could try to broke my alam system ( i.e cutting off the battery of the node) . So, if after a determined time interval my node becomes unrensposive, a second notification would be sent to inform that someone is entered in the house and powered down the alarm ( Now is time to call the cops)

Contact me at : This email address is being protected from spambots. You need JavaScript enabled to view it.
Plain is smart. Smart is plain

Please Log in or Create an account to join the conversation.

9 years 3 months ago #59 by EasyIoT
Replied by EasyIoT on topic Real Time Notification

PupazzoGnappo wrote: Hey admin, i have one suggestion and one question for you :)
( I wrote all down here so i don't have to open another topic and entropy will not increase )
Question : i'm developing a TEMP-HUM-DOOR node on arduino and i was wondering if using interrupts will conflict with mysensor library. I'd like to monitor the door reed switch with interrupt , to lower down the power consumption of the board. Let me know

Suggestion : Again, about real time notification . i was wondering if there's a mechanism to control if a node is active or not, something like a PING to test if the node is responsive or if it's down.

For example: my door sensor enables, a notification is sent to my phone/email etc. In case a thief run into my house, he could try to broke my alam system ( i.e cutting off the battery of the node) . So, if after a determined time interval my node becomes unrensposive, a second notification would be sent to inform that someone is entered in the house and powered down the alarm ( Now is time to call the cops)


You can build TEMP-HUM-DOOR sensor with interrupts. It's door sensor, which wake up periodically and sends temp/hum data.

MySensor library does not provide this functionality. Usually I wake up sensor at least once per day and send sensor data and battery status - that's how I know they are alive. You can write automation script on EasyIoT server to check last send date and then set alarm.

ESP8266 EasyIoT library sets Status.Connection property to monitor connection to sensor automatically.

Please Log in or Create an account to join the conversation.

Time to create page: 0.258 seconds

Forum latest

  • No posts to display.