From 198b81f9cc5846fd0a3606e4ef766e4bb76bfaa8 Mon Sep 17 00:00:00 2001 From: Alex Corn Date: Sat, 3 Jul 2021 18:15:44 -0400 Subject: [PATCH] Added note to settings page about connecting using a proxy script --- HSPI_TeslaPowerwall/HSPI.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/HSPI_TeslaPowerwall/HSPI.cs b/HSPI_TeslaPowerwall/HSPI.cs index 05b7d0a..5120264 100644 --- a/HSPI_TeslaPowerwall/HSPI.cs +++ b/HSPI_TeslaPowerwall/HSPI.cs @@ -40,11 +40,12 @@ protected override void Initialize() { .WithLabel("plugin_status", "Status (refresh to update)", "x") .WithInput("gateway_ip", "Backup Gateway LAN IP") .WithInput("gateway_port", "Backup Gateway Port") + .WithLabel("port_note", "", "The default port is 443, and should not need to be changed by most users.") .WithInput("gateway_username", "Backup Gateway Customer Email") .WithInput("gateway_password", "Backup Gateway Customer Password", EInputType.Password) - .WithLabel("auth_note", "", "Prior to Gateway firmware version 20.49.0, authentication was not required to retrieve energy statistics. In later versions, authentication is required.") + .WithLabel("auth_note", "", "Prior to Gateway software version 20.49.0, authentication was not required to retrieve energy statistics. In later versions, authentication is required.") .WithLabel("auth_note_2", "", "These credentials are not your Tesla.com or Tesla app credentials. These credentials are set in the Gateway's web administration panel, which can be accessed at https://your.gateway.ip on your local network.") - .WithLabel("port_note", "", "The default port is 443, and should not need to be changed by most users.") + .WithLabel("proxy_note", "", "Gateway software version 21.20.2 introduced a bug which can prevent the plugin from successfully connecting to the Gateway, especially on Linux under Mono. If you are experiencing connection problems, you may need to connect to the Gateway using a proxy script.") .WithGroup("debug_group", "
", new AbstractView[] { new LabelView("debug_support_link", "Support and Documentation", "HomeSeer Forum"), new LabelView("debug_system_id", "System ID (include this with any support requests)", analytics.CustomSystemId),