
Security News
Node.js Homepage Adds Paid Support Link, Prompting Contributor Pushback
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
The purpose of this library is to programmatically control, and retrieve the layout and current values of devices in the HomGar app.
The current primary focus of this project is to retrieve sensor values of RainPoint Smart+ devices so they can be integrated into HomeAssistant.
Proof-of-concept: you can retrieve the layout of devices in your homes and their current values
This library is not meant to be used by itself; rather it is meant to be integrated in projects like HomeAssistant.
However, if you really want to, you can run it commandline to see that it works. To do so:
pip install homgarapi
config.yml
containing:email: "<your HomGar login address>"
password: "<your HomGar password>"
python -m homgarapi config.yml
This commandline tool will cache your access token in a file cache.pickle
in a platform-specific user cache directory.
Logging in via this API will log you out in the app. It is advisable to create a separate API account from the app:
FAQs
HomGar API client
We found that homgarapi 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.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.
Research
Security News
The Socket Research Team investigates a malicious Python typosquat of a popular password library that forces Windows shutdowns when input is incorrect.