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
I have filled out the issue template to the best of my ability.
This issue only contains 1 issue (if you have multiple issues, open one issue for each issue).
This issue is not a duplicate issue of any previous issues..
Describe the issue
Hi Stephan,
installed your addin but the local connection failed (Username/Password/IP address is wrong. Please see the logs for details.).
Error log (Debug log attached below):
This error originated from a custom integration.
Logger: custom_components.mygekko.config_flow
Source: custom_components/mygekko/config_flow.py:182
integration: mygekko (documentation, issues)
First occurred: 9:24:28 PM (1 occurrences)
Last logged: 9:24:28 PM
MyGekkoError
Traceback (most recent call last):
File "/config/custom_components/mygekko/config_flow.py", line 182, in _test_credentials_local_mygekko
await client.try_connect()
File "/usr/local/lib/python3.12/site-packages/PyMyGekko/init.py", line 77, in try_connect
await self._data_provider.try_connect()
File "/usr/local/lib/python3.12/site-packages/PyMyGekko/data_provider.py", line 139, in try_connect
self.handle_api_error(resp.status, response_text)
File "/usr/local/lib/python3.12/site-packages/PyMyGekko/data_provider.py", line 195, in handle_api_error
raise MyGekkoBadRequest()
PyMyGekko.data_provider.MyGekkoBadRequest
Using a Slide 2 with SW-version v7648-12 and Kernel 3.4.53-R3.
Further discussion also in German if you want.
Reproduction steps
Install addon like described.
Setup the addon via the UI, select "Local"
Paste credentials and fail
...
Debug logs
AttributeError: module 'homeassistant.helpers.entity_registry' has no attribute 'async_get_registry'
[20:19:19] INFO: Home Assistant Core finish process exit code 0
[20:19:19] INFO: Home Assistant Core service shutdown
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun home-assistant (no readiness notification)
s6-rc: info: service legacy-services successfully started
2024-11-06 21:21:15.684 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration shelly which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-11-06 21:21:15.685 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration mygekko which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-11-06 21:21:15.685 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-11-06 21:21:15.685 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration landroid_cloud which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-11-06 21:21:17.896 WARNING (ImportExecutor_0) [homeassistant.backports.enum] StrEnum was used from landroid_cloud, this is a deprecated alias which will be removed in HA Core 2025.5. Use enum.StrEnum instead, please report it to the author of the 'landroid_cloud' custom integration
2024-11-06 21:21:17.898 WARNING (ImportExecutor_0) [homeassistant.backports.enum] StrEnum was used from landroid_cloud, this is a deprecated alias which will be removed in HA Core 2025.5. Use enum.StrEnum instead, please report it to the author of the 'landroid_cloud' custom integration
2024-11-06 21:21:18.529 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' calls hass.http.register_static_path which is deprecated because it does blocking I/O in the event loop, instead call `await hass.http.async_register_static_paths([StaticPathConfig("/hacsfiles/frontend", "/config/custom_components/hacs/hacs_frontend", False)])`; This function will be removed in 2025.7 at custom_components/hacs/frontend.py, line 41: hass.http.register_static_path(f"{URL_BASE}/frontend", locate_dir(), cache_headers=False), please create a bug report at https://github.com/hacs/integration/issues
2024-11-06 21:21:18.530 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' calls hass.http.register_static_path which is deprecated because it does blocking I/O in the event loop, instead call `await hass.http.async_register_static_paths([StaticPathConfig("/hacsfiles/iconset.js", "/config/custom_components/hacs/iconset.js", True)])`; This function will be removed in 2025.7 at custom_components/hacs/frontend.py, line 44: hass.http.register_static_path(, please create a bug report at https://github.com/hacs/integration/issues
2024-11-06 21:21:18.532 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' accesses hass.components.frontend. This is deprecated and will stop working in Home Assistant 2025.3, it should be updated to import functions used from frontend directly at custom_components/hacs/frontend.py, line 57: hass.components.frontend.async_register_built_in_panel(, please create a bug report at https://github.com/hacs/integration/issues
2024-11-06 21:21:18.535 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' calls hass.http.register_static_path which is deprecated because it does blocking I/O in the event loop, instead call `await hass.http.async_register_static_paths([StaticPathConfig("/hacsfiles", "/config/www/community", True)])`; This function will be removed in 2025.7 at custom_components/hacs/base.py, line 1152: self.hass.http.register_static_path(, please create a bug report at https://github.com/hacs/integration/issues
2024-11-06 21:21:18.730 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Worx - [email protected] for landroid_cloud
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 635, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/landroid_cloud/__init__.py", line 63, in async_setup_entry
result = await _async_setup(hass, entry)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/landroid_cloud/__init__.py", line 206, in _async_setup
await hass.async_add_executor_job(cloud.connect)
File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/pyworxcloud/__init__.py", line 259, in connect
self._fetch()
File "/usr/local/lib/python3.12/site-packages/pyworxcloud/__init__.py", line 611, in _fetch
self._mowers = self._api.get_mowers()
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/pyworxcloud/api.py", line 119, in get_mowers
mower["firmware_version"] = "{:.2f}".format(mower["firmware_version"])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
2024-11-06 21:21:18.761 WARNING (ImportExecutor_0) [homeassistant.const] DEVICE_CLASS_HUMIDITY was used from shelly, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.HUMIDITY instead, please report it to the author of the 'shelly' custom integration
2024-11-06 21:21:18.762 WARNING (ImportExecutor_0) [homeassistant.const] DEVICE_CLASS_BATTERY was used from shelly, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.BATTERY instead, please report it to the author of the 'shelly' custom integration
2024-11-06 21:21:18.763 WARNING (ImportExecutor_0) [homeassistant.const] DEVICE_CLASS_ILLUMINANCE was used from shelly, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.ILLUMINANCE instead, please report it to the author of the 'shelly' custom integration
2024-11-06 21:21:18.765 WARNING (ImportExecutor_0) [homeassistant.const] DEVICE_CLASS_TEMPERATURE was used from shelly, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.TEMPERATURE instead, please report it to the author of the 'shelly' custom integration
2024-11-06 21:21:18.766 WARNING (ImportExecutor_0) [homeassistant.const] DEVICE_CLASS_ENERGY was used from shelly, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.ENERGY instead, please report it to the author of the 'shelly' custom integration
2024-11-06 21:21:18.768 WARNING (ImportExecutor_0) [homeassistant.const] TEMP_CELSIUS was used from shelly, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTemperature.CELSIUS instead, please report it to the author of the 'shelly' custom integration
2024-11-06 21:21:18.769 WARNING (ImportExecutor_0) [homeassistant.const] POWER_WATT was used from shelly, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfPower.WATT instead, please report it to the author of the 'shelly' custom integration
2024-11-06 21:21:18.770 WARNING (ImportExecutor_0) [homeassistant.const] ENERGY_WATT_HOUR was used from shelly, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfEnergy.WATT_HOUR instead, please report it to the author of the 'shelly' custom integration
2024-11-06 21:21:18.771 WARNING (ImportExecutor_0) [homeassistant.components.binary_sensor] DEVICE_CLASS_CONNECTIVITY was used from shelly, this is a deprecated constant which will be removed in HA Core 2025.1. Use BinarySensorDeviceClass.CONNECTIVITY instead, please report it to the author of the 'shelly' custom integration
2024-11-06 21:21:18.772 WARNING (ImportExecutor_0) [homeassistant.components.binary_sensor] DEVICE_CLASS_CONNECTIVITY was used from shelly, this is a deprecated constant which will be removed in HA Core 2025.1. Use BinarySensorDeviceClass.CONNECTIVITY instead, please report it to the author of the 'shelly' custom integration
2024-11-06 21:21:19.103 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'shelly' accesses hass.helpers.entity_registry. This is deprecated and will stop working in Home Assistant 2025.5, it should be updated to import functions used from entity_registry directly at custom_components/shelly/__init__.py, line 356: await self.hass.helpers.entity_registry.async_get_registry(), please report it to the author of the 'shelly' custom integration
2024-11-06 21:21:19.104 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (None)
Traceback (most recent call last):
File "/config/custom_components/shelly/__init__.py", line 356, in start_up
await self.hass.helpers.entity_registry.async_get_registry()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/loader.py", line 1528, in __getattr__
value = getattr(self._module, attr)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'homeassistant.helpers.entity_registry' has no attribute 'async_get_registry'
2024-11-06 21:21:19.116 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (None)
Traceback (most recent call last):
File "/config/custom_components/shelly/__init__.py", line 356, in start_up
await self.hass.helpers.entity_registry.async_get_registry()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/loader.py", line 1528, in __getattr__
value = getattr(self._module, attr)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'homeassistant.helpers.entity_registry' has no attribute 'async_get_registry'
2024-11-06 21:21:19.132 INFO (SyncWorker_9) [fritzconnection] Unable to retrieve resource 'http://192.168.188.82:49000/igddesc.xml' from the device.
2024-11-06 21:21:29.097 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'shelly' calls async_forward_entry_setup for integration, shelly with title: shelly and entry_id: 0cd39806e1b9fd6e37b6e5d8c0c93576, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead at custom_components/shelly/__init__.py, line 519: await self.hass.config_entries.async_forward_entry_setup(, please report it to the author of the 'shelly' custom integration
2024-11-06 21:21:29.116 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:21:29.116 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:21:29.118 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:21:29.118 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:21:29.163 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_shsw_1_349454739955_firmware_update is already used by switch.shelly_shsw_1_349454739955_firmware_update - ignoring switch.shelly_shsw_1_349454739955_firmware_update
2024-11-06 21:21:29.166 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:21:29.166 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:21:29.166 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:21:29.166 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:21:29.169 WARNING (ImportExecutor_0) [homeassistant.const] DEVICE_CLASS_ENERGY was used from shelly, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.ENERGY instead, please report it to the author of the 'shelly' custom integration
2024-11-06 21:21:30.098 WARNING (zeroconf-ServiceBrowser-_googlecast._tcp-132) [pychromecast.dial] Failed to determine cast type for host <unknown> (Remote end closed connection without response) (services:{MDNSServiceInfo(name='BRAVIA-VH1-653758001ac8fbe79717801212de9238._googlecast._tcp.local.')})
2024-11-06 21:21:32.712 ERROR (Thread-18) [pychromecast.socket_client] [TV Wohnzimmer(192.168.188.34):8009] Error reading from socket: socket connection broken
2024-11-06 21:21:32.730 ERROR (Thread-18) [pychromecast.socket_client] [TV Wohnzimmer(192.168.188.34):8009] Failed to connect to service MDNSServiceInfo(name='BRAVIA-VH1-653758001ac8fbe79717801212de9238._googlecast._tcp.local.'), retrying in 5.0s
2024-11-06 21:21:35.035 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' accesses hass.helpers.event. This is deprecated and will stop working in Home Assistant 2025.5, it should be updated to import functions used from event directly at custom_components/hacs/base.py, line 625: self.hass.helpers.event.async_track_time_interval(, please create a bug report at https://github.com/hacs/integration/issues
2024-11-06 21:21:35.279 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-11-06 21:21:35.474 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-11-06 21:21:35.481 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-11-06 21:21:35.493 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-11-06 21:21:35.665 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-11-06 21:21:36.739 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-11-06 21:21:36.785 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-11-06 21:21:36.839 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-11-06 21:21:36.883 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-11-06 21:21:36.892 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-11-06 21:21:36.971 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-11-06 21:21:37.145 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-11-06 21:21:37.175 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-11-06 21:21:37.321 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-11-06 21:21:40.311 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:21:40.311 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:21:40.311 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:21:40.311 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:21:55.337 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:21:55.337 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:21:55.337 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:21:55.337 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:22:10.581 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:22:10.581 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:22:10.581 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:22:10.581 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:22:25.657 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:22:25.657 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:22:25.657 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:22:25.657 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:22:29.173 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:22:29.173 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:22:29.174 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:22:29.174 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:22:40.683 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:22:40.684 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:22:40.684 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:22:40.684 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:22:55.871 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:22:55.871 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:22:55.871 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:22:55.871 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:23:10.910 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:23:10.910 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:23:10.910 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:23:10.910 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:23:26.051 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:23:26.052 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:23:26.052 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:23:26.052 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:23:29.192 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:23:29.193 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:23:29.193 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:23:29.193 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:23:41.185 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:23:41.185 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:23:41.185 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:23:41.185 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:23:47.232 WARNING (ImportExecutor_0) [homeassistant.core] Config was used from mygekko, this is a deprecated alias which will be removed in HA Core 2025.11. Use homeassistant.core_config.Config instead, please report it to the author of the 'mygekko' custom integration
2024-11-06 21:23:56.345 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:23:56.345 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:23:56.345 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:23:56.345 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:24:11.576 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:24:11.576 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:24:11.576 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:24:11.576 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:24:26.673 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:24:26.673 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:24:26.673 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:24:26.674 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:24:28.874 ERROR (MainThread) [PyMyGekko.data_provider] MyGekkoBadRequest Error
2024-11-06 21:24:28.875 ERROR (MainThread) [custom_components.mygekko.config_flow] MyGekkoError
Traceback (most recent call last):
File "/config/custom_components/mygekko/config_flow.py", line 182, in _test_credentials_local_mygekko
await client.try_connect()
File "/usr/local/lib/python3.12/site-packages/PyMyGekko/__init__.py", line 77, in try_connect
await self._data_provider.try_connect()
File "/usr/local/lib/python3.12/site-packages/PyMyGekko/data_provider.py", line 139, in try_connect
self.handle_api_error(resp.status, response_text)
File "/usr/local/lib/python3.12/site-packages/PyMyGekko/data_provider.py", line 195, in handle_api_error
raise MyGekkoBadRequest()
PyMyGekko.data_provider.MyGekkoBadRequest
2024-11-06 21:24:29.201 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:24:29.201 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:24:29.201 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:24:29.201 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:24:41.785 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:24:41.785 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:24:41.785 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:24:41.785 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:24:56.903 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:24:56.903 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:24:56.904 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:24:56.904 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:25:11.903 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:25:11.903 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:25:11.904 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:25:11.904 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:25:26.971 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:25:26.971 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:25:26.971 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:25:26.971 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:25:29.216 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:25:29.216 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:25:29.217 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:25:29.217 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:25:42.184 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:25:42.184 ERROR (MainThread) [homeassistant.components.switch] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955 is already used by switch.shelly_shsw_1_349454739955 - ignoring switch.shelly_shsw_1_349454739955
2024-11-06 21:25:42.184 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
2024-11-06 21:25:42.184 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform shelly does not generate unique IDs. ID shelly_SHSW-1_349454739955_switch is already used by binary_sensor.shelly_shsw_1_349454739955_switch - ignoring binary_sensor.shelly_shsw_1_349454739955_switch
Diagnostics dump
No response
The text was updated successfully, but these errors were encountered:
System Health details
System Information
Home Assistant Community Store
Home Assistant Cloud
Home Assistant Supervisor
Dashboards
Recorder
Checklist
Describe the issue
Hi Stephan,
installed your addin but the local connection failed (Username/Password/IP address is wrong. Please see the logs for details.).
Error log (Debug log attached below):
This error originated from a custom integration.
Logger: custom_components.mygekko.config_flow
Source: custom_components/mygekko/config_flow.py:182
integration: mygekko (documentation, issues)
First occurred: 9:24:28 PM (1 occurrences)
Last logged: 9:24:28 PM
MyGekkoError
Traceback (most recent call last):
File "/config/custom_components/mygekko/config_flow.py", line 182, in _test_credentials_local_mygekko
await client.try_connect()
File "/usr/local/lib/python3.12/site-packages/PyMyGekko/init.py", line 77, in try_connect
await self._data_provider.try_connect()
File "/usr/local/lib/python3.12/site-packages/PyMyGekko/data_provider.py", line 139, in try_connect
self.handle_api_error(resp.status, response_text)
File "/usr/local/lib/python3.12/site-packages/PyMyGekko/data_provider.py", line 195, in handle_api_error
raise MyGekkoBadRequest()
PyMyGekko.data_provider.MyGekkoBadRequest
MyGekko is available under the IP (tested with the local address from https://www.my-gekko.com/files/ombis/3119/DE_Tutorial_Query%20API.pdf), local query user is working.
Using a Slide 2 with SW-version v7648-12 and Kernel 3.4.53-R3.
Further discussion also in German if you want.
Reproduction steps
...
Debug logs
Diagnostics dump
No response
The text was updated successfully, but these errors were encountered: