Zitat1.0.14.7.0.255 Frequenz
1.0.81.7.4.255 Phasenwinkel I/U Phase 1
1.0.81.7.15.255 Phasenwinkel I/U Phase 2
1.0.81.7.26.255 Phasenwinkel I/UPhase 3
ZitatAttribute
channels
Hiermit können die einzelnen Kanal-Readings mittels RegExes umbenannt werden.
Beispiel: attr myOBIS channels {"1.0.96.5.5.255"=>"Status","1.0.0.0.0.255"=>"Info","16.7"=>"Verbrauch"}
2023-09-21 11:42:12,637 - INFO - fhempy.lib.fhem_pythonbinding: Start update...
2023-09-21 11:42:12,638 - INFO - fhempy.lib.pkg_installer: Attempting install of fhempy
2023-09-21 11:42:21,955 - INFO - fhempy.lib.pkg_installer: Successfully installed fhempy update!
2023-09-21 11:42:21,974 - INFO - fhempy.lib.fhem_pythonbinding: Restart initiated...
2023-09-21 11:42:21,975 - INFO - fhempy.lib.fhem_pythonbinding: All modules successfully undefined!
2023-09-21 11:42:21,975 - INFO - websockets.server: server closing
2023-09-21 11:42:31,988 - INFO - websockets.server: connection closed
2023-09-21 11:42:31,988 - INFO - websockets.server: server closed
2023-09-21 11:42:31,990 - INFO - fhempy.lib.fhem_pythonbinding: Exit 1
2023-09-21 11:42:53,353 - INFO - fhempy.lib.fhem_pythonbinding: Starting fhempy 0.1.665...
2023-09-21 11:42:53,355 - INFO - fhempy.lib.fhem_pythonbinding: Waiting for FHEM connection
2023-09-21 11:42:53,394 - INFO - websockets.server: server listening on 0.0.0.0:15733
2023-09-21 11:43:03,513 - INFO - websockets.server: connection open
2023-09-21 11:43:03,514 - INFO - fhempy.lib.fhem_pythonbinding: Incoming FHEM connection: 127.0.0.1
2023-09-21 11:43:04,820 - ERROR - meross_integration: Exception raised by task: <Task finished name='Task-65' coro=<FhemModule._run_coro() done, defined at /opt/fhem/.local/lib/python3.9/site-packages/fhempy/lib/generic.py:216> exception=BadLoginException('Invalid username/Password combination')>
Traceback (most recent call last):
File "/opt/fhem/.local/lib/python3.9/site-packages/fhempy/lib/generic.py", line 224, in _handle_task_result
task.result()
File "/opt/fhem/.local/lib/python3.9/site-packages/fhempy/lib/generic.py", line 218, in _run_coro
await coro
File "/opt/fhem/.local/lib/python3.9/site-packages/fhempy/lib/meross/meross_setup.py", line 27, in run_setup
http_api_client = await MerossHttpClient.async_from_user_password(
File "/opt/fhem/.local/lib/python3.9/site-packages/meross_iot/http_api.py", line 106, in async_from_user_password
creds = await cls.async_login(email=email,
File "/opt/fhem/.local/lib/python3.9/site-packages/meross_iot/http_api.py", line 203, in async_login
response_data = await MerossHttpClient._async_authenticated_post(url=url,
File "/opt/fhem/.local/lib/python3.9/site-packages/meross_iot/http_api.py", line 315, in _async_authenticated_post
raise BadLoginException("Invalid username/Password combination")
meross_iot.model.http.exception.BadLoginException: Invalid username/Password combination