Skip to content

Enable Dashboard use ping ESPHOME #2966

Answered by tteck
pbabin2001 asked this question in Help Needed
Discussion options

You must be logged in to vote

Have you tried adding Environment=ESPHOME_DASHBOARD_USE_PING=true to the esphomeDashboard.service

e.g.

nano /etc/systemd/system/esphomeDashboard.service
[Unit]
Description=ESPHome Dashboard
After=network.target

[Service]
Environment=ESPHOME_DASHBOARD_USE_PING=true
ExecStart=/usr/local/bin/esphome dashboard /root/config/
Restart=always
User=root

[Install]
WantedBy=multi-user.target

This might work.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by tteck
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants