Hello,
I am having an issue after trying to update the firmware of the plug to the latest version of the repository. Now the plug is not connecting the the wi-fi network and is does not appear to respond to the button to turn it on/off. It also appears to not be responding to me holding the button for 30s for it to forget the wifi credentials as I can't see any AP from it (checked with WIFI analyzer on android phone). For reference I have used the plug for several months with no apparent issue, so the hardware should be mostly OK.
The updated kauf-plug.yaml is what is the current latest commit on the repo (commit 2973da17141afefd2ccaa19c21021d209de596b0) and I only changed the name and wifi connections as follows:
diff kauf-plug.yaml kauf-plug-f6e9b1___new.yaml
12,14c12,14
< name: kauf-plug # **** CHANGE DEVICE NAME TO SOMETHING UNIQUE PER DEVICE. RENAME YAML FILE TO SAME NAME. ****
< # **** USE DASHES (-) INSTEAD OF SPACES OR UNDERSCORE (_). USE ONLY LOWER CASE LETTERS. ****
< friendly_name: Kauf Plug # **** CHANGE FRIENDLY NAME TO SOMETHING UNIQUE PER DEVICE ****
---
> name: kauf-plug-f6e9b1 # **** CHANGE DEVICE NAME TO SOMETHING UNIQUE PER DEVICE. RENAME YAML FILE TO SAME NAME. ****
> # **** USE DASHES (-) INSTEAD OF SPACES OR UNDERSCORE (_). USE ONLY LOWER CASE LETTERS. ****
> friendly_name: Kauf Plug (f6e9b1) # **** CHANGE FRIENDLY NAME TO SOMETHING UNIQUE PER DEVICE ****
160,161c160,161
< ssid: initial_ap # !secret wifi_ssid
< password: asdfasdfasdfasdf # !secret wifi_password
---
> ssid: !secret wifi_ssid
> password: !secret wifi_password
I've built the updated firmware file using ESPHome v2023.6.3 (which I think is the latest, or at least a recent version) on a RPi4 (which I think should not matter) with no apparent issue.
After building the fw file and compressing it with tar.gz (down to 361378 bytes, so it should be OK for an OTA update) I performed the OTA update and the device page said it was successful. As I mentioned right now I have a plug that is not connecting to a wifi network, red LED is dimly on and is not responding the the button.
I'd like for some help to fix / un-brick the device so I could continue using it.
Let me know if I was unlucky or if I did something wrong, and I am looking forward for some help.
p.s.: I will attach the "backup" and the "new" versions of the yaml configurations for the device that I used for reference. Let me know if me uploading the actual FW binary would help as well.
The top plug is the one with the issue (it uses the kauf-plug-f6e9b1___new.yaml configuration), the bottom one is using a configuration very similar (except the unique names) to the old configuration that I've attached (the kauf-plug-f6e9b1___backup.yaml configuration)
configurations.zip

Hello,
I am having an issue after trying to update the firmware of the plug to the latest version of the repository. Now the plug is not connecting the the wi-fi network and is does not appear to respond to the button to turn it on/off. It also appears to not be responding to me holding the button for 30s for it to forget the wifi credentials as I can't see any AP from it (checked with WIFI analyzer on android phone). For reference I have used the plug for several months with no apparent issue, so the hardware should be mostly OK.
The updated
kauf-plug.yamlis what is the current latest commit on the repo (commit2973da17141afefd2ccaa19c21021d209de596b0) and I only changed the name and wifi connections as follows:I've built the updated firmware file using ESPHome v2023.6.3 (which I think is the latest, or at least a recent version) on a RPi4 (which I think should not matter) with no apparent issue.
After building the fw file and compressing it with tar.gz (down to 361378 bytes, so it should be OK for an OTA update) I performed the OTA update and the device page said it was successful. As I mentioned right now I have a plug that is not connecting to a wifi network, red LED is dimly on and is not responding the the button.
I'd like for some help to fix / un-brick the device so I could continue using it.
Let me know if I was unlucky or if I did something wrong, and I am looking forward for some help.
p.s.: I will attach the "backup" and the "new" versions of the yaml configurations for the device that I used for reference. Let me know if me uploading the actual FW binary would help as well.
The top plug is the one with the issue (it uses the
kauf-plug-f6e9b1___new.yamlconfiguration), the bottom one is using a configuration very similar (except the unique names) to the old configuration that I've attached (thekauf-plug-f6e9b1___backup.yamlconfiguration)configurations.zip