
Security News
Safari 18.4 Ships 3 New JavaScript Features from the TC39 Pipeline
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.
Attach Aqara Smart Hubs to MQTT
$ sudo npm install -g aqara2mqtt
See Domoticz Wiki on how to enable local network access to the Gateway.
Usage: aqara2mqtt [options]
Options:
-v, --verbosity possible values: "error", "warn", "info", "debug"
[default: "info"]
-n, --name instance name. used as topic prefix [default: "aqara"]
-k, --insecure allow ssl connections without valid certificate [boolean]
-u, --url mqtt broker url (may contain user/password)
[default: "mqtt://127.0.0.1"]
-d, --devices json file with sid to name mappings
-h, --help Show help [boolean]
--version Show version number [boolean]
You can use a json file that defines mappings from sids to names via the --devices
option. Example:
{
"1234567890abcdef": "WindowSensor1",
"2222222222abcdef": "LeakSensor1",
"3333333333abcdef": "LeakSensor2",
"9876543210fedc": {
"name": "Gateway1",
"password": "ABCDEF1234567890"
}
}
If you don't define a gateway password you will still receive status reports, but you will not be able to set the LED or play sounds on the gateway.
All Switches, all Sensors (Cube, Weather, Vibration, Motion, Leak, Door/Window, Smoke) and the Gateway itself. As of today you can't control plugs, the air condition controller and the curtain actuator.
A few examples, not a complete listing, sids anonymised:
aqara/status/MotionKeller/offline {"val":false,"ts":1536254115426}
aqara/status/MotionKeller/motion {"val":true,"ts":1536253676785,"aqara":{"type":"motion","sid":"158d0000000000"}}
aqara/status/MotionKeller/brightness {"val":"21","ts":1536253676785,"aqara":{"type":"motion","sid":"158d0000000000"}}
aqara/status/Gateway/bri {"val":0,"ts":1536253741804,"aqara":{"sid":"7811d0000000","ip":"172.16.23.107"}}
aqara/status/Gateway/color {"val":"#000000","ts":1536253741804,"aqara":{"sid":"7811d0000000","ip":"172.16.23.107"}}
aqara/status/Cube/battery {"val":64,"voltage":2.965,"low":false,"ts":1536252097696,"aqara":{"type":"cube","sid":"158d0000000000"}}
aqara/status/Cube/alert {"val":true,"ts":1536254074965,"aqara":{"type":"cube","sid":"158d0000000000"}}
aqara/status/DoorBad/offline {"val":false,"ts":1536254090481}
aqara/status/DoorBad/magnet {"val":false,"ts":1536254090482,"aqara":{"type":"magnet","sid":"158d0000000000"}}
aqara/status/Cube/rotate {"time":500,"val":36,"ts":1536254398355,"aqara":{"type":"cube","sid":"158d0000000000"}}
aqara/status/Cube/free_fall {"val":true,"ts":1536254403533,"aqara":{"type":"cube","sid":"158d0000000000"}}
aqara/status/Cube/tap_twice {"val":true,"ts":1536254409346,"aqara":{"type":"cube","sid":"158d0000000000"}}
aqara/status/Switch1/offline {"val":false,"ts":1536254412160}
aqara/status/Switch1/battery {"val":99,"voltage":3.095,"low":false,"ts":1536254412161,"aqara":{"type":"switch","sid":"158d0000000000"}}
aqara/status/Switch1/press {"val":true,"ts":1536254412161,"aqara":{"type":"switch","sid":"158d0000000000"}}
aqara/status/Switch1/press_double {"val":true,"ts":1536254415962,"aqara":{"type":"switch","sid":"158d0000000000"}}
You can address a gateway by its sid or (if defined in device file) by its name.
0
- 100
#rrggbb
e.g. #0099FF
0
- 100
0
- Police car 11
- Police car 22
- Accident3
- Countdown4
- Ghost5
- Sniper rifle6
- Battle7
- Air raid8
- Bark10
- Doorbell11
- Knock at a door12
- Amuse13
- Alarm clock20
- MiMix21
- Enthusiastic22
- GuitarClassic23
- IceWorldPiano24
- LeisureTime25
- ChildHood26
- MorningStreamLiet27
- MusicBox28
- Orange29
- ThinkerMIT © Sebastian Raff
FAQs
Attach Aqara Smart Hubs to MQTT
The npm package aqara2mqtt receives a total of 8 weekly downloads. As such, aqara2mqtt popularity was classified as not popular.
We found that aqara2mqtt 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
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.
Research
Security News
The Socket Research Team investigates a malicious Python package that enables automated credit card fraud on WooCommerce stores by abusing real checkout and payment flows.
Security News
Python has adopted a standardized lock file format to improve reproducibility, security, and tool interoperability across the packaging ecosystem.