mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-05 21:35:55 +00:00
71 lines
3.4 KiB
JSON
71 lines
3.4 KiB
JSON
[
|
|
{
|
|
"title": "[Configuration for EDM-01AA-EU dimmer with TuyaMCU](https://www.elektroda.com/rtvforum/topic3929151.html)",
|
|
"file": "autoexecs/EDM-01AA-EU.bat"
|
|
},
|
|
{
|
|
"title": "[Configuration for QIACHIP Universal WIFI Ceiling Fan Light Remote Control Kit - BK7231N - CB2S with TuyaMCU](https://www.elektroda.com/rtvforum/topic3895301.html)",
|
|
"file": "autoexecs/QIACHIP-WiFi-Ceiling-Fan-Light.bat"
|
|
},
|
|
{
|
|
"title": "[Configuration for BK7231T LCD calendar/thermometer/hygrometer TH06 WiFi for TuyaMCU](https://www.elektroda.com/rtvforum/viewtopic.php?p=20342890#20342890)",
|
|
"file": "autoexecs/TH06-thermometer-hygrometer.bat"
|
|
},
|
|
{
|
|
"title": "[Configuration for controlling LED strip with IR receiver by TV Remote](https://www.elektroda.com/rtvforum/topic3944210.html)",
|
|
"file": "autoexecs/LED-strip-with-IR-receiver.bat"
|
|
},
|
|
{
|
|
"title": "[Configuration for controlling Tuya 5 Speed Fan Controller by TEQOOZ - Home Assistant](https://www.elektroda.com/rtvforum/topic3908093.html)",
|
|
"file": "autoexecs/TEQOOZ-SmartFanRegulatorWi-Fi.bat"
|
|
},
|
|
{
|
|
"title": "[Configuration for controlling BlitzWolf BW-AF1 air fryer](https://www.elektroda.com/rtvforum/viewtopic.php?p=20448156#20448156)",
|
|
"file": "autoexecs/BW-AF1-air-fryer.bat"
|
|
},
|
|
{
|
|
"title": "[Configuration for Tuya ATORCH AT4P(WP/BW) Smartlife Energy monitor (BK7231N/C3BS/CH573F/BL0924)](https://www.elektroda.com/rtvforum/topic3941692.html)",
|
|
"file": "autoexecs/ATORCH-AT4P-Smartlife-Energy-Monitor.bat"
|
|
},
|
|
{
|
|
"title": "[Configuration for 4x socket + 1x USB power strip with a single button (double click, triple, etc)](https://www.elektroda.com/rtvforum/topic3941692.html)",
|
|
"file": "autoexecs/single_button_for_five_relays.bat"
|
|
},
|
|
{
|
|
"title": "Simple example showing how to do MQTT publish on button event (double click, etc). It also includes button hold event to adjust dimmer.",
|
|
"file": "autoexecs/buttom_custom_events_mqtt_publishes.bat"
|
|
},
|
|
{
|
|
"title": "Basic Ping Watchdog usage. Ping given IP with given interval and run script if there was no ping reply within given time.",
|
|
"file": "autoexecs/ping_watchdog.bat"
|
|
},
|
|
{
|
|
"title": "NTP and 'waitFor' command example. You can use 'waitFor NTPState 1' in autoexec.bat to wait for NTP sync. After that, you can be sure that correct time is set. 'waitFor' will block execution until given event.",
|
|
"file": "autoexecs/waiting_for_NTP_sync.bat"
|
|
},
|
|
{
|
|
"title": "MQTT and 'waitFor' command example. You can use 'waitFor MQTTState 1' in autoexec.bat to wait for MQTT connection. After that, you can be sure that MATT is online. 'waitFor' will block execution until given event.",
|
|
"file": "autoexecs/waiting_for_MQTT_connect.bat"
|
|
},
|
|
{
|
|
"title": "This script will use NTP and 'addClockEvent' to change light styles in the morning and in the evening. Here you can see how 'waitFor NTPState 1' and 'addClockEvent' and $hour script functions/variables are used.",
|
|
"file": "autoexecs/automatic_day_and_night_lights.bat"
|
|
},
|
|
{
|
|
"title": "Alternate 'addClockEvent' demo - just like previous one, but written by using AddEventHandler instead of waitFor",
|
|
"file": "autoexecs/automatic_day_and_night_lights_v2.bat"
|
|
},
|
|
{
|
|
"title": "Simple UART log redirection to UART1 instead of UART2 on Beken with UART command line support",
|
|
"file": "autoexecs/logging_for_uart1.bat"
|
|
},
|
|
{
|
|
"title": "Simple single LED blink on device boot",
|
|
"file": "autoexecs/blink_led_on_device_boot.bat"
|
|
},
|
|
{
|
|
"title": "Advanced config for TuyaMCU power meter and electric car charging limit driver",
|
|
"file": "autoexecs/TAC2121C_tuyaMCU_and_car_chargerLimit.bat"
|
|
}
|
|
]
|