diff --git a/source/_integrations/intellifire.markdown b/source/_integrations/intellifire.markdown index 0fc5aef297f..3ccfb8ce402 100644 --- a/source/_integrations/intellifire.markdown +++ b/source/_integrations/intellifire.markdown @@ -21,6 +21,10 @@ IntelliFire Wi-Fi fireplace modules provide app-based and Alexa control to vario {% include integrations/config_flow.md %} +## API Credentials + +To fully configure the IntelliFire integration you will need to enter your IntelliFire credentials which are the same ones you would use with the mobile app. + ### Sensor Types @@ -67,3 +71,21 @@ The following is a description of the various diagnostic error sensors and what - **Offline** - Your appliance is currently offline. - **Pilot Flame** - Pilot Flame Error: Your appliance has been safely disabled. Please contact your dealer and report this issue. - **Soft Lock Out** - Sorry your appliance did not start. Try again by pressing Flame ON. + + +### Troubleshooting + +The IFT module can suffer a variety of issues that will render it inoperable. Some of these have been confirmed by the manufacturer and some appear to be random. There are two paths to try when attempting to reset the module: + +#### Issue a Soft Reset + +There is a debug web interface available at [iftapi.net/webaccess](http://iftapi.net/webaccess/login.html). From here you can log in and then navigate to your individual fireplace unit and issue a **Soft Reset** as follows: + +![soft_reset.png](/images/integrations/intellifire/soft_reset.png) + +In some cases, this will restore control to the fireplace, but if it doesn't you are best to try the following method. + +#### Power Cycle + +The sure fire way to reset the IFT module is to just power-cycle it. This will work just about every time. + diff --git a/source/images/integrations/intellifire/soft_reset.png b/source/images/integrations/intellifire/soft_reset.png new file mode 100644 index 00000000000..ee75f261094 Binary files /dev/null and b/source/images/integrations/intellifire/soft_reset.png differ