PowerWatcher Display for Tesla
- tom91
- Posts: 2393
- Joined: Fri Mar 01, 2019 9:15 pm
- Location: Bristol
- Has thanked: 207 times
- Been thanked: 563 times
Re: PowerWatcher Display for Tesla
You could always use the Zero EV can messages for the DU as a base.
Currently populated two messages with the following
Currently populated two messages with the following
- Jack Bauer
- Posts: 3661
- Joined: Wed Dec 12, 2018 5:24 pm
- Location: Ireland
- Has thanked: 10 times
- Been thanked: 335 times
- Contact:
Re: PowerWatcher Display for Tesla
Thanks Tom. I'll use that as a template.
I'm going to need a hacksaw
- tom91
- Posts: 2393
- Joined: Fri Mar 01, 2019 9:15 pm
- Location: Bristol
- Has thanked: 207 times
- Been thanked: 563 times
Re: PowerWatcher Display for Tesla
Ok then here is a stripped down DBC attached, also has the base Can info for SimpBMS and the open source Tesla Charger. I removed some info I received in confidentially.
Cannot upload '.dbc' that is why it is rar'ed
Cannot upload '.dbc' that is why it is rar'ed
- Attachments
-
- zeroev - Copy.rar
- (1.24 KiB) Downloaded 429 times
- Jack Bauer
- Posts: 3661
- Joined: Wed Dec 12, 2018 5:24 pm
- Location: Ireland
- Has thanked: 10 times
- Been thanked: 335 times
- Contact:
Re: PowerWatcher Display for Tesla
New webshop for Powerwatcher products :
https://shop.emkit.net/shop
https://shop.emkit.net/shop
I'm going to need a hacksaw
-
- Posts: 218
- Joined: Fri Jan 04, 2019 8:42 am
- Location: United Kingdom
- Has thanked: 76 times
- Been thanked: 3 times
Re: PowerWatcher Display for Tesla
Looks interesting.
I just looked at his power watcher 3 high voltage,
Max voltage 200v
Is this correct ?
I just looked at his power watcher 3 high voltage,
Max voltage 200v
Is this correct ?
- Jack Bauer
- Posts: 3661
- Joined: Wed Dec 12, 2018 5:24 pm
- Location: Ireland
- Has thanked: 10 times
- Been thanked: 335 times
- Contact:
Re: PowerWatcher Display for Tesla
Where did you see 200v for the powerwatcher 3? powerwatcher 2 was limited to 200v NOT powerwatcher 3. powerwatcher 3 can go to 450v.
I'm going to need a hacksaw
Re: PowerWatcher Display for Tesla
Just to confirm, the high voltage V3 kit currently in the webshop is ready to go for Telsa LDU compatibility, assuming the proper CAN messages are loaded?Jack Bauer wrote: ↑Mon Oct 14, 2019 7:45 pm New webshop for Powerwatcher products :
https://shop.emkit.net/shop
Formerly 92 E30 BMW Cabrio with Tesla power
Re: PowerWatcher Display for Tesla
The webshop lists two different powerwatcher 3 kits. The lower priced "middle voltage kit" looks like it's limited to 200v.
- Jack Bauer
- Posts: 3661
- Joined: Wed Dec 12, 2018 5:24 pm
- Location: Ireland
- Has thanked: 10 times
- Been thanked: 335 times
- Contact:
Re: PowerWatcher Display for Tesla
@jon volk no not yet. Seeing as no one wants to bother making a list of can commands for Yuriy it's waiting on me.
I'm going to need a hacksaw
- tom91
- Posts: 2393
- Joined: Fri Mar 01, 2019 9:15 pm
- Location: Bristol
- Has thanked: 207 times
- Been thanked: 563 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: 3661
- Joined: Wed Dec 12, 2018 5:24 pm
- Location: Ireland
- Has thanked: 10 times
- Been thanked: 335 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 379 times
I'm going to need a hacksaw
- Jack Bauer
- Posts: 3661
- Joined: Wed Dec 12, 2018 5:24 pm
- Location: Ireland
- Has thanked: 10 times
- Been thanked: 335 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 276 times
I'm going to need a hacksaw
- Jack Bauer
- Posts: 3661
- Joined: Wed Dec 12, 2018 5:24 pm
- Location: Ireland
- Has thanked: 10 times
- Been thanked: 335 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 329 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: 3661
- Joined: Wed Dec 12, 2018 5:24 pm
- Location: Ireland
- Has thanked: 10 times
- Been thanked: 335 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.