You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-14Lines changed: 22 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -519,6 +519,10 @@ This leads to the [WiFi configuration page](#wifi-configuration)
519
519
520
520
This leads to the [Settings page](#settings).
521
521
522
+
##### ⏩ HA/MQTT Settings
523
+
524
+
This leads to the [HomeAssistant/MQTT Settings page](#hamqtt-settings).
525
+
522
526
##### ⏩ Update
523
527
524
528
This leads to the firmware update page. You can select a locally stored firmware image file to upload (such as the ones published here in the install/ folder).
@@ -645,20 +649,6 @@ If the SID is connected to a TCD through BTTFN, this option allows to trigger a
645
649
646
650
If this option is checked, the SID will show current local time - as queried from the TCD - when the Screen Saver is active.
647
651
648
-
#### <ins>Home Assistant / MQTT settings</ins>
649
-
650
-
##### ⏩ Use Home Assistant (MQTT 3.1.1)
651
-
652
-
If checked, the SID will connect to the broker (if configured) and send and receive messages via [MQTT](#home-assistant--mqtt)
653
-
654
-
##### ⏩ Broker IP[:port] or domain[:port]
655
-
656
-
The broker server address. Can be a domain (eg. "myhome.me") or an IP address (eg "192.168.1.5"). The default port is 1883. If different port is to be used, it can be specified after the domain/IP and a colon ":", for example: "192.168.1.5:1884". Specifying the IP address is preferred over a domain since the DNS call adds to the network overhead. Note that ".local" (MDNS) domains are not supported.
657
-
658
-
##### ⏩ User[:Password]
659
-
660
-
The username (and optionally the password) to be used when connecting to the broker. Can be left empty if the broker accepts anonymous logins.
661
-
662
652
#### <ins>Settings for wired connections</ins>
663
653
664
654
##### ⏩ TCD connected by wire
@@ -700,6 +690,24 @@ Check this to disable the supplied remote control; the SID will only accept comm
700
690
701
691
Note that this only disables the supplied remote, unlike [IR locking](#locking-ir-control), where IR commands from any known remote are ignored.
702
692
693
+
### HA/MQTT Settings
694
+
695
+
##### ⏩ Home Assistant support (MQTT)
696
+
697
+
If checked, the SID will connect to the broker (if configured) and send and receive messages via [MQTT](#home-assistant--mqtt)
698
+
699
+
##### ⏩ Broker IP[:port] or domain[:port]
700
+
701
+
The broker server address. Can be a domain (eg. "myhome.me") or an IP address (eg "192.168.1.5"). The default port is 1883. If different port is to be used, it can be specified after the domain/IP and a colon ":", for example: "192.168.1.5:1884". Specifying the IP address is preferred over a domain since the DNS call adds to the network overhead. Note that ".local" (MDNS) domains are not supported.
702
+
703
+
##### ⏩ Protocol version
704
+
705
+
The firmware supports MQTT 3.1.1 and 5.0. There is no difference in features, so there is no advantage in selecting 5.0. This was implemented only for brokers that do not support 3.1.1.
706
+
707
+
##### ⏩ User[:Password]
708
+
709
+
The username (and optionally the password) to be used when connecting to the broker. Can be left empty if the broker accepts anonymous logins.
710
+
703
711
## Appendix B: LED signals
704
712
705
713
Signals are shown in the top two rows of the display.
0 commit comments