
Security News
GitHub Actions Pricing Whiplash: Self-Hosted Actions Billing Change Postponed
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.
pimatic-netatmo
Advanced tools
For this plugin to work you need to register an application with netatmo. This only takes a few seconds on the netatmo developer page with your normal netatmo account.
https://dev.netatmo.com/dev/createapp
Just provide a Name and a Description and accept the "terms of use" and click create. You will be immediately presented with the needed credentials.
Example config.json entries:
"plugins": [
{
"plugin": "netatmo",
"client_id": "1293484deadbeef1112344de",
"client_secret": "SoM3f4NcyS3crE7fR0mN3t4Tm0",
"username": "blah@blub.com",
"password": "TheMostSecurePasswordInTheWorld42"
}
],
"devices": [
{
"id": "netatmo-test",
"name": "My Netatmo Base",
"class": "NetatmoBase",
"device_id": "XX:XX:XX:XX:XX:XX",
"interval": 30
},
{
"id": "netatmo-otdoor",
"name": "My Netatmo Outdoor",
"class": "NetatmoOutdoorModule",
"device_id": "XX:XX:XX:XX:XX:XX",
"module_id": "XX:XX:XX:XX:XX:XX",
"interval": 30
}
]
I also added support for NetatmoIndoorModule, NetatmoRainSensor and NetatmoWindGauge but as I don't have the hardware this is completely untested. Feel free to donate hardware.
FAQs
Plugin for supporting Netatmo Weather devices in Pimatic
We found that pimatic-netatmo demonstrated a not healthy version release cadence and project activity because the last version was released 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
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.