PowerWatcher Display for Tesla
- tom91
- Posts: 2300
- Joined: Fri Mar 01, 2019 9:15 pm
- Location: Bristol
- Has thanked: 200 times
- Been thanked: 527 times
Re: PowerWatcher Display for Tesla
What can commands are you after? As I provided an dbc on the previous page for certain parameters.
- Jack Bauer
- Posts: 3642
- Joined: Wed Dec 12, 2018 5:24 pm
- Location: Ireland
- Has thanked: 9 times
- Been thanked: 282 times
- Contact:
Re: PowerWatcher Display for Tesla
Right so based on Tom's dbc I have attempted to make a human readable CAN spec which is attached. I think it captures most of the items we would care to have on a display. Powerwatercher should be able to do the maths to get road speed from motor rpm and tyre size. It already has this facility for analog speed input. Let me know if I've missed anything.
- Attachments
-
DU_CAN_V1.pdf
- (25.36 KiB) Downloaded 374 times
I'm going to need a hacksaw
- Jack Bauer
- Posts: 3642
- Joined: Wed Dec 12, 2018 5:24 pm
- Location: Ireland
- Has thanked: 9 times
- Been thanked: 282 times
- Contact:
Re: PowerWatcher Display for Tesla
Attached amended version following some feedback from Yuriy. He has confirmed vehicle speed from motor rpm will be supported.
Powerwatcher V3 can go up to 600vDC. I have asked him to update his website to reflect this as I could buy a Model 3 if I had a euro for everyone asking this:)
Powerwatcher V3 can go up to 600vDC. I have asked him to update his website to reflect this as I could buy a Model 3 if I had a euro for everyone asking this:)
- Attachments
-
DU_CAN_V2.pdf
- (25.85 KiB) Downloaded 273 times
I'm going to need a hacksaw
- Jack Bauer
- Posts: 3642
- Joined: Wed Dec 12, 2018 5:24 pm
- Location: Ireland
- Has thanked: 9 times
- Been thanked: 282 times
- Contact:
Re: PowerWatcher Display for Tesla
aaannnnd the final version:) Temperature now 1 bit per deg C and signed.
- Attachments
-
DU_CAN_V3.pdf
- (26.14 KiB) Downloaded 324 times
I'm going to need a hacksaw
Re: PowerWatcher Display for Tesla
Does the below look correct for translating the .pdf of standards into values that get plugged into the software?
IDC= 309, 0, 16, .1
UDC= 309, 16, 16, .1
UAUX= 309, 32, 8, .1
DIN_OCUR= 309, 40, 1, 1
IAC= 309, 48, 16, .1
OPMODE= 310, 0, 4, 1
DIR= 310, 8, 4, 1
SPEED= 310, 24, 16, 1
TMPHS= 310, 48, 8, 1
TMPM= 310, 56, 8, 1
IDC= 309, 0, 16, .1
UDC= 309, 16, 16, .1
UAUX= 309, 32, 8, .1
DIN_OCUR= 309, 40, 1, 1
IAC= 309, 48, 16, .1
OPMODE= 310, 0, 4, 1
DIR= 310, 8, 4, 1
SPEED= 310, 24, 16, 1
TMPHS= 310, 48, 8, 1
TMPM= 310, 56, 8, 1
Formerly 92 E30 BMW Cabrio with Tesla power
Re: PowerWatcher Display for Tesla
Have put it in the Wiki.
Would recommend to not shorten any values in the CAN messages, that are coded in the inverter hardware.
Better to shorten in the receiving end.
Would recommend to not shorten any values in the CAN messages, that are coded in the inverter hardware.
Better to shorten in the receiving end.
Thomas A. Edison “I have not failed. I've just found 10,000 ways that won't work"
Re: PowerWatcher Display for Tesla
So, you're saying just leave the gain fields at 1 and just manipulate the data in the receiving code?
Formerly 92 E30 BMW Cabrio with Tesla power
Re: PowerWatcher Display for Tesla
That to, but was more referring to the motor and HS temp they are 16bit resolution in code.
I think is good practice to have it same as the programmer intended.....
I don't know the reason for having so high resolution, only the programmer knows.
The point is to have a defined CAN standard, not exactly the way I want it
Good to have some input and suggestions.
I think is good practice to have it same as the programmer intended.....
I don't know the reason for having so high resolution, only the programmer knows.
The point is to have a defined CAN standard, not exactly the way I want it

Good to have some input and suggestions.
Thomas A. Edison “I have not failed. I've just found 10,000 ways that won't work"
Re: PowerWatcher Display for Tesla
Ahhhh got it. I wasn't sure if that was directed at my post or the parameters in general.
Formerly 92 E30 BMW Cabrio with Tesla power
- Jack Bauer
- Posts: 3642
- Joined: Wed Dec 12, 2018 5:24 pm
- Location: Ireland
- Has thanked: 9 times
- Been thanked: 282 times
- Contact:
Re: PowerWatcher Display for Tesla
Just to update on this I now have the hardware and software for testing this with the Tesla drive unit. Just not had time to do so as yet.
I'm going to need a hacksaw
Re: PowerWatcher Display for Tesla
I've got the basic high voltage hardware from PowerWatcher. I'm not far enough with my first build to have it up and running yet but I'm definitely interested in seeing what type of customization will be possible for displays. I'm hoping that I'll be able to pickoff the data being reported and display it within a graphic that I set up. I'm working on converting a 69 VW beetle, and would love to replace the speedo with a digital version that looks like the original with the extra fields on information like WH, consumption and "fuel gauge".
- Roadstercycle
- Posts: 118
- Joined: Mon Sep 23, 2019 10:28 pm
- Location: California
- Has thanked: 3 times
- Been thanked: 2 times
- Contact:
Re: PowerWatcher Display for Tesla
Never went that route. Working on a web-Bluetooth display instead.
Formerly 92 E30 BMW Cabrio with Tesla power
- Roadstercycle
- Posts: 118
- Joined: Mon Sep 23, 2019 10:28 pm
- Location: California
- Has thanked: 3 times
- Been thanked: 2 times
- Contact:
Re: PowerWatcher Display for Tesla
Hopefully a new thread on that sometime. I'm interested and curious.