-
This is more of an esphome question than emporia vue specifically. I just updated my emporia vue config to add the Is there any way to verify that the updated configuration was actually sent to the device? I don't see any kind of a dashboard or management interface on the device itself (e.g. via http://IP-OF-EMPORIA-VUE). Esphome seems a little strange to me in that the device's config file is on my local desktop, and when I run the dashboard, it pulls the hostname of the device from that config file in order to connect remotely to the device. However it just kind of assumes the config file I have matches the one on the device. I would have more of a warm and fuzzy feeling if I could validate that the device contains the configuration that I think I just uploaded to it. I forgot the process I used to add the device to HA originally, but I think I basically copy/pasted my local |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
ESPHome firmware usually publishes the running configuration to the MQTT broker that you've configured upon startup if the |
Beta Was this translation helpful? Give feedback.
-
The logs in the esphome console print the current config. You can also flip the power to the device and observe that the daily power gets reset |
Beta Was this translation helpful? Give feedback.
-
I have this in my config that outputs the current firmware and build date text_sensor:
- platform: version
name: "EmporiaVue ESPHome Version" Then whenever I update, there is a sensor with the current firmware version and date. |
Beta Was this translation helpful? Give feedback.
I have this in my config that outputs the current firmware and build date
Then whenever I update, there is a sensor with the current firmware version and date.
sensor.emporiavue_esphome_version
And the firmware string is updated on the device page.