Jump to content
C4 Forums | Control4

How to create a monthly report on battery level of water sensors


Bruce S

Recommended Posts


Thanks for the reply.  I should have been more verbose.  I know how to send emails, I do it when my sensors detect water (email based on an event that occurs).  I guess what I'm looking to do is to query each sensor's battery level and then somehow notify me what those levels are.  These aren't events, they're just status.  So how would obtain those levels?  thanks again

Link to comment
Share on other sites

You can combine our notification suite with our event logger to do this.

Our event logger will log to a file on the local filesystem.

Notification Suite will allow you to email with attachment from the notification suite web server.

 

Link to comment
Share on other sites

18 hours ago, Bruce S said:

Thanks for the reply.  I should have been more verbose.  I know how to send emails, I do it when my sensors detect water (email based on an event that occurs).  I guess what I'm looking to do is to query each sensor's battery level and then somehow notify me what those levels are.  These aren't events, they're just status.  So how would obtain those levels?  thanks again

Assuming the item in question has a battery percentage variable...
Setup a schedule event for say Monday, Thursday and Saturday at 8am. (could be daily, once a week, etc as you prefer and expect trigger to occur)
Setup an email to include all the sensors battery level variables.

For each scheduled events:
If sensor A is less than 20% - email, stop
If sensor B is less than 20% - email, stop
etc
(Any sensor goes below 20%, you get an email, or notification)

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.