Page 2 of 2

Re: Open Inverter Data Logger CANLITE

Posted: Mon Jul 15, 2024 4:36 pm
by johu
Just want to add in most firmware changing NodeId is applied immediately, so even the command to save to flash has to be sent using the new Node Id.

Re: Open Inverter Data Logger CANLITE

Posted: Mon Jul 15, 2024 4:40 pm
by johu
Boxster EV wrote: Sun Jul 14, 2024 5:42 pm 3) Connected using a PC (rather than an iPhone). Upon first connection I needed to toggle the node ID from from 1 to 2 and back to 1 again. Didn't need to do this after a power cycle.
Yes this or power cycling triggers a re-download of the json.
Boxster EV wrote: Sun Jul 14, 2024 5:42 pm Tried unsuccessfully to connect using various IOS devices
Odd, must be some javascript incompatibility I suppose. Any debugging effort welcome. I think the old web interface worked with iPhones.
Boxster EV wrote: Sun Jul 14, 2024 5:42 pm When scrolling the parameter list (using a PC), it doesn't load the parameters beyond what's initially loaded on the screen
Ah yes, that was a stylesheet issue at some point. Get the latest style.css from github and upload it. Then Ctrl+F5 to reload everything. I think updating ui.js, inverter.js and index.html is worthwhile also.

Re: Open Inverter Data Logger CANLITE

Posted: Mon Jul 15, 2024 6:08 pm
by P.S.Mangelsdorf
One further question; do I need to change CAN mappings to use this with my inverter? I only have CAN mapped for my SpeedHut gauges right now.

Re: Open Inverter Data Logger CANLITE

Posted: Mon Jul 15, 2024 6:12 pm
by johu
P.S.Mangelsdorf wrote: Mon Jul 15, 2024 6:08 pm One further question; do I need to change CAN mappings to use this with my inverter? I only have CAN mapped for my SpeedHut gauges right now.
No this doesn't rely on CAN mappings

Re: Open Inverter Data Logger CANLITE

Posted: Mon Jul 15, 2024 6:31 pm
by P.S.Mangelsdorf
Great, thanks