<div dir="ltr"><div dir="ltr"><div dir="ltr">I use first time github, commit change, and push to my github reposytory: <a href="https://github.com/KommyKT/Open-Vehicle-Monitoring-System-3/tree/upsteam/peugeot">gitHub</a>, and after pull request (I should not have done it)</div><div><br></div></div></div><br><div class="gmail_quote"><div dir="ltr">Mark Webb-Johnson <<a href="mailto:mark@webb-johnson.net">mark@webb-johnson.net</a>> ezt írta (időpont: 2018. szept. 12., Sze, 6:46):<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word;line-break:after-white-space">Easiest way would be for you to commit changes, push to a github repository, then let us know where that is so that we can check. Very hard to help find where the issue is, without actually being able to see the code.<div><br></div><div>When the module starts, it will show initialisation of modules - please check to ensure your module shows up there. If initialisation works, then check the vehicle list to be sure it is registered.</div><div><br></div><div>Regards, Mark.<br><div><br><blockquote type="cite"><div>On 12 Sep 2018, at 12:22 PM, Tamás Kovács <<a href="mailto:kommykt@gmail.com" target="_blank">kommykt@gmail.com</a>> wrote:</div><br class="m_-2795137533064516691Apple-interchange-newline"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">In <a href="http://component.mk/" target="_blank">component.mk</a> and main/Kconfig has the same name. <div>Kconfig: config OVMS_VEHICLE_PEUGEOT</div><div><a href="http://component.mk/" target="_blank">component.mk</a> (in vehicle folder): CONFIG_OVMS_VEHICLE_PEUGEOT</div></div></div></div></div><br><div class="gmail_quote"><div dir="ltr">Mark Webb-Johnson <<a href="mailto:mark@webb-johnson.net" target="_blank">mark@webb-johnson.net</a>> ezt írta (időpont: 2018. szept. 12., Sze, 5:40):<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word;line-break:after-white-space">It seems your module is not compiled in / registered (if it doesn’t appear in vehicle list).<div><br></div><div>Can you check your <a href="http://component.mk/" target="_blank">component.mk</a> (the one in your vehicle directory, not the mail project one you attached). Make sure it matches the main/Kconfig name (with CONFIG at the start).</div><div><br></div><div>Regards, Mark. <br><div><br><blockquote type="cite"><div>On 12 Sep 2018, at 12:11 AM, Tamás Kovács <<a href="mailto:kommykt@gmail.com" target="_blank">kommykt@gmail.com</a>> wrote:</div><br class="m_-2795137533064516691m_-1894660778822032922Apple-interchange-newline"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><ul><li>In attachment</li><li>compare on attachment picture</li><li>OvmsVehiclePeugeotInit::OvmsVehiclePeugeotInit()<br></li></ul><div>  {<br>  ESP_LOGI(TAG, "Registering Vehicle: PEUGEOT ION (9000)");<br><br>  MyVehicleFactory.RegisterVehicle<OvmsVehiclePeugeot>("PI","Peugeot iOn");<br>  }<br><br><ul><li>OvmsVehiclePeugeot::OvmsVehiclePeugeot()<br></li></ul>  {<br>  ESP_LOGI(TAG, "Start Peugeot  vehicle module");<br><br>  mi_candata_timer = 0;<br>  mi_est_range = 0;<br>  mi_stale_charge = 0;<br>  mi_QC = 0;<br>  mi_QC_counter = 5;<br>  mi_last_good_SOC = 0;<br>  mi_last_good_range = 0;<br>  memset(m_vin,0,sizeof(m_vin));<br>  memset(mi_batttemps,0,sizeof(mi_batttemps));<br><br>  RegisterCanBus(1,CAN_MODE_ACTIVE,CAN_SPEED_500KBPS);<br><br>  // require GPS:<br>  MyEvents.SignalEvent("vehicle.require.gps", NULL);<br>  MyEvents.SignalEvent("vehicle.require.gpstime", NULL);<br>  }</div><div><ul><li>Type Name</li><ul><li>DEMO Demonstration vehicle</li><li>FT5E Fiat 500e</li><li>KS   Kia Soul EV</li><li>MI   Mitsubishi iMiev</li><li>NL   Nissan Leaf</li><li>NONE Empty vehicle</li><li>O2   OBDII</li><li>RT   Renault Twizy</li><li>TGTC Think City</li><li>TR   Tesla Roadster</li><li>TS   Tesla Model S</li><li>VA   Volt/Ampera</li><li>XX   TRACK</li><li>ZEVA ZEVA BMS</li></ul></ul></div><div><br></div></div></div></div></div></div><br><br><div class="gmail_quote"><div dir="ltr">Mark Webb-Johnson <<a href="mailto:mark@webb-johnson.net" target="_blank">mark@webb-johnson.net</a>> ezt írta (időpont: 2018. szept. 11., K, 3:07):<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word;line-break:after-white-space">Can you show the source code for your module (github repository?), or just:<div><br></div><div><ul class="m_-2795137533064516691m_-1894660778822032922m_3656841780747843260MailOutline"><li>Your <a href="http://component.mk/" target="_blank">component.mk</a></li><li>The changes you have made to sdkconfig</li><li>Your OvmsVehicle***Init::OvmsVehicle**Init() function</li><li>Your OvmsVehicle***::OvmsVehicle***() function</li><li>Output of ‘vehicle list’ command</li></ul></div><div><br></div><div>Regards, Mark.<br><div><br><blockquote type="cite"><div>On 11 Sep 2018, at 2:27 AM, Tamás Kovács <<a href="mailto:kommykt@gmail.com" target="_blank">kommykt@gmail.com</a>> wrote:</div><br class="m_-2795137533064516691m_-1894660778822032922m_3656841780747843260Apple-interchange-newline"><div><div>Hi, i have a Peugoet iOn, some week ago i buy a OVMS v3.1 kit. Works<br>well the basic functions for my car with Mitsubishi profile. I want to<br>create a own profile for my car for testing, my own code, but i<br>duplicate mitsubishi files in components folder, and all mitsubishi<br>change to peugeot (case sensitive), and vehicle code modified to PI,<br>and duplicate mitsibishi code in main/Kconfig and modify to peugeot,<br>but i can not see in the web interface after make flash. After add it<br>make show a question: add Peugeot to... i write Y, but nothing happen.<br>I use MacOS High Sierra, and atom for modify files.<br><span id="m_-2795137533064516691m_-1894660778822032922m_3656841780747843260cid:f_jlwmcywu0"><Screen Shot 2018-09-06 at 8.17.21.png></span><span id="m_-2795137533064516691m_-1894660778822032922m_3656841780747843260cid:f_jlwmcyya1"><Screen Shot 2018-09-06 at 8.17.35.png></span>_______________________________________________<br>OvmsDev mailing list<br><a href="mailto:OvmsDev@lists.openvehicles.com" target="_blank">OvmsDev@lists.openvehicles.com</a><br><a href="http://lists.openvehicles.com/mailman/listinfo/ovmsdev" target="_blank">http://lists.openvehicles.com/mailman/listinfo/ovmsdev</a><br></div></div></blockquote></div><br></div></div>_______________________________________________<br>
OvmsDev mailing list<br>
<a href="mailto:OvmsDev@lists.openvehicles.com" target="_blank">OvmsDev@lists.openvehicles.com</a><br>
<a href="http://lists.openvehicles.com/mailman/listinfo/ovmsdev" rel="noreferrer" target="_blank">http://lists.openvehicles.com/mailman/listinfo/ovmsdev</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="m_-2795137533064516691m_-1894660778822032922gmail_signature" data-smartmail="gmail_signature">Üdvözlettel:<br>Kovács Tamás</div>
<span id="m_-2795137533064516691m_-1894660778822032922cid:f_jlxwsu9b0"><<a href="http://component.mk/" target="_blank">component.mk</a>></span><span id="m_-2795137533064516691m_-1894660778822032922cid:f_jlxwtnng1"><Screen Shot 2018-09-11 at 6.04.29.png></span>_______________________________________________<br>OvmsDev mailing list<br><a href="mailto:OvmsDev@lists.openvehicles.com" target="_blank">OvmsDev@lists.openvehicles.com</a><br><a href="http://lists.openvehicles.com/mailman/listinfo/ovmsdev" target="_blank">http://lists.openvehicles.com/mailman/listinfo/ovmsdev</a><br></div></blockquote></div><br></div></div>_______________________________________________<br>
OvmsDev mailing list<br>
<a href="mailto:OvmsDev@lists.openvehicles.com" target="_blank">OvmsDev@lists.openvehicles.com</a><br>
<a href="http://lists.openvehicles.com/mailman/listinfo/ovmsdev" rel="noreferrer" target="_blank">http://lists.openvehicles.com/mailman/listinfo/ovmsdev</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="m_-2795137533064516691gmail_signature" data-smartmail="gmail_signature">Üdvözlettel:<br>Kovács Tamás</div>
_______________________________________________<br>OvmsDev mailing list<br><a href="mailto:OvmsDev@lists.openvehicles.com" target="_blank">OvmsDev@lists.openvehicles.com</a><br><a href="http://lists.openvehicles.com/mailman/listinfo/ovmsdev" target="_blank">http://lists.openvehicles.com/mailman/listinfo/ovmsdev</a><br></div></blockquote></div><br></div></div>_______________________________________________<br>
OvmsDev mailing list<br>
<a href="mailto:OvmsDev@lists.openvehicles.com" target="_blank">OvmsDev@lists.openvehicles.com</a><br>
<a href="http://lists.openvehicles.com/mailman/listinfo/ovmsdev" rel="noreferrer" target="_blank">http://lists.openvehicles.com/mailman/listinfo/ovmsdev</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Üdvözlettel:<br>Kovács Tamás</div>