Replies: 8 comments 9 replies
-
Literally spent three hours this morning, so that's 6 in total, just trying to flash this thing!! Soldering took 5 mins, software taking hours! Takes me about 2 mins to flash a tasmota :( So I took a different approach as clearly Windows and python are a nightmare. Installed a new RPi and installed python and ESPHome etc. When I run So I tried to run |
Beta Was this translation helpful? Give feedback.
-
I tried it on Win, then on a separate RPi box with two different outcomes. Yeh I followed that guide when installing esphome on Windows. I got a lot further with the RPi. On the Pi, I simply ran But when running esphome run vue2.yaml (which is a file in the same directory, containing the copy-pasted yaml file with the changes required), it gave the error below: |
Beta Was this translation helpful? Give feedback.
-
Interesting - so your readme.md says So now I get this:
Next I tried upgrading python using this guide |
Beta Was this translation helpful? Give feedback.
-
So now I have reflashed an RPi twice and still simply cannot make it work. This time I was completely unable to install esphome even when following all instructions carefully. I am going to try one more time then if I fail, I've spent nearly 24h on it and may just call it quits and use the cloud Emporium. Can't believe I have failed before even flashing the device :( |
Beta Was this translation helpful? Give feedback.
-
Okay so I reinstalled RPi (full fat version), ran all OS updates and installed docker, then ran I think I remember why I never touched ESPHome before (always used tasmota) - anyway I'd really like to get this working as it's my only hope because tasmota doesn't support the Vue :( So this time, the error:
Any idea? |
Beta Was this translation helpful? Give feedback.
-
Thanks for helping me.
What's the command to upgrade esphome? I don't know how to even select the version. Just now I have run
|
Beta Was this translation helpful? Give feedback.
-
Sadly failed with another error :(
|
Beta Was this translation helpful? Give feedback.
-
Okay so I just found this post here on discussions, which deals with the problem I was having back on Windows. So out of desperation, I have switched back to Windows and I am now past that frustrating error about charset-normalizer. Now I run it and I get this error:
Any ideas? As I have already sunk so much money and time into this, I really need it to succeed, but the process of compiling seems utterly riddled with problems :( |
Beta Was this translation helpful? Give feedback.
-
Appreciate this may not be particular to emporia-vue-local, or even esphome, but following the instructions given I encountered a lot of errors which I have spent the best part of 4 hours now trying to figure out with the help of online searches etc, but I have hit one that I just cannot get past despite reading a lot about others who had similar errors.
The first line in red below is about "Access denied" - having worked with Windows all my life I am familiar with checking security permissions and ensuring I'm running terminal / command line as administrator. However that doesn't resolve it. I have uninstalled and reinstalled python about 10 times using various different options and versions, running the install as administrator, and followed slightly different procedures for installing esphome (first running
pip install wheel
, and also without). Each time I have gone through the install locations after uninstalling and manually removed leftover python folders. I have carefully inspected the installation locations and windows PATH entries.But each time it brings me back to the errors below.
Can someone help me with this one?
To get to the below, I installed Python 3.11, ensuring I check the option to add to PATH, restarted command line as administrator, then ran
All errors when running the above are shown in the screenshot below (no other errors before that point)
Ignore the below, it's just a cut and paste from screenshot above in case it helps future google searches!
Beta Was this translation helpful? Give feedback.
All reactions