In RealDash, select Dasaita connection and values will be read into corresponding inputs.
We do not share proprietary protocol information, so if you want to decode the stream, you are on your own.
In RealDash, select Dasaita connection and values will be read into corresponding inputs.
We do not share proprietary protocol information, so if you want to decode the stream, you are on your own.
Please only yes or no
bit rate 38400
66 66 66 80 80 00 00 9E 98 80 80 60 FE
it is Daisata protocol ?
Regards
Falcon
Iād like to update my status of Dasaita TPMS.
I still canāt connect it to RealDash.
I tried to use 38400 for baud rate but no responses from RealDash.
I think there 2tpye of Dasaita TPMS External at least, TAIYA02/TAIYA04.
I got 04 and Developper got TAIYA02, I guess.
I hope to improve.
Great work! I went for the tiremagic system instead of dasaita in the endā¦
Do you have a link to the tiremagic xml that i can copy and paste into my current xml?
(or a way to find it in realdash?)
(I have tried using 2 simultaneous connections in realdash but it seems to stall the gauges quite often so i want to incorporate it into my current xml but im not clever enough yet to write the code from scratch)
many thanks.
Jamie
This is my current scrappy XML for a delta 900 ECU incase anybody else needs?
scs-delta 900 ver3.xml (12.8 KB)
I uploaded the Tiremagic XML to GitHub:
Should we add this to RealDash?
Thanks for the tiremagic upload!
The xml I have is the one you wrote for the Scs delta GDI4 but with address changes for my ecu as itās slightly different. I did have a problem with the conversions in the xml so I deleted some of them (the ones for the gauges I was using) and imputed the conversion in gauge math instead.
I will edit the xml and re input the conversions (for reference) and repost and by all means you can add it to GitHub but maybe with a caveat about the gauge math?
Might not be straightforward enough to add the app yet though?
Jamie
Please Help
i worry before payment
it is official store Daisata
please confirm
regards
Falcon
Please if connect Daysata
corresponding inputs is:
ID 240, 241, 242 and 243?
and ID 232 - 235??
Seems correct.
I have reached out to Tiremagic but it seems that they are more interested in doing business with distributor than End Users. They requested business name and website before giving me any information.
I need a system with 10 internal banded sensors. 5 on vehicle and 5 on trailer. Yes I want to measure spare tire. It would require a receiver and a repeater mounted on the trailer. I canāt use valve sensors because of valve stem clearance. I canāt use external sensors as it would be very inconvenient because of frequent tire pressure changes for on road and offroad driving.
Napko Ltd. realdash.net
I actually just ordered a single set from them for my personal use with two sets of sensors.
The guy was extremely responsive via email (jot@tiremagictpms.com) and answered all my questions upfront and after.
Hey Guys,
As I mentioned in my previous post, I have two sets of sensors, one set is my daily driver, the other is in a set of slicks for track days.
My thought was to use the conversion function within the value tag to add the values of the two sensors, assuming the one that is not transmitting will display 0 value.
Unfortunately that doesnāt seem to work the way I was hoping for.
Can you suggest what are the default values of a paramter if it is disconnected and if there is logic I can apply to make this work.
Attached also the picture I took of the running values. What makes it even more strange is the difference in temperature values.
<frame id="0x77e:0x05,0,1" endianess="big"> <!-- Left Front - RACE sensor with Slick tires -->
<value name="Tiremagic TPMS: Pressure 5" offset="1" length="2" units="bar" conversion="V*0.01"></value> <!-- pressure -->
<value name="Tiremagic TPMS: Temp 5" offset="3" length="1" units="C"></value> <!-- temperature -->
<value name="Tiremagic TPMS: Sensor 5 Voltage" offset="4" length="1" conversion="V*0.1"></value>
<value name="Tiremagic TPMS: Air Leakage State 5" offset="5" length="1" units="bit"></value>
<value name="Tiremagic TPMS: Low Voltage 5" offset="5" length="1" units="bit" conversion="V>>3"></value>
<value name="Tiremagic TPMS: Negative Temperature 5" offset="5" length="1" units="bit" conversion="V>>4"></value>
<value name="Tiremagic TPMS: Sensor 5 Signal Lost" offset="5" length="1" units="bit" conversion="V>>5"></value>
</frame>
<frame id="0x77e:0x06,0,1" endianess="big"> <!-- Right Front - RACE sensor with Slick tires -->
<value name="Tiremagic TPMS: Pressure 6" offset="1" length="2" units="bar" conversion="V*0.01"></value> <!-- pressure -->
<value name="Tiremagic TPMS: Temp 6" offset="3" length="1" units="C"></value> <!-- temperature -->
<value name="Tiremagic TPMS: Sensor 6 Voltage" offset="4" length="1" conversion="V*0.1"></value>
<value name="Tiremagic TPMS: Air Leakage State 6" offset="5" length="1" units="bit"></value>
<value name="Tiremagic TPMS: Low Voltage 6" offset="5" length="1" units="bit" conversion="V>>3"></value>
<value name="Tiremagic TPMS: Negative Temperature 6" offset="5" length="1" units="bit" conversion="V>>4"></value>
<value name="Tiremagic TPMS: Sensor 6 Signal Lost" offset="5" length="1" units="bit" conversion="V>>5"></value>
</frame>
<frame id="0x77e:0x07,0,1" endianess="big"> <!-- Left Rear - RACE sensor with Slick tires -->
<value name="Tiremagic TPMS: Pressure 7" offset="1" length="2" units="bar" conversion="V*0.01"></value> <!-- pressure -->
<value name="Tiremagic TPMS: Temp 7" offset="3" length="1" units="C"></value> <!-- temperature -->
<value name="Tiremagic TPMS: Sensor 7 Voltage" offset="4" length="1" conversion="V*0.1"></value>
<value name="Tiremagic TPMS: Air Leakage State 7" offset="5" length="1" units="bit"></value>
<value name="Tiremagic TPMS: Low Voltage 7" offset="5" length="1" units="bit" conversion="V>>3"></value>
<value name="Tiremagic TPMS: Negative Temperature 7" offset="5" length="1" units="bit" conversion="V>>4"></value>
<value name="Tiremagic TPMS: Sensor 7 Signal Lost" offset="5" length="1" units="bit" conversion="V>>5"></value>
</frame>
<frame id="0x77e:0x08,0,1" endianess="big"> <!-- Right Rear - RACE sensor with Slick tires -->
<value name="Tiremagic TPMS: Pressure 8" offset="1" length="2" units="bar" conversion="V*0.01"></value> <!-- pressure -->
<value name="Tiremagic TPMS: Temp 8" offset="3" length="1" units="C"></value> <!-- temperature -->
<value name="Tiremagic TPMS: Sensor 8 Voltage" offset="4" length="1" conversion="V*0.1"></value>
<value name="Tiremagic TPMS: Air Leakage State 8" offset="5" length="1" units="bit"></value>
<value name="Tiremagic TPMS: Low Voltage 8" offset="5" length="1" units="bit" conversion="V>>3"></value>
<value name="Tiremagic TPMS: Negative Temperature 8" offset="5" length="1" units="bit" conversion="V>>4"></value>
<value name="Tiremagic TPMS: Sensor 8 Signal Lost" offset="5" length="1" units="bit" conversion="V>>5"></value>
</frame>
<frame id="0x77e:0x01,0,1" endianess="big"> <!-- Left Front -->
<value targetId="240" offset="1" length="2" units="bar" conversion="'Tiremagic TPMS: Pressure 5'+(V*0.01)"></value> <!-- pressure -->
<value targetId="232" offset="3" length="1" units="C" conversion="'Tiremagic TPMS: Temp 5'+V"></value> <!-- temperature -->
<value name="Tiremagic TPMS: Sensor Voltage" offset="4" length="1" conversion="V*0.1"></value>
<value name="Tiremagic TPMS: Air Leakage State" offset="5" length="1" units="bit"></value>
<value name="Tiremagic TPMS: Low Voltage" offset="5" length="1" units="bit" conversion="V>>3"></value>
<value name="Tiremagic TPMS: Negative Temperature" offset="5" length="1" units="bit" conversion="V>>4"></value>
<value name="Tiremagic TPMS: Sensor Signal Lost" offset="5" length="1" units="bit" conversion="V>>5"></value>
</frame>
<frame id="0x77e:0x02,0,1" endianess="big"> <!-- Right Front -->
<value targetId="241" offset="1" length="2" units="bar" conversion="'Tiremagic TPMS: Pressure 6'+(V*0.01)"></value> <!-- pressure -->
<value targetId="233" offset="3" length="1" units="C" conversion="'Tiremagic TPMS: Temp 6'+V"></value> <!-- temperature -->
<value name="Tiremagic TPMS: Sensor Voltage" offset="4" length="1" conversion="V*0.1"></value>
<value name="Tiremagic TPMS: Air Leakage State" offset="5" length="1" units="bit"></value>
<value name="Tiremagic TPMS: Low Voltage" offset="5" length="1" units="bit" conversion="V>>3"></value>
<value name="Tiremagic TPMS: Negative Temperature" offset="5" length="1" units="bit" conversion="V>>4"></value>
<value name="Tiremagic TPMS: Sensor Signal Lost" offset="5" length="1" units="bit" conversion="V>>5"></value>
</frame>
<frame id="0x77e:0x03,0,1" endianess="big"> <!-- Left Rear -->
<value targetId="242" offset="1" length="2" units="bar" conversion="'Tiremagic TPMS: Pressure 7'+(V*0.01)"></value> <!-- pressure -->
<value targetId="234" offset="3" length="1" units="C" conversion="'Tiremagic TPMS: Temp 7'+V"></value> <!-- temperature -->
<value name="Tiremagic TPMS: Sensor Voltage" offset="4" length="1" conversion="V*0.1"></value>
<value name="Tiremagic TPMS: Air Leakage State" offset="5" length="1" units="bit"></value>
<value name="Tiremagic TPMS: Low Voltage" offset="5" length="1" units="bit" conversion="V>>3"></value>
<value name="Tiremagic TPMS: Negative Temperature" offset="5" length="1" units="bit" conversion="V>>4"></value>
<value name="Tiremagic TPMS: Sensor Signal Lost" offset="5" length="1" units="bit" conversion="V>>5"></value>
</frame>
<frame id="0x77e:0x04,0,1" endianess="big"> <!-- Right Rear -->
<value targetId="243" offset="1" length="2" units="bar" conversion="'Tiremagic TPMS: Pressure 8'+(V*0.01)"></value> <!-- pressure -->
<value targetId="235" offset="3" length="1" units="C" conversion="'Tiremagic TPMS: Temp 8'+V"></value> <!-- temperature -->
<value name="Tiremagic TPMS: Sensor Voltage" offset="4" length="1" conversion="V*0.1"></value>
<value name="Tiremagic TPMS: Air Leakage State" offset="5" length="1" units="bit"></value>
<value name="Tiremagic TPMS: Low Voltage" offset="5" length="1" units="bit" conversion="V>>3"></value>
<value name="Tiremagic TPMS: Negative Temperature" offset="5" length="1" units="bit" conversion="V>>4"></value>
<value name="Tiremagic TPMS: Sensor Signal Lost" offset="5" length="1" units="bit" conversion="V>>5"></value>
</frame>
Now i work and test any tmps . Dasaita not more sell on aliexpress. In nearest future i wll found solution tmps and recomend
Iām about to order few tiremagic set. Itās working well? Iāll try the internal sensors and Iāll also order an external kit to test. Anybody else tried it?
It is working for me so far.