Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
This client application allows you to inventory all EnOcean devices. It can automatically read and detect devices from the RS485 bus or from wireless network. After the devices are listed in the EnOcean Device Manager you can enricht device information like changing the name, comment or adapt parameters like timeframes, thresholds, units, ... . Furthermore, it automatically can detect default settings for Home Assistant configuration which can be adjust as well and it allows you to generate and export the configuration for Home Assistant. (The exported Home Assistant configuration is intended for the Eltako Home Assistant Integration)
This tool is a desktop application (not browser based) and it runs independent of Home Assistant. Install it directly on a Windows, Linux or Max. (So far only Windows has been tested but all three operating systems should be supported.) Your PC requires Python pre-installed and you should be able to connect it to your EnOcean devices, either via USB cable (Eltako FAM14, FGW14-USB, ...) or wireless transceiver (Eltako FAM-USB). Support for the wireless transceiver 'EnOcean USB300' is planned for future releases.
For the moment I recommend a laptop with Windows and Python installed. You should be able bring close to FAM14 in order to connect it. (Connection to FAM14 is only required for a short moment during the device scan process.)
python.exe -m venv .\.venv
.\.venv\Scripts\pip.exe install eo_man --force-reinstall
(Package available under pypi: eo_man).\.venv\Scripts\python.exe -m eo_man
pip.exe install eo_man
(Package available under pypi: eo_man)python.exe -m eo_man
python.exe -m venv .venv
.\.venv\Scripts\python.exe setup.py install
.\.venv\Scripts\python.exe -m eo_man
or .\.venv\Scripts\python.exe -m eo_man demo.eodm
(Directly loads demo data)For update you can execute:
git pull
(Gets newest state of the code)git checkout BRANCH_NAME
.\.venv\Scripts\python.exe setup.py install --force
.\.venv\Scripts\python.exe -m eo_man
Please open issues if you encounter bugs or if you have ideas for new features. Also quite a lot of devices are not yet supported.
pytest tests
pip install pre-commit
pre-commit install
python setup.py bdist_wheel
pip install dist/eo_man-VERSION-py3-none-any.whl
use --force-reinstall
if you want to overwrite an existing version.
You can use command line only to generate Home Assistant Configuration based on an existing application configuration.
Check out: python -m eo_man -h
I'm really happy to provide a more and more growing Home Assistant Eltako Integration and tools like this which extend this automation corner even more. The size of this integration is getting much bigger than the use cases I've realized at home, the variety of supported devices is increasing and the stability of the integraiton is getting to a professional level. On the other side it is getting hard to keep this level of development speed and operational quality. I'm about to build up a professional development and testing environment so that the quality can even improved and futher features can still be delivered in a short time frame. You can support this activity in sending devices and/or money.
In general, you can contribute to this project by:
FAQs
Tool to managed EnOcean Devices and to generate Home Assistant Configuration.
We found that eo-man demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.