Jarkko Sonninen

Results 94 comments of Jarkko Sonninen

I'll try to find time to look at the issue.

It might be a problem with the Raspbian distibution. Here is a similar case: https://www.raspberrypi.org/forums/viewtopic.php?t=218469

Edit info.py and set correct arguments: serialclient = ModbusClient(method='rtu', port='/dev/ttyXRUSB0', baudrate=115200, stopbits = 1, bytesize = 8, timeout=1) Do you see the wanted the /dev/tty* device ?

Is there any kernel messages (dmesg) or any processes using the device (fuser /dev/ttyUSB0) ? What is the stock cable ? Have you tried it with the exar driver in...

I'm sorry to hear that 0.9 does not work for you. Version 0.9 first probes for JMicron chip and then tries SAT16 mode and SAT12 mode as the last resort....

Thanks for testing the new version. Would you tell the vendor/product ids for the enclosure, so I'll add them to the list of known devices ? ``` SATSMARTDriver v0.10: enclosure...

There are instructions in issue #6 on how to see kernel logs.

Usually it should boot, if you remove all external drives.

Yep, this isn't the best place to ask. Try googling for solar panel forums (for example https://www.solarpaneltalk.com/forum/off-grid-solar/off-grid-solar-panel-systems) I don't know if epsolar charge controllers limit the current to less than...

I think the driver for ttyACM0 cannot put the device to RS485 mode.