#Beginner - trying to create an addon for the SIM7600G-H 4G HAT (B)

1 messages · Page 1 of 1 (latest)

grim cedar
#

Hello!

I am trying to create an addon that would integrate this modem to my automation. Here is their wiki: https://www.waveshare.com/wiki/SIM7600G-H_4G_HAT_(B)

Right now I want a very simple version of the add-on to work, where I just try to send a sms.

From the docs, I should see something like /dev/ttyUSB2 but I see nothing like this. I made my addon log what's under /dev/bus/usb and /dev/ttyUSB* and I see this:

🔍 Detected USB device nodes (/dev/bus/usb):
  - /dev/bus/usb/001/001
  - /dev/bus/usb/001/002
  - /dev/bus/usb/001/003
🔍 Detected serial ports (ttyUSB*):
‼ Error: ✗ No responsive modem found

I believe the 3 entries from the above are the correct ones from the modem, but they don't appear in the ttyUSB* log.

On the container side I tried many things and even ended up giving it full_access so this shouldn't be the issue here.

Anyone has experienced something similar? What might I be missing?