This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import time | |
import sys | |
import socket | |
host = "13.58.55.42" #set to server ip or hostname | |
port = 25050 | |
number_of_pings = 40 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
esphome: | |
name: salt_sensor | |
platform: ESP8266 | |
board: d1_mini | |
wifi: | |
ssid: !secret ssid | |
password: !secret ssid_password | |
manual_ip: | |
static_ip: <enter your own> |