I am implementing the Webasto HVH50 into my Porsche 911 EV build. I had been using an older PTC heater running off PWM, but that heater takes up too much space and stopped working and the Webasto fits nicely under the hood as an upgrade. Unfortunately, the Webasto HVH heaters are mostly run off LIN. Finding a PWM version has proven difficult, so I have given up on that route.
Johan secured an HVH50 and worked out the LIN communication on the unit he secured and implemented the code into the Volvo branch of his OI programming.
Here is the link to that forum:
viewtopic.php?f=9&p=26692#p26692
and the links to the programming:
https://github.com/jsphuebner/stm32-car ... ar.cpp#L95
https://github.com/jsphuebner/libopenin ... linbus.cpp
Additionally, there a wiki page on this heater with a lot of the same info:
https://openinverter.org/wiki/Webasto_HVH50
At Johan's suggestion, I have purchased the Teensy 4.0 CAN FD and LIN-Bus Board with Teensy 4.0 installed.
HERE IS MY NEED:
I would like to implement the LIN programming into the TEENSY controller such that when I push the heater button in my car that turns on the 12V power to the WEBASTO and TEENSY, the heater will kick in and heat the coolant. I DO NOT NEED TO CONTROL THE TEMP. I just need it to kick on and it will heat to the maximum allowable heat until turned off. I also do NOT need any feedback for gauges or controls. This controller will NOT be a part of the CAN Network on the car that controls the gauges and inverter and BMS. It will be standalone and solely function to provide the messages to the heater to engage in heating the coolant. This heater is on a separate coolant loop from the rest of the car's cooling systems. It is truly standalone.
I am happy to compensate someone for their time, but would really like to jump on this quickly, as it is just kicking into winter for me and I would like to be able to use the car in the coming month when things get nasty outside.
I am competent with computers and electronics and can assist you with the feedback you might need to complete this project. I just am not competent with the programming part of this. I am trying to educate myself, but by the time I do, it will be summer

Any takers?