What's new ? #17
mak-gitdev
announced in
Announcements
Replies: 1 comment
-
installed smoothly 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This thread gives update on the work (as requested 😊)
If you have a custom mapping.yaml file, before upgrading to a new version, leave empty the configuration entry
mapping_file
or merge your modifications into the latest version, so that the latest added features are available.If you use a device that works well but is marked as not tested in the list of supported devices, please report it in the comments so I can update the status of this device.
Thanks 👍 !
To Do List
To Do List
Done
2024/02/01
From #57 (comment):
2023/11/28
Release dev version 0.1.28
2023/10/21
Release dev version 0.1.27
2023/08/10
You can now take a closer look at the work in progress on this page.
2023/06/05
Release dev version 0.1.26:
2023/02/20
Release dev version 0.1.25:
2023/02/17
Release dev version 0.1.24:
If you have a custom mapping.yaml file, before starting the new version, leave empty the configuration entry
mapping_file
or merge your modifications into the latest version, so that the latest added features are available.eep_file
to add support for new EEPs at Python EnOcean library level.2023/01/10
A docker image is now available so that you can now use HA_enoceanmqtt directly in Home Assistant as an addon, or standalone as an install on a Linux system or as a docker container (typically for those using Home Assistant container).
Depending on your architecture, you can now use:
or
or
Then:
/config
volume and your enocean device./config
folder to set parameters as well as devices to manage.The volume mount has to point to -v /local/path/to/configfile:/config.
Or pass a docker volume created using the
docker volume create
command.Example docker command:
You can add
--debug
to enable debug messages.2022/12/31
xx_temperature
andxx_humidity
from A5-04-XX devices tot_raw
andh_raw
. These new entities are also disable by default.2022/11/25
Creation of develop branch to test bugfix and new features.
Creation of a new addon tracking the development branch. You may want to use this one for latest features and bugfixes.

Latest script version may fix issue 1 day later ... everything stopped working after 24hrs #10 (waiting for confirmation).
Add support for A5-04-[01-...-04] devices as requested in Can you please integrate Eltako FTFSB (A5-04-02) [DONE] #12 and Add support for A5-04-03 [DONE] #4
EnOcean Base ID now reported in the MQTT integration on ENOCEANMQTT device

Beta Was this translation helpful? Give feedback.
All reactions