shelly-script-examples
shelly-script-examples copied to clipboard
Shelly Scripts for Gen2 Shelly devices
**Describe the bug** The script terminates after a certain time. The problem is due to a faulty test for “undefind” with “let _bth” current code: ` if (_bth === "undefined")`...
**Describe the bug** The ble-pasv-mqtt-gw.js script is not working properly with the Shelly BLU Wall Switch 4. Only button 4 is working, button 1, 2 and 3 are not. **To...
**Is your feature request related to a problem? Please describe.** You cannot track the energy comsumption because the script adds only tree sensors to Home Assitant: voltage, current and temperature....
I need to solve the problem when many Shelly LoRa devices send message the same time, how can I avoid collision to ensure the package successfully delivered. Is there a...
- Add vibration detection (0x2c) and distance measurement (0x40) BTHome objects - Update button event decoding from uint8 to uint16 for proper event type support
**Describe the bug** no print of mac when running https://github.com/ALLTERCO/shelly-script-examples/blob/main/ble-shelly-blu.js on a dimmer gen3. **To Reproduce** Steps to reproduce the behavior: 1. copy paste the script 2. start it 3....
**Describe the bug** I have an error when run script on line 123 for decode 'h' info. When i comment this line "res[keyArr[pos]] = le ? this.getInt16LE() : this.getInt16BE();" no...
Due to the lack of devices, I could only test version 3 and implemented C5 and 8 according to https://docs.ruuvi.com/communication/bluetooth-advertisements . In particular V8 nonce/checksum handling is not completely clear...
I developed a little script to monitor a aircompressor using the known system volume as well as starting and stopping preassures and the time between compressor startups to calculate a...
# ble pasv mqtt gw overhaul This PR introduces several changes, including fixes, refactors, and new features. All are focused on Discovery while BLE code remains untouched (almost... support of...