cooljimy84
(James Crook)
2
1.20.4 works, even tho it had to pull from docker
docker run --net=host --rm -v “${PWD}”:/config -it “esphome/esphome:1.20.4” run ESP5.yaml
Any particular reason you want to create insecure devices? For example this vulnerability was only fixed in 1.15
Do you search for a (particular?) regression or why not using the latest and greatest version available?
cooljimy84
(James Crook)
4
The bug with transitions
https://github.com/esphome/issues/issues/2397
and light brightness
https://github.com/esphome/issues/issues/2526
I do have a separate VLAN and SSID/Password for these devices, with Pfsense managing firewall rules, but understand this can only help so much.
cooljimy84
(James Crook)
5
Found it,
The older versions you had to put run at the end of the command.
https://github.com/esphome/esphome-docs/blob/9955d40bf2c510a9f976338774875dd8bda0f2e6/guides/getting_started_command_line.rst
docker run --net=host --rm -v “${PWD}”:/config -it esphome/esphome:1.13.6 ESP5.yaml run
now just need to find that ip address that needs to be added to the host file to stop it thinking it’s offline.