2018-06-01 18:10:00 +02:00
|
|
|
Migrating from ESPurna
|
|
|
|
======================
|
|
|
|
|
2018-11-14 22:12:27 +01:00
|
|
|
.. seo::
|
2019-02-16 23:25:23 +01:00
|
|
|
:description: Migration guide for installing ESPHome on ESPs running ESPurna.
|
2018-11-19 18:32:16 +01:00
|
|
|
:image: espurna.png
|
2018-11-14 22:12:27 +01:00
|
|
|
|
2018-06-01 18:10:00 +02:00
|
|
|
Migrating from previous ESPurna setups is very easy. You just need to have
|
2020-05-10 21:27:59 +02:00
|
|
|
ESPHome create a binary for you and then upload that in the ESPurna web interface.
|
2018-06-01 18:10:00 +02:00
|
|
|
|
|
|
|
Getting Binary
|
2018-10-12 16:33:22 +02:00
|
|
|
--------------
|
2018-06-01 18:10:00 +02:00
|
|
|
|
|
|
|
First follow the guides for the :ref:`different supported devices <devices>` and create a configuration
|
|
|
|
file. Then, generate and download the binary:
|
|
|
|
|
2018-11-26 16:50:50 +01:00
|
|
|
- **Using the Hass.io add-on/dashboard**: Just click the ``COMPILE`` button, wait for
|
2018-06-01 18:10:00 +02:00
|
|
|
the compilation to end and press the ``DOWNLOAD BINARY`` button.
|
|
|
|
|
|
|
|
.. figure:: images/download_binary.png
|
|
|
|
|
2019-02-16 23:25:23 +01:00
|
|
|
- **Using the command line**: run ``esphome livingroom.yaml compile`` (replacing
|
2018-06-01 18:10:00 +02:00
|
|
|
``livingroom.yaml`` with your configuration file of course) and navigate to the
|
|
|
|
``<NODE_NAME>/.pioenvs/<NODE_NAME>/`` folder. There you will find a ``firmware.bin`` file,
|
|
|
|
this is the binary you will upload.
|
|
|
|
|
|
|
|
Uploading Binary
|
2018-10-12 16:33:22 +02:00
|
|
|
----------------
|
2018-06-01 18:10:00 +02:00
|
|
|
|
|
|
|
To upload the binary, navigate to the ESPurna web interface and enter the
|
|
|
|
"General " section.
|
|
|
|
|
|
|
|
.. figure:: images/espurna_ota.png
|
|
|
|
:align: center
|
|
|
|
:width: 80.0%
|
|
|
|
|
|
|
|
In the "Upgrade" section, choose the binary you previously downloaded and press "Upgrade".
|
2019-02-16 23:25:23 +01:00
|
|
|
If everything succeeds, you should now have ESPHome on your node 🎉
|
2018-06-01 18:10:00 +02:00
|
|
|
|
|
|
|
.. note::
|
|
|
|
|
2019-02-16 23:25:23 +01:00
|
|
|
with ESPHome, you in most cases won't need to worry about the available flash size, as
|
2018-06-01 18:10:00 +02:00
|
|
|
the binary only ever includes the code that you are actually using.
|
|
|
|
|
|
|
|
.. figure:: images/espurna_upload.png
|
|
|
|
:align: center
|
|
|
|
:width: 90.0%
|
|
|
|
|
|
|
|
Happy Hacking!
|
|
|
|
|
|
|
|
See Also
|
2018-10-12 16:33:22 +02:00
|
|
|
--------
|
2018-06-01 18:10:00 +02:00
|
|
|
|
2019-02-07 13:54:45 +01:00
|
|
|
- :doc:`/devices/nodemcu_esp8266`
|
|
|
|
- :doc:`/devices/nodemcu_esp32`
|
|
|
|
- :doc:`/devices/esp8266`
|
|
|
|
- :doc:`/devices/esp32`
|
|
|
|
- :doc:`/devices/sonoff_s20`
|
|
|
|
- :doc:`/devices/sonoff_4ch`
|
2018-06-01 18:10:00 +02:00
|
|
|
- :doc:`migrate_espeasy`
|
|
|
|
- :doc:`migrate_sonoff_tasmota`
|
2019-02-07 13:54:45 +01:00
|
|
|
- :ghedit:`Edit`
|