| [Alarm] | |
| expression = "outTemp < 40.0" | |
| time_wait = 3600 | |
| smtp_host = smtp.example.com | |
| smtp_user = myusername | |
| smtp_password = mypassword | |
| from = sa...@example.com | |
| mailto = ja...@example.com, b...@example.com | |
| subject = "Alarm message from weewx!" |
| [Engine] | |
| [[Services]] | |
| ... | |
| report_services = weewx.engine.StdPrint, weewx.engine.StdReport, user.alarm.MyAlarm |
--
You received this message because you are subscribed to the Google Groups "weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/b42b7a8e-ac8e-406a-a68e-35bff495c96b%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/2104489D-BDCE-4238-AEBC-7DD911071C63%40gmail.com.
1/ directory usr/share/weewx/bin/user does not existe ;
2/ Alarm.py is already in usr/share/weewx/user but it does not work...
I have a "standard" weewx installation under raspbian raspberry.
And when i put user.alarm.MyAlarm in [Engine] [[Services]]... As described, weewx connexion with my base does not work. If i remove user.alarm.MyAlarm weewx si normaly functionning...
And no mail is Nevers send as alarm !
So, i am not sure of the "user directory" because the configuration [Alarm] is simply to put and the problem is comming when adding user.alarm.MyAlarm
Si, where to put the Alarm.py or why it does not functionning ??? And blocking weawx normal work ??
Thanks you...