Konnected

Still happening

go to https://yourcoreip/simple and run it from there. do you get the same issue?

Yes I do.

try an in private browser

Try

sudo oll-esphome --restart

both of those, are a no.

sudo oll-esphome --logs

give me a bunch
and try to click new when you’re doing it.

Summary

login as: oh-la
[email protected]’s password:
Linux Collective-Core 5.16.0 #1 SMP PREEMPT Tue Jan 18 16:29:35 UTC 2022 aarch64
█▀▀ █▀█ █░░ █░░ █▀▀ █▀▀ ▀█▀ █ █░█ █▀▀ █▀▀ █▀█ █▀█ █▀▀
█▄▄ █▄█ █▄▄ █▄▄ ██▄ █▄▄ ░█░ █ ▀▄▀ ██▄ █▄▄ █▄█ █▀▄ ██▄

𝗯𝘆 𝗢𝗵-𝗟𝗮 𝗟𝗮𝗯𝘀

Marjebian is based on Debian with full support for the official Debian APT sources!
Image version: v1.8.2.0727
Booted from eMMC!
For additional help, run “oll-help --help”.
Last login: Fri Aug 26 13:41:36 2022 from 192.168.1.30
oh-la@Collective-Core:~$ oll-esphome --help
Usage: oll-esphome [OPTION]
oll-esphome [–start|–stop|–status|–logs|–enable|–help]
Manages the Oh-La Labs ESPHome Podman container for the oh-la user.

oll-esphome is an Oh-La Labs command used on CORE.
Using container repo: esphome/esphome:latest

Options:
-s,–start : Start the container
-p,–stop : Stop the container
-e,–restart : Restart the container
–enable : Enable the container to start automatically at boot
–disable : Disable the container to prevent it from starting automatically at boot
–update : Update the container (runs stop, remove, update)
–status : Status of the container
-l,–logs : The container logs
–shell : Open a shell (/bin/bash) in the container. Requires /bin/bash to be present inside the container.
–prepare : Prepare file and folder permissions as well as create/update any files needed for running the container.
–defaults : Set defaults for ESPHome if none are already set.
-a,–attach : DANGER: Attach to the container (might break the terminal, use --logs or --shell instead)
–remove : Remove the container (doesn’t remove user data)
–backup-image : Save a copy of the container IMAGE to “/home/oh-la/containers”. This can then be used to restore the image without downloading it from the Internet again.
–restore-image : Restore the container IMAGE saved in “/home/oh-la/containers”. This can then be used to restore the image without downloading it from the Internet again.
–delete-data : DANGER! DELETES ALL USER DATA in /home/oh-la/data/esphome as well as all other data pertaining to this container!
–list-tags=<num_tags> : Lists the latest num_tags container tags available for ESPHome. Can be used to configure “pinning” and/or downgrading to a specific version. eg --list-tags 20
–run= : SYSTEMD SERVICE ONLY: Run the container (DON’T run this manually, use --start)
-f,–forced : Force action
-h,–help : Print this help text

Arguments to long options are mandatory for short options too.

The systemd service controlled by this command is “podman-esphome”.

Documentation: https://docs.oh-lalabs.com
For Copyright and License see: /usr/share/doc/ollscripts/copyright
oh-la@Collective-Core:~$ oll-esphome --restore-image
INFO: Running as required user oh-la
INFO: Restoring the ESPHome container image (if it exists)…
ERROR: No image available at “/home/oh-la/containers/esphome.tar.xz”! Aborting
oh-la@Collective-Core:~$ sudo oll-esphome --restore-image
[sudo] password for oh-la:
INFO: We are root, becoming the oh-la user instead…
INFO: Running “oll-esphome --restore-image” as user oh-la
INFO: Running as required user oh-la
INFO: Restoring the ESPHome container image (if it exists)…
ERROR: No image available at “/home/oh-la/containers/esphome.tar.xz”! Aborting
oh-la@Collective-Core:~$ sudo oll-esphome --update
INFO: Done!
INFO: We are root, becoming the oh-la user instead…
INFO: Running “oll-esphome --update” as user oh-la
INFO: Running as required user oh-la
INFO: Updating the ESPHome container…
Resolving “esphome/esphome” using unqualified-search registries (/etc/containers/registries.conf)
Trying to pull docker.io/esphome/esphome:latest
Getting image source signatures
Copying blob d8a57abe3078 skipped: already exists
Copying blob 93d95cbb9e99 skipped: already exists
Copying blob 4407a1cd79bc skipped: already exists
Copying blob d646d4b97eb0 skipped: already exists
Copying blob 2203022c5aa9 skipped: already exists
Copying blob 30de99d9b9b1 skipped: already exists
Copying blob efc1cc8434db skipped: already exists
Copying blob 4114a0917eda [--------------------------------------] 0.0b / 0.0b
Copying blob 08d6c8b829c1 [--------------------------------------] 0.0b / 0.0b
Copying config 443fb89674 done
Writing manifest to image destination
Storing signatures
443fb896749fa1461d10eee070a63a91829204d2c8ab49252cee3b7fcc0cdb2c
INFO: Done!
WARN: The container ESPHome has NOT been started again!
INFO: Run “sudo oll-esphome --start” to start the ESPHome container
oh-la@Collective-Core:~$ sudo oll-esphome --start
INFO: Starting the ESPHome container…
INFO: Done!
oh-la@Collective-Core:~$ sudo oll-esphome --defaults
INFO: We are root, becoming the oh-la user instead…
INFO: Running “oll-esphome --defaults” as user oh-la
INFO: Running as required user oh-la
oh-la@Collective-Core:~$
login as: oh-la
[email protected]’s password:
Linux Collective-Core 5.16.0 #1 SMP PREEMPT Tue Jan 18 16:29:35 UTC 2022 aarch64
█▀▀ █▀█ █░░ █░░ █▀▀ █▀▀ ▀█▀ █ █░█ █▀▀ █▀▀ █▀█ █▀█ █▀▀
█▄▄ █▄█ █▄▄ █▄▄ ██▄ █▄▄ ░█░ █ ▀▄▀ ██▄ █▄▄ █▄█ █▀▄ ██▄

𝗯𝘆 𝗢𝗵-𝗟𝗮 𝗟𝗮𝗯𝘀

Marjebian is based on Debian with full support for the official Debian APT sources!
Image version: v1.8.2.0727
Booted from eMMC!
For additional help, run “oll-help --help”.
Last login: Fri Aug 26 14:25:10 2022 from 192.168.1.30
oh-la@Collective-Core:~$ sudo oll-esphome --restart
[sudo] password for oh-la:
INFO: Restarting the ESPHome container…
INFO: Done!
oh-la@Collective-Core:~$ sudo oll-esphome --logs
INFO: Running: journalctl -u podman-esphome.service -f -n 100
INFO: Displaying the last 100 lines and following the logs for podman-esphome.service:
– Journal begins at Sun 2022-08-21 04:02:21 MST. –
Aug 26 20:13:30 Collective-Core conmon[18172]: 2022-08-26 20:13:30,502 INFO 200 GET /static/css/esphome-2.css?hash=b79b4733 (10.0.2.100) 5.90ms
Aug 26 20:13:30 Collective-Core conmon[18172]: 2022-08-26 20:13:30,523 INFO 200 GET /static/fonts/material-icons/MaterialIcons-Regular.woff2?hash=570eb838 (10.0.2.100) 14.01ms
Aug 26 20:13:30 Collective-Core conmon[18172]: 2022-08-26 20:13:30,528 INFO 200 GET /static/js/vendor/jquery/jquery.min.js?hash=12108007 (10.0.2.100) 15.70ms
Aug 26 20:13:30 Collective-Core conmon[18172]: 2022-08-26 20:13:30,535 INFO 200 GET /static/css/vendor/materialize/materialize.min.css?hash=ec1df3ba (10.0.2.100) 19.83ms
Aug 26 20:13:30 Collective-Core conmon[18172]: 2022-08-26 20:13:30,544 INFO 200 GET /static/js/vendor/jquery-ui/jquery-ui.min.js?hash=cab3392d (10.0.2.100) 25.49ms
Aug 26 20:13:30 Collective-Core conmon[18172]: 2022-08-26 20:13:30,566 INFO 200 GET /static/js/vendor/jquery-validate/jquery.validate.min.js?hash=aad785d4 (10.0.2.100) 14.31ms
Aug 26 20:13:30 Collective-Core conmon[18172]: 2022-08-26 20:13:30,573 INFO 200 GET /static/js/vendor/materialize/materialize.min.js?hash=4be20daf (10.0.2.100) 17.22ms
Aug 26 20:13:30 Collective-Core conmon[18172]: 2022-08-26 20:13:30,583 INFO 200 GET /static/js/vendor/ace/ace.js?hash=65322f49 (10.0.2.100) 24.33ms
Aug 26 20:13:30 Collective-Core conmon[18172]: 2022-08-26 20:13:30,601 INFO 200 GET /static/js/esphome/index-54a243cf.js (10.0.2.100) 11.71ms
Aug 26 20:13:30 Collective-Core conmon[18172]: 2022-08-26 20:13:30,676 INFO 200 GET /static/js/vendor/ace/theme-dreamweaver.js (10.0.2.100) 6.32ms
Aug 26 20:13:30 Collective-Core conmon[18172]: 2022-08-26 20:13:30,690 INFO 200 GET /static/js/vendor/ace/mode-yaml.js (10.0.2.100) 10.12ms
Aug 26 20:13:30 Collective-Core conmon[18172]: 2022-08-26 20:13:30,695 INFO 304 GET /devices (10.0.2.100) 12.56ms
Aug 26 20:13:30 Collective-Core conmon[18172]: 2022-08-26 20:13:30,707 INFO 200 GET /static/fonts/material-icons/MaterialIcons-Regular.woff2 (10.0.2.100) 4.70ms
Aug 26 20:13:30 Collective-Core conmon[18172]: 2022-08-26 20:13:30,713 INFO 101 GET /ace (10.0.2.100) 2.94ms
Aug 26 20:13:30 Collective-Core conmon[18172]: 2022-08-26 20:13:30,737 INFO Running command ‘esphome --dashboard -q vscode --ace /config’
Aug 26 20:13:30 Collective-Core conmon[18172]: 2022-08-26 20:13:30,764 INFO 200 GET /static/images/favicon.ico?hash=2655a073 (10.0.2.100) 6.54ms
Aug 26 20:13:32 Collective-Core conmon[18172]: 2022-08-26 20:13:32,699 INFO 304 GET /edit?configuration=secrets.yaml (10.0.2.100) 4.30ms
Aug 26 20:13:35 Collective-Core conmon[18172]: 2022-08-26 20:13:35,687 INFO 304 GET /devices (10.0.2.100) 6.34ms
Aug 26 20:13:40 Collective-Core conmon[18172]: 2022-08-26 20:13:40,690 INFO 304 GET /devices (10.0.2.100) 4.55ms
Aug 26 20:13:45 Collective-Core conmon[18172]: 2022-08-26 20:13:45,703 INFO 304 GET /devices (10.0.2.100) 5.00ms
Aug 26 20:13:50 Collective-Core conmon[18172]: 2022-08-26 20:13:50,719 INFO 304 GET /devices (10.0.2.100) 4.82ms
Aug 26 20:13:56 Collective-Core conmon[18172]: 2022-08-26 20:13:56,276 INFO 304 GET /devices (10.0.2.100) 5.44ms
Aug 26 20:14:01 Collective-Core conmon[18172]: 2022-08-26 20:14:01,290 INFO 304 GET /devices (10.0.2.100) 4.35ms
Aug 26 20:14:07 Collective-Core conmon[18172]: 2022-08-26 20:14:07,289 INFO 304 GET /devices (10.0.2.100) 5.27ms
Aug 26 20:14:13 Collective-Core conmon[18172]: 2022-08-26 20:14:13,284 INFO 304 GET /devices (10.0.2.100) 5.85ms
Aug 26 20:14:19 Collective-Core conmon[18172]: 2022-08-26 20:14:19,278 INFO 304 GET /devices (10.0.2.100) 5.86ms
Aug 26 20:14:25 Collective-Core conmon[18172]: 2022-08-26 20:14:25,287 INFO 304 GET /devices (10.0.2.100) 5.17ms
Aug 26 20:14:31 Collective-Core conmon[18172]: 2022-08-26 20:14:31,278 INFO 304 GET /devices (10.0.2.100) 8.05ms
Aug 26 20:14:37 Collective-Core conmon[18172]: 2022-08-26 20:14:37,294 INFO 304 GET /devices (10.0.2.100) 7.83ms
Aug 26 20:14:43 Collective-Core conmon[18172]: 2022-08-26 20:14:43,293 INFO 304 GET /devices (10.0.2.100) 6.09ms
Aug 26 20:14:49 Collective-Core conmon[18172]: 2022-08-26 20:14:49,285 INFO 304 GET /devices (10.0.2.100) 4.35ms
Aug 26 20:14:55 Collective-Core conmon[18172]: 2022-08-26 20:14:55,280 INFO 304 GET /devices (10.0.2.100) 4.47ms
Aug 26 20:15:01 Collective-Core conmon[18172]: 2022-08-26 20:15:01,293 INFO 304 GET /devices (10.0.2.100) 6.27ms
Aug 26 20:15:07 Collective-Core conmon[18172]: 2022-08-26 20:15:07,289 INFO 304 GET /devices (10.0.2.100) 5.46ms
Aug 26 20:15:13 Collective-Core conmon[18172]: 2022-08-26 20:15:13,288 INFO 304 GET /devices (10.0.2.100) 3.99ms
Aug 26 20:15:19 Collective-Core conmon[18172]: 2022-08-26 20:15:19,279 INFO 304 GET /devices (10.0.2.100) 6.18ms
Aug 26 20:15:25 Collective-Core conmon[18172]: 2022-08-26 20:15:25,295 INFO 304 GET /devices (10.0.2.100) 4.45ms
Aug 26 20:15:31 Collective-Core conmon[18172]: 2022-08-26 20:15:31,292 INFO 304 GET /devices (10.0.2.100) 4.29ms
Aug 26 20:15:37 Collective-Core conmon[18172]: 2022-08-26 20:15:37,291 INFO 304 GET /devices (10.0.2.100) 4.51ms
Aug 26 20:15:43 Collective-Core conmon[18172]: 2022-08-26 20:15:43,284 INFO 304 GET /devices (10.0.2.100) 5.56ms
Aug 26 20:15:49 Collective-Core conmon[18172]: 2022-08-26 20:15:49,284 INFO 304 GET /devices (10.0.2.100) 5.17ms
Aug 26 20:15:55 Collective-Core conmon[18172]: 2022-08-26 20:15:55,306 INFO 304 GET /devices (10.0.2.100) 4.38ms
Aug 26 20:16:01 Collective-Core conmon[18172]: 2022-08-26 20:16:01,307 INFO 304 GET /devices (10.0.2.100) 6.89ms
Aug 26 20:16:07 Collective-Core conmon[18172]: 2022-08-26 20:16:07,293 INFO 304 GET /devices (10.0.2.100) 6.87ms
Aug 26 20:16:13 Collective-Core conmon[18172]: 2022-08-26 20:16:13,279 INFO 304 GET /devices (10.0.2.100) 5.95ms
Aug 26 20:16:18 Collective-Core conmon[18172]: 2022-08-26 20:16:18,286 INFO 304 GET /devices (10.0.2.100) 6.05ms
Aug 26 20:16:24 Collective-Core conmon[18172]: 2022-08-26 20:16:24,293 INFO 304 GET /devices (10.0.2.100) 4.97ms
Aug 26 20:16:30 Collective-Core conmon[18172]: 2022-08-26 20:16:30,279 INFO 304 GET /devices (10.0.2.100) 4.18ms
Aug 26 20:16:36 Collective-Core conmon[18172]: 2022-08-26 20:16:36,272 INFO 304 GET /devices (10.0.2.100) 4.25ms
Aug 26 20:16:41 Collective-Core conmon[18172]: 2022-08-26 20:16:41,300 INFO 304 GET /devices (10.0.2.100) 4.46ms
Aug 26 20:16:47 Collective-Core conmon[18172]: 2022-08-26 20:16:47,287 INFO 304 GET /devices (10.0.2.100) 4.56ms
Aug 26 20:16:53 Collective-Core conmon[18172]: 2022-08-26 20:16:53,283 INFO 304 GET /devices (10.0.2.100) 7.05ms
Aug 26 20:16:59 Collective-Core conmon[18172]: 2022-08-26 20:16:59,290 INFO 304 GET /devices (10.0.2.100) 4.91ms
Aug 26 20:17:05 Collective-Core conmon[18172]: 2022-08-26 20:17:05,289 INFO 304 GET /devices (10.0.2.100) 5.12ms
Aug 26 20:17:11 Collective-Core conmon[18172]: 2022-08-26 20:17:11,282 INFO 304 GET /devices (10.0.2.100) 8.20ms
Aug 26 20:17:17 Collective-Core conmon[18172]: 2022-08-26 20:17:17,294 INFO 304 GET /devices (10.0.2.100) 5.94ms
Aug 26 20:17:23 Collective-Core conmon[18172]: 2022-08-26 20:17:23,280 INFO 304 GET /devices (10.0.2.100) 6.35ms
Aug 26 20:17:29 Collective-Core conmon[18172]: 2022-08-26 20:17:29,289 INFO 304 GET /devices (10.0.2.100) 4.56ms
Aug 26 20:17:35 Collective-Core conmon[18172]: 2022-08-26 20:17:35,283 INFO 304 GET /devices (10.0.2.100) 5.31ms
Aug 26 20:17:41 Collective-Core conmon[18172]: 2022-08-26 20:17:41,283 INFO 304 GET /devices (10.0.2.100) 5.79ms
Aug 26 20:17:47 Collective-Core conmon[18172]: 2022-08-26 20:17:47,281 INFO 304 GET /devices (10.0.2.100) 7.71ms
Aug 26 20:17:53 Collective-Core conmon[18172]: 2022-08-26 20:17:53,277 INFO 304 GET /devices (10.0.2.100) 5.89ms
Aug 26 20:17:59 Collective-Core conmon[18172]: 2022-08-26 20:17:59,296 INFO 304 GET /devices (10.0.2.100) 4.65ms
Aug 26 20:18:05 Collective-Core conmon[18172]: 2022-08-26 20:18:05,277 INFO 304 GET /devices (10.0.2.100) 4.77ms
Aug 26 20:18:10 Collective-Core conmon[18172]: 2022-08-26 20:18:10,303 INFO 304 GET /devices (10.0.2.100) 5.30ms
Aug 26 20:18:16 Collective-Core conmon[18172]: 2022-08-26 20:18:16,299 INFO 304 GET /devices (10.0.2.100) 5.21ms
Aug 26 20:18:22 Collective-Core conmon[18172]: 2022-08-26 20:18:22,287 INFO 304 GET /devices (10.0.2.100) 4.64ms
Aug 26 20:18:28 Collective-Core conmon[18172]: 2022-08-26 20:18:28,298 INFO 304 GET /devices (10.0.2.100) 4.45ms
Aug 26 20:18:34 Collective-Core conmon[18172]: 2022-08-26 20:18:34,292 INFO 304 GET /devices (10.0.2.100) 4.57ms
Aug 26 20:18:40 Collective-Core conmon[18172]: 2022-08-26 20:18:40,296 INFO 304 GET /devices (10.0.2.100) 6.91ms
Aug 26 20:18:46 Collective-Core conmon[18172]: 2022-08-26 20:18:46,293 INFO 304 GET /devices (10.0.2.100) 4.42ms
Aug 26 20:18:52 Collective-Core conmon[18172]: 2022-08-26 20:18:52,284 INFO 304 GET /devices (10.0.2.100) 5.89ms
Aug 26 20:18:58 Collective-Core conmon[18172]: 2022-08-26 20:18:58,294 INFO 304 GET /devices (10.0.2.100) 4.43ms
Aug 26 20:19:04 Collective-Core conmon[18172]: 2022-08-26 20:19:04,286 INFO 304 GET /devices (10.0.2.100) 6.05ms
Aug 26 20:19:10 Collective-Core conmon[18172]: 2022-08-26 20:19:10,287 INFO 304 GET /devices (10.0.2.100) 5.51ms
Aug 26 20:19:16 Collective-Core conmon[18172]: 2022-08-26 20:19:16,286 INFO 304 GET /devices (10.0.2.100) 4.89ms
Aug 26 20:19:22 Collective-Core conmon[18172]: 2022-08-26 20:19:22,286 INFO 304 GET /devices (10.0.2.100) 5.86ms
Aug 26 20:19:28 Collective-Core conmon[18172]: 2022-08-26 20:19:28,227 INFO 304 GET /devices (10.0.2.100) 4.64ms
Aug 26 20:19:33 Collective-Core conmon[18172]: 2022-08-26 20:19:33,280 INFO 304 GET /devices (10.0.2.100) 4.15ms
Aug 26 20:19:39 Collective-Core conmon[18172]: 2022-08-26 20:19:39,300 INFO 304 GET /devices (10.0.2.100) 4.88ms
Aug 26 20:19:45 Collective-Core conmon[18172]: 2022-08-26 20:19:45,297 INFO 304 GET /devices (10.0.2.100) 5.78ms
Aug 26 20:19:51 Collective-Core conmon[18172]: 2022-08-26 20:19:51,289 INFO 304 GET /devices (10.0.2.100) 5.57ms
Aug 26 20:19:57 Collective-Core conmon[18172]: 2022-08-26 20:19:57,607 INFO 304 GET /devices (10.0.2.100) 5.56ms
Aug 26 20:20:03 Collective-Core conmon[18172]: 2022-08-26 20:20:03,279 INFO 304 GET /devices (10.0.2.100) 6.79ms
Aug 26 20:20:09 Collective-Core conmon[18172]: 2022-08-26 20:20:09,294 INFO 304 GET /devices (10.0.2.100) 4.78ms
Aug 26 20:20:15 Collective-Core conmon[18172]: 2022-08-26 20:20:15,285 INFO 304 GET /devices (10.0.2.100) 5.09ms
Aug 26 20:20:21 Collective-Core conmon[18172]: 2022-08-26 20:20:21,291 INFO 304 GET /devices (10.0.2.100) 5.32ms
Aug 26 20:20:27 Collective-Core conmon[18172]: 2022-08-26 20:20:27,590 INFO 304 GET /devices (10.0.2.100) 4.79ms
Aug 26 20:20:33 Collective-Core conmon[18172]: 2022-08-26 20:20:33,286 INFO 304 GET /devices (10.0.2.100) 7.80ms
Aug 26 20:20:39 Collective-Core conmon[18172]: 2022-08-26 20:20:39,292 INFO 304 GET /devices (10.0.2.100) 6.20ms
Aug 26 20:20:45 Collective-Core conmon[18172]: 2022-08-26 20:20:45,285 INFO 304 GET /devices (10.0.2.100) 7.14ms
Aug 26 20:20:51 Collective-Core conmon[18172]: 2022-08-26 20:20:51,280 INFO 304 GET /devices (10.0.2.100) 7.23ms
Aug 26 20:20:57 Collective-Core conmon[18172]: 2022-08-26 20:20:57,596 INFO 304 GET /devices (10.0.2.100) 4.48ms
Aug 26 20:21:03 Collective-Core conmon[18172]: 2022-08-26 20:21:03,287 INFO 304 GET /devices (10.0.2.100) 5.74ms
Aug 26 20:21:09 Collective-Core conmon[18172]: 2022-08-26 20:21:09,293 INFO 304 GET /devices (10.0.2.100) 4.28ms
Aug 26 20:21:15 Collective-Core conmon[18172]: 2022-08-26 20:21:15,296 INFO 304 GET /devices (10.0.2.100) 5.89ms
Aug 26 20:21:21 Collective-Core conmon[18172]: 2022-08-26 20:21:21,287 INFO 304 GET /devices (10.0.2.100) 6.02ms
Aug 26 20:21:27 Collective-Core conmon[18172]: 2022-08-26 20:21:27,300 INFO 304 GET /devices (10.0.2.100) 5.27ms
Aug 26 20:21:33 Collective-Core conmon[18172]: 2022-08-26 20:21:33,290 INFO 304 GET /devices (10.0.2.100) 6.15ms
Aug 26 20:21:39 Collective-Core conmon[18172]: 2022-08-26 20:21:39,293 INFO 304 GET /devices (10.0.2.100) 6.73ms
Aug 26 20:21:45 Collective-Core conmon[18172]: 2022-08-26 20:21:45,301 INFO 304 GET /devices (10.0.2.100) 4.38ms
Aug 26 20:21:50 Collective-Core conmon[18172]: 2022-08-26 20:21:50,500 INFO 304 GET /devices (10.0.2.100) 4.36ms
Aug 26 20:21:55 Collective-Core conmon[18172]: 2022-08-26 20:21:55,501 INFO 304 GET /devices (10.0.2.100) 5.36ms
Aug 26 20:21:56 Collective-Core conmon[18172]: 2022-08-26 20:21:56,631 INFO 200 GET /static/js/esphome/c.033b6977.js (10.0.2.100) 4.99ms
Aug 26 20:21:56 Collective-Core conmon[18172]: 2022-08-26 20:21:56,661 INFO 200 GET /static/js/esphome/c.6fb756f5.js (10.0.2.100) 6.68ms
Aug 26 20:21:56 Collective-Core conmon[18172]: 2022-08-26 20:21:56,673 INFO 200 GET /static/js/esphome/c.d840e936.js (10.0.2.100) 7.60ms
Aug 26 20:21:56 Collective-Core conmon[18172]: 2022-08-26 20:21:56,688 INFO 200 GET /static/js/esphome/c.4b8b3eaf.js (10.0.2.100) 6.66ms
Aug 26 20:21:56 Collective-Core conmon[18172]: 2022-08-26 20:21:56,705 INFO 200 GET /static/js/esphome/c.660c326f.js (10.0.2.100) 11.75ms
Aug 26 20:21:56 Collective-Core conmon[18172]: 2022-08-26 20:21:56,709 INFO 200 GET /static/js/esphome/c.1966b1d8.js (10.0.2.100) 13.27ms
Aug 26 20:21:56 Collective-Core conmon[18172]: 2022-08-26 20:21:56,712 INFO 200 GET /static/js/esphome/c.b540756b.js (10.0.2.100) 14.67ms
Aug 26 20:21:56 Collective-Core conmon[18172]: 2022-08-26 20:21:56,716 INFO 200 GET /static/js/esphome/c.4b69909b.js (10.0.2.100) 16.12ms
Aug 26 20:21:56 Collective-Core conmon[18172]: 2022-08-26 20:21:56,769 ERROR Uncaught exception GET /secret_keys (10.0.2.100)
Aug 26 20:21:56 Collective-Core conmon[18172]: HTTPServerRequest(protocol=‘http’, host=‘192.168.1.50’, method=‘GET’, uri=‘/secret_keys’, version=‘HTTP/1.1’, remote_ip=‘10.0.2.100’)
Aug 26 20:21:56 Collective-Core conmon[18172]: Traceback (most recent call last):
Aug 26 20:21:56 Collective-Core conmon[18172]: File “/esphome/esphome/yaml_util.py”, line 386, in _load_yaml_internal
Aug 26 20:21:56 Collective-Core conmon[18172]: return loader.get_single_data() or OrderedDict()
Aug 26 20:21:56 Collective-Core conmon[18172]: File “/usr/local/lib/python3.9/dist-packages/yaml/constructor.py”, line 51, in get_single_data
Aug 26 20:21:56 Collective-Core conmon[18172]: return self.construct_document(node)
Aug 26 20:21:56 Collective-Core conmon[18172]: File “/usr/local/lib/python3.9/dist-packages/yaml/constructor.py”, line 55, in construct_document
Aug 26 20:21:56 Collective-Core conmon[18172]: data = self.construct_object(node)
Aug 26 20:21:56 Collective-Core conmon[18172]: File “/usr/local/lib/python3.9/dist-packages/yaml/constructor.py”, line 100, in construct_object
Aug 26 20:21:56 Collective-Core conmon[18172]: data = constructor(self, node)
Aug 26 20:21:56 Collective-Core conmon[18172]: File “/esphome/esphome/yaml_util.py”, line 75, in wrapped
Aug 26 20:21:56 Collective-Core conmon[18172]: res = fn(loader, node)
Aug 26 20:21:56 Collective-Core conmon[18172]: File “/esphome/esphome/yaml_util.py”, line 161, in construct_yaml_map
Aug 26 20:21:56 Collective-Core conmon[18172]: raise yaml.constructor.ConstructorError(
Aug 26 20:21:56 Collective-Core conmon[18172]: yaml.constructor.ConstructorError: Duplicate key “wifi_ssid”
Aug 26 20:21:56 Collective-Core conmon[18172]: in “/config/secrets.yaml”, line 33, column 1:
Aug 26 20:21:56 Collective-Core conmon[18172]: wifi_ssid: “Konnected1”
Aug 26 20:21:56 Collective-Core conmon[18172]: ^
Aug 26 20:21:56 Collective-Core conmon[18172]: NOTE: Previous declaration here:
Aug 26 20:21:56 Collective-Core conmon[18172]: in “/config/secrets.yaml”, line 10, column 1:
Aug 26 20:21:56 Collective-Core conmon[18172]: wifi_ssid: “YourSSID”
Aug 26 20:21:56 Collective-Core conmon[18172]: ^
Aug 26 20:21:56 Collective-Core conmon[18172]:
Aug 26 20:21:56 Collective-Core conmon[18172]: The above exception was the direct cause of the following exception:
Aug 26 20:21:56 Collective-Core conmon[18172]:
Aug 26 20:21:56 Collective-Core conmon[18172]: Traceback (most recent call last):
Aug 26 20:21:56 Collective-Core conmon[18172]: File “/usr/local/lib/python3.9/dist-packages/tornado/web.py”, line 1702, in _execute
Aug 26 20:21:56 Collective-Core conmon[18172]: result = method(*self.path_args, **self.path_kwargs)
Aug 26 20:21:56 Collective-Core conmon[18172]: File “/esphome/esphome/dashboard/dashboard.py”, line 136, in decorator
Aug 26 20:21:56 Collective-Core conmon[18172]: return func(self, *args, **kwargs)
Aug 26 20:21:56 Collective-Core conmon[18172]: File “/esphome/esphome/dashboard/dashboard.py”, line 882, in get
Aug 26 20:21:56 Collective-Core conmon[18172]: secret_keys = list(yaml_util.load_yaml(filename, clear_secrets=False))
Aug 26 20:21:56 Collective-Core conmon[18172]: File “/esphome/esphome/yaml_util.py”, line 378, in load_yaml
Aug 26 20:21:56 Collective-Core conmon[18172]: return _load_yaml_internal(fname)
Aug 26 20:21:56 Collective-Core conmon[18172]: File “/esphome/esphome/yaml_util.py”, line 388, in _load_yaml_internal
Aug 26 20:21:56 Collective-Core conmon[18172]: raise EsphomeError(exc) from exc
Aug 26 20:21:56 Collective-Core conmon[18172]: esphome.core.EsphomeError: Duplicate key “wifi_ssid”
Aug 26 20:21:56 Collective-Core conmon[18172]: in “/config/secrets.yaml”, line 33, column 1:
Aug 26 20:21:56 Collective-Core conmon[18172]: wifi_ssid: “Konnected1”
Aug 26 20:21:56 Collective-Core conmon[18172]: ^
Aug 26 20:21:56 Collective-Core conmon[18172]: NOTE: Previous declaration here:
Aug 26 20:21:56 Collective-Core conmon[18172]: in “/config/secrets.yaml”, line 10, column 1:
Aug 26 20:21:56 Collective-Core conmon[18172]: wifi_ssid: “YourSSID”
Aug 26 20:21:56 Collective-Core conmon[18172]: ^
Aug 26 20:21:56 Collective-Core conmon[18172]: 2022-08-26 20:21:56,779 ERROR 500 GET /secret_keys (10.0.2.100) 31.59ms
Aug 26 20:22:00 Collective-Core conmon[18172]: 2022-08-26 20:22:00,522 INFO 304 GET /devices (10.0.2.100) 4.43ms
Aug 26 20:22:05 Collective-Core conmon[18172]: 2022-08-26 20:22:05,517 INFO 304 GET /devices (10.0.2.100) 3.98ms
Aug 26 20:22:10 Collective-Core conmon[18172]: 2022-08-26 20:22:10,515 INFO 304 GET /devices (10.0.2.100) 4.55ms
conmon[18172]: 2022-08-26 20:18:34,292 INFO 304 GET /devices (10.0.2.100) 4.57ms
Aug 26 20:18:40 Collective-Core conmon[18172]: 2022-08-26 20:18:40,296 INFO 304 GET /devices (10.0.2.100) 6.91ms
Aug 26 20:18:46 Collective-Core conmon[18172]: 2022-08-26 20:18:46,293 INFO 304 GET /devices (10.0.2.100) 4.42ms
Aug 26 20:18:52 Collective-Core conmon[18172]: 2022-08-26 20:18:52,284 INFO 304 GET /devices (10.0.2.100) 5.89ms
Aug 26 20:18:58 Collective-Core conmon[18172]: 2022-08-26 20:18:58,294 INFO 304 GET /devices (10.0.2.100) 4.43ms
Aug 26 20:19:04 Collective-Core conmon[18172]: 2022-08-26 20:19:04,286 INFO 304 GET /devices (10.0.2.100) 6.05ms
Aug 26 20:19:10 Collective-Core conmon[18172]: 2022-08-26 20:19:10,287 INFO 304 GET /devices (10.0.2.100) 5.51ms
Aug 26 20:19:16 Collective-Core conmon[18172]: 2022-08-26 20:19:16,286 INFO 304 GET /devices (10.0.2.100) 4.89ms
Aug 26 20:19:22 Collective-Core conmon[18172]: 2022-08-26 20:19:22,286 INFO 304 GET /devices (10.0.2.100) 5.86ms
Aug 26 20:19:28 Collective-Core conmon[18172]: 2022-08-26 20:19:28,227 INFO 304 GET /devices (10.0.2.100) 4.64ms
Aug 26 20:19:33 Collective-Core conmon[18172]: 2022-08-26 20:19:33,280 INFO 304 GET /devices (10.0.2.100) 4.15ms
Aug 26 20:19:39 Collective-Core conmon[18172]: 2022-08-26 20:19:39,300 INFO 304 GET /devices (10.0.2.100) 4.88ms
Aug 26 20:19:45 Collective-Core conmon[18172]: 2022-08-26 20:19:45,297 INFO 304 GET /devices (10.0.2.100) 5.78ms
Aug 26 20:19:51 Collective-Core conmon[18172]: 2022-08-26 20:19:51,289 INFO 304 GET /devices (10.0.2.100) 5.57ms
Aug 26 20:19:57 Collective-Core conmon[18172]: 2022-08-26 20:19:57,607 INFO 304 GET /devices (10.0.2.100) 5.56ms
Aug 26 20:20:03 Collective-Core conmon[18172]: 2022-08-26 20:20:03,279 INFO 304 GET /devices (10.0.2.100) 6.79ms
Aug 26 20:20:09 Collective-Core conmon[18172]: 2022-08-26 20:20:09,294 INFO 304 GET /devices (10.0.2.100) 4.78ms
Aug 26 20:20:15 Collective-Core conmon[18172]: 2022-08-26 20:20:15,285 INFO 304 GET /devices (10.0.2.100) 5.09ms
Aug 26 20:20:21 Collective-Core conmon[18172]: 2022-08-26 20:20:21,291 INFO 304 GET /devices (10.0.2.100) 5.32ms
Aug 26 20:20:27 Collective-Core conmon[18172]: 2022-08-26 20:20:27,590 INFO 304 GET /devices (10.0.2.100) 4.79ms
Aug 26 20:20:33 Collective-Core conmon[18172]: 2022-08-26 20:20:33,286 INFO 304 GET /devices (10.0.2.100) 7.80ms
Aug 26 20:20:39 Collective-Core conmon[18172]: 2022-08-26 20:20:39,292 INFO 304 GET /devices (10.0.2.100) 6.20ms
Aug 26 20:20:45 Collective-Core conmon[18172]: 2022-08-26 20:20:45,285 INFO 304 GET /devices (10.0.2.100) 7.14ms
Aug 26 20:20:51 Collective-Core conmon[18172]: 2022-08-26 20:20:51,280 INFO 304 GET /devices (10.0.2.100) 7.23ms
Aug 26 20:20:57 Collective-Core conmon[18172]: 2022-08-26 20:20:57,596 INFO 304 GET /devices (10.0.2.100) 4.48ms
Aug 26 20:21:03 Collective-Core conmon[18172]: 2022-08-26 20:21:03,287 INFO 304 GET /devices (10.0.2.100) 5.74ms
Aug 26 20:21:09 Collective-Core conmon[18172]: 2022-08-26 20:21:09,293 INFO 304 GET /devices (10.0.2.100) 4.28ms
Aug 26 20:21:15 Collective-Core conmon[18172]: 2022-08-26 20:21:15,296 INFO 304 GET /devices (10.0.2.100) 5.89ms
Aug 26 20:21:21 Collective-Core conmon[18172]: 2022-08-26 20:21:21,287 INFO 304 GET /devices (10.0.2.100) 6.02ms
Aug 26 20:21:27 Collective-Core conmon[18172]: 2022-08-26 20:21:27,300 INFO 304 GET /devices (10.0.2.100) 5.27ms
Aug 26 20:21:33 Collective-Core conmon[18172]: 2022-08-26 20:21:33,290 INFO 304 GET /devices (10.0.2.100) 6.15ms
Aug 26 20:21:39 Collective-Core conmon[18172]: 2022-08-26 20:21:39,293 INFO 304 GET /devices (10.0.2.100) 6.73ms
Aug 26 20:21:45 Collective-Core conmon[18172]: 2022-08-26 20:21:45,301 INFO 304 GET /devices (10.0.2.100) 4.38ms
Aug 26 20:21:50 Collective-Core conmon[18172]: 2022-08-26 20:21:50,500 INFO 304 GET /devices (10.0.2.100) 4.36ms
Aug 26 20:21:55 Collective-Core conmon[18172]: 2022-08-26 20:21:55,501 INFO 304 GET /devices (10.0.2.100) 5.36ms
Aug 26 20:21:56 Collective-Core conmon[18172]: 2022-08-26 20:21:56,631 INFO 200 GET /static/js/esphome/c.033b6977.js (10.0.2.100) 4.99ms
Aug 26 20:21:56 Collective-Core coAug 26 20:22:15 Collective-Core conmon[18172]: 2022-08-26 20:22:15,516 INFO 304 GET /devices (10.0.2.100) 3.96ms
Aug 26 20:22:20 Collective-Core conmon[18172]: 2022-08-26 20:22:20,524 INFO 304 GET /devices (10.0.2.100) 4.22ms
Aug 26 20:22:25 Collective-Core conmon[18172]: 2022-08-26 20:22:25,523 INFO 304 GET /devices (10.0.2.100) 4.80ms
Aug 26 20:22:30 Collective-Core conmon[18172]: 2022-08-26 20:22:30,537 INFO 304 GET /devices (10.0.2.100) 4.44ms
Aug 26 20:22:35 Collective-Core conmon[18172]: 2022-08-26 20:22:35,547 INFO 304 GET /devices (10.0.2.100) 5.00ms
Aug 26 20:22:40 Collective-Core conmon[18172]: 2022-08-26 20:22:40,552 INFO 304 GET /devices (10.0.2.100) 4.53ms
Aug 26 20:22:45 Collective-Core conmon[18172]: 2022-08-26 20:22:45,555 INFO 304 GET /devices (10.0.2.100) 5.10ms

Found it, WiFi was named twice in secrets… Now to figure out your instructions for my Konnected boards…

2 Likes

Yah I was just going to tell you that. Crazy! Good thing we have logs!

So I moved the files, but they already have some of the data in secrets, do I delete that? And I am using the ETH port, not wifi, can I exclude that?

Change the settings you need in your files.
If you have a key in secrets to match the secrets ota_passwords have to match.
you can adjust and remove anything that your config doesn’t need.
If you have your own secrets file, keep your own.
Core’s default stuff is just there to help a person that is starting from scratch, so if you’re moving everything, use all of your own stuff.

1 Like

Going to Bed, I guess I didn’t setup OTA somewhere…

Probably some rest would be good. I can help you sometime tomorrow. Hit me up. I’m around.

You can find information about the OTA component here. Basically you need to add the below into the config. You can put the password there in plain text or put it in your secrets file.

ota:
password: !secret ota_password

2 Likes

Yay, OTA is working on one of them. The other is not since I broke the USB connector… Any ideas?

how did you break it?

Ouch. My only suggestion, other than contacting konnected, is a good soldering iron

1 Like

Trying to take a shortcut to plug it in…

Story of my life.