Skip to content

Latest commit

 

History

History
89 lines (58 loc) · 2.56 KB

BigeekieIOT.md

File metadata and controls

89 lines (58 loc) · 2.56 KB

Bigeekie - Node RED, domótica en casa

Índice:

FlowsEvol/Chronograf1.png

  • Gauge:

FlowsEvol/Chronograf2.png

  • Ejemplo alertas Kapacitor:
    • Temp alert:

      • Threshold
      • Seleccionar base de datos y medida, 0 functions
      • temp, less than 16
      • add handler: Telegram con bot token y chatId
      • Message: {{ if eq .Level "OK" }}Problema de temperatura arreglado 😀.{{ else }}La temperatura ha bajado de 16ºC 💩.{{ end }} Valor actual: {{ index .Fields "value" }} ºC, fecha: {{.Time}}
    • Relay alert:

      • Threshold
      • Seleccionar base de datos y medida, 0 functions
      • temp, less than 16
      • add handler: http://localhost:1880/api/relay
      • Message: {{ if eq .Level "OK" }}0{{ else }}1{{ end }}

Recetas:

Recetas.md