Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions SHELLY_MJS.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,10 @@ The implementation is banal and directly reports switch state and controls a swi

Note: Requires configuration.yaml change in HA, please refer to the comments in the code of this file.

mqtt/mqtt-jaalee-jht-bridge.shelly.js: Jaalee JHT BLE - MQTT Home Assistant Bridge via Shelly BLU Gateway
===
Jaalee JHT temperature/humidity/battery (temp: celsius, fahrenheit, kelvin) via Shelly BLU Gateway to MQTT. Bridge script for Jaalee JHT BLE sensor to MQTT topics, compatible with Home Assistant MQTT Discovery. (Requires firmware version: 1.0.0-beta or newer)

mqtt/mqtt-switch-status-announce.shelly.js: Periodically send Switch status to MQTT topic
===
Use MQTT in scripting to periodically provide switch status updates on the mentioned topic "<topic_prefix>/status/switch:0"
Expand Down
7 changes: 6 additions & 1 deletion examples-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,11 @@
"title": "MQTT Auto Discovery in Home Assistant",
"description": "This script is registering a virtual switch device in HA.\n\nThe implementation is banal and directly reports switch state and controls a switch, but you can have a totally different virtual device: valve, light, scene.\n\nNote: Requires configuration.yaml change in HA, please refer to the comments in the code of this file."
},
{
"fname": "mqtt/mqtt-jaalee-jht-bridge.shelly.js",
"title": "Jaalee JHT BLE - MQTT Home Assistant Bridge via Shelly BLU Gateway",
"description": "Jaalee JHT temperature/humidity/battery (temp: celsius, fahrenheit, kelvin) via Shelly BLU Gateway to MQTT. Bridge script for Jaalee JHT BLE sensor to MQTT topics, compatible with Home Assistant MQTT Discovery. (Requires firmware version: 1.0.0-beta or newer)"
},
{
"fname": "mqtt/mqtt-switch-status-announce.shelly.js",
"title": "Periodically send Switch status to MQTT topic",
Expand Down Expand Up @@ -463,4 +468,4 @@
"title": "turn-on-weather.shelly.js",
"description": "Turn on when temperature is below CONFIG.tempBelowTurnOn.\n\nTurn off when temperature is above CONFIG.tempAboveTurnOff.\n\nFor getting an API-KEY from Accuweather follow the instructions on their site for registering a new application, copy\nthe key and paste it here."
}
]
]
Loading