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
Suddenly these errors appear in the log, and the module doesn't work anymore:
File "/app/./modbus2mqtt.py", line 2, in <module>
from modbus2mqtt.modbus2mqtt import main
File "/app/modbus2mqtt/modbus2mqtt.py", line 33, in <module>
import serial
ModuleNotFoundError: No module named 'serial'
Tried 'pip install pyserial' in the console, but that doesn't work
The text was updated successfully, but these errors were encountered:
HA Core 2024.4.4
HA OS 11.5
Suddenly these errors appear in the log, and the module doesn't work anymore:
Tried 'pip install pyserial' in the console, but that doesn't work
The text was updated successfully, but these errors were encountered: