Updated FAQ (markdown)

Michael Ingraham 2019-09-24 20:45:21 -04:00
parent 5cbd3c5368
commit 768f24f7fd
1 changed files with 6 additions and 6 deletions

12
FAQ.md

@ -32,9 +32,9 @@
- [Power monitoring resets Energy Today mid-day](../issues/5571)
- [Sensors don't show values](#Sensors-dont-show-values)
- [Timers trigger at wrong time](#Timers-trigger-at-wrong-time)
- [Autodiscovery in Home Assistant doesn't work](#Autodiscovery-in-Home-Assistant-doesnt-work)
- [Auto-discovery in Home Assistant doesn't work](#Auto-discovery-in-Home-Assistant-doesnt-work)
- [Why is my changed configuration not loaded?](#Why-is-my-changed-configuration-not-loaded)
- [How do I invert the output of the green LED on the Sonoff basic so the LED is on when the relay is off?](#How-do-I-invert-the-output-of-the-green-LED-on-the-Sonoff-basic-so-the-LED-is-on-when-the-relay-is-off)
- [How do I invert the output of the green LED on the Sonoff Basic so the LED is on when the relay is off?](#How-do-I-invert-the-output-of-the-green-LED-on-the-Sonoff-Basic-so-the-LED-is-on-when-the-relay-is-off)
- [What is an Arduino core?](#What-is-an-Arduino-core)
- [Configuration problems](#Configuration-problems)
### [**Tips**](Tips)
@ -270,8 +270,8 @@ Your vanilla `sonoff.bin` doesn't have complete sensor support. Make sure you've
### Timers trigger at wrong time
Check if Tasmota is updating its device time over the preconfigured NTP servers and that the time matches your local time. If not, adjust your [`TimeZone`](Commands#timezone) or Daylight Saving Time
### Autodiscovery in Home Assistant doesn't work
Binary sonoff-basic.bin (which comes packaged with Tuya Convert) does not support autodiscovery. Please upgrade to sonoff.bin or similar release that supports this feature.
### Auto-discovery in Home Assistant doesn't work
The `sonoff-basic.bin` firmware binary (which comes packaged with Tuya-Convert) does not support auto-discovery. Please upgrade to `sonoff.bin` or a similar firmware variant that supports this feature.
Make sure its enabled in Tasmota it with `SetOption19 1` and you configured the Home Assistant MQTT integration with Discovery enabled.
@ -308,8 +308,8 @@ On every start the device compares the header of FCA with the CFG_HOLDER from yo
- leave CFG_HOLDER as is
- start your device and issue command `Reset 1` or `Reset 2`
### How do I invert the output of the green LED on the Sonoff basic so the LED is on when the relay is off?
[`LedState`](Commands#ledstate) default value is `1` (on) - Show power state on LED. The LED can be disabled completely with `LedState 0` (off). However, there is no option to invert the output of the green LED on the Sonoff basic.
### How do I invert the output of the green LED on the Sonoff Basic so the LED is on when the relay is off?
[`LedState`](Commands#ledstate) default value is `1` (on) - Show power state on LED. The LED can be disabled completely with `LedState 0` (off). However, there is no option to invert the output of the green LED on the Sonoff Basic.
### What is an Arduino Core