- Posts: 99
- Karma: 1
- Thank you received: 7
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
asm7100 wrote: Does MySesnosrs only works with NRF24L01??
To me it seems a little silly to have two kinds of wireless, when you have mcp12 modules?
Please Log in or Create an account to join the conversation.
EasyIoT wrote: I have automation program to check if node is alive. For ESP8266 you have Status.Connection property. In MySesnosrs (NRF24L01) driver you do not have connection status, so all nodes should send data at least once per day. If not I detect this and send notification email.
I plan to add Status.Connection visualization in WEB interface on module display.
Please Log in or Create an account to join the conversation.
lesjaw wrote:
EasyIoT wrote: I have automation program to check if node is alive. For ESP8266 you have Status.Connection property. In MySesnosrs (NRF24L01) driver you do not have connection status, so all nodes should send data at least once per day. If not I detect this and send notification email.
I plan to add Status.Connection visualization in WEB interface on module display.
Last night i was thinking about create automation too, what I was think is create a web server inside the node then create automation to POST/GET data from it then send email if there is no reply.. Btw can we use ping command in automation? As far as I know we can execute cmd.exe...
Status.Connection seems very good indeed... Will try this asap..
Please Log in or Create an account to join the conversation.