Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Carlinkit hardware #10

Open
shira6608 opened this issue Feb 7, 2023 · 5 comments
Open

New Carlinkit hardware #10

shira6608 opened this issue Feb 7, 2023 · 5 comments

Comments

@shira6608
Copy link

New carelinkit has product id 0x1521 rather than 0x1520. Should that still work ? I do not seem to get a stream ?

@Glenf
Copy link

Glenf commented Feb 14, 2023

You'd need to change product id if you have not done that yet.

idProduct = 0x1520

It might or might not work with that change.

@demianzenkov
Copy link

@shira6608 @Glenf Guys, it seems like you got the project working. Can you please share environment you use?
I tried on latest Raspbian, Debian, Ubuntu 20 and 22 with python 3.9 and 3.11 versions and always get these warnings:

/usr/lib/python3.10/subprocess.py:953: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used
  self.stdin = io.open(p2cwrite, 'wb', bufsize)
/usr/lib/python3.10/subprocess.py:959: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used
  self.stdout = io.open(c2pread, 'rb', bufsize)

And nothing happens after I start teslabox.py and connect CarPlay dongle, I get only warnings.

@tj57
Copy link

tj57 commented Mar 18, 2023

@demianzenkov Igo similar warning. What do you see at http://127.0.0.1:9000 ?

@demianzenkov
Copy link

@tj57 the web page opens but there is only black screen with white-border box. But no content inside this box.

@tj57
Copy link

tj57 commented Apr 7, 2023

@demianzenkov Unfortunately I have similar, I have not yet managed to get my dongle working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants