lolouk44 / CurrentCost_HA_CC

CurrentCost Meter Reading Custom Component for Home Assistant
16 stars 7 forks source link

Issue conecting to HA #24

Open Eadmundp opened 8 months ago

Eadmundp commented 8 months ago

On the new HA complete image for a raspberry Pi (docker based) - the Pi cannot see the CurrentCost device. The line "serial_port: /dev/serial/by-id/usb-Prolific_Technology_Inc._USB-Serial_Controller-if00-port0" is used, as this is the what appears in /dev/serial on the pi.

There is a comment about using docker that implies this needs to change, or that some other HA config may be needed - but I am uncertain how.

Any advice on config and trouble shooting this would be gratefully recieved!

Regards Eadmund

tranbert commented 7 months ago

Modify pyserial-asyncio==0.4 by "requirements": [ "pyserial-asyncio==0.6",

in manifest.json should make it work... Did for me.