Notification - Printable Version +- Calaos, Home Automation Forum (https://calaos.fr/forum) +-- Forum: Utilisation - Installation - Configuration (https://calaos.fr/forum/forumdisplay.php?fid=4) +--- Forum: Calaos Installer (https://calaos.fr/forum/forumdisplay.php?fid=6) +--- Thread: Notification (/showthread.php?tid=60) |
RE: Notification - raoulh - 01-22-2014 pour gmail le smtp_username doit etre l'adresse email au complet il me semble... RE: Notification - Martluc - 01-22-2014 merci pour la réponse j'ai repris exactement ce qui fonctionnait. mais meme en rajoutant @gmail.com, ce n 'est pas mieux. Comment faire des logs afin de trouver l'ejection ? RE: Notification - raoulh - 01-23-2014 Pour les log tu peux les afficher avec: Code: journalctl -ru calaos-server Ou si tu veux que ca les affiches au fur et a mesure: Code: journalctl -fu calaos-server RE: Notification - Martluc - 01-23-2014 Salut Raoul, Peut être peux tu orienter la recherche. le declenchement se fait mais je ne comprends pas le message sendmail. merci Jluc Jan 22 14:08:19 raspberrypi calaos_server[195]: INFO network : UDPServer: recei ved input 56 state=1 Jan 22 14:08:19 raspberrypi calaos_server[195]: ERROR mail : SendMail: an excep tion occured: gnutls_handshake() returned GNUTLS_E_UNEXPECTED_PACKET Jan 22 14:08:19 raspberrypi calaos_server[195]: INFO mail : SendMail: Sending m ail (attempt #2) "Intervention alarme Tanet" Jan 22 14:08:19 raspberrypi calaos_server[195]: INFO input : WIDigitalTriple::R eceiveFromWago(): Got 0 on std input 56 Jan 22 14:08:19 raspberrypi calaos_server[195]: INFO network : UDPServer: recei ved input 56 state=0 Jan 22 14:08:19 raspberrypi calaos_server[195]: INFO input : WIDigitalTriple::R eceiveFromWago(): Got 1 on std input 56 Jan 22 14:08:19 raspberrypi calaos_server[195]: INFO network : UDPServer: recei ved input 56 state=1 Jan 22 14:08:19 raspberrypi calaos_server[195]: INFO input : WIDigitalTriple::R eceiveFromWago(): Got 0 on std input 56 Jan 22 14:08:19 raspberrypi calaos_server[195]: INFO network : UDPServer: recei ved input 56 state=0 Jan 22 14:08:19 raspberrypi calaos_server[195]: INFO network : Using local ip a ddress: 192.168.0.100 Jan 22 14:08:19 raspberrypi calaos_server[195]: INFO input : WIDigitalTriple::R RE: Notification - Martluc - 01-27-2014 Salut Raoul, Peut être peux tu orienter la recherche. le déclenchement se fait mais je ne comprends pas le message sendmail. merci Jluc RE: Notification - raoulh - 01-27-2014 J'avais deja vu ton message, sauf que je sais pas. Donc je cherche... RE: Notification - raoulh - 01-27-2014 Je crois que je sais pkoi, il manque les certificats SSL sur l'image v2 pour rpi et mele. Essaye ca en console (SSH): Code: wget http://calaos.fr/download/ca-certificates_20130610-r0_all.ipk RE: Notification - Martluc - 01-30-2014 Merci pour la réponse. Il semble y avoir du mieux apres l'instal des certif. maintenant, je pese que c'est une erreur de syntaxe? > Jan 01 00:06:05 raspberrypi calaos_server[195]: ERROR mail : SendMail: an ex...T > Jan 01 00:06:05 raspberrypi calaos_server[195]: INFO mail : SendMail: Sendin..." Jluc Pour mémoire <calaos:option name="dns_address" value="192.168.0.254" /> <calaos:option name="smtp_server" value="smtps://smtp.gmail.com" /> <calaos:option name="smtp_port" value="587" /> <calaos:option name="smtp_auth" value="true" /> <calaos:option name="smtp_username" value="jl.martluc@gmail.com" /> <calaos:option name="smtp_password" value="toto" /> <calaos:option name="smtp_tls" value="true" /> <calaos:option name="longitude" value="7.7167" /> <calaos:option name="latitude" value="48.6667" /> RE: Notification - raoulh - 01-30-2014 Il faut l'erreur en entier, parce que la je sais pas ce qu'il y a... RE: Notification - Martluc - 01-30-2014 je m'attendais à ta question, mais je ne sais pas comment en afficher plus... je suis en fenêtrage maxi |