Closed oysan closed 2 months ago
Thanks for pointing out. I will push an update shortly. It would be useful if you provide some information about your installation.
Is this a first time installation or an update? Is at a Github or Docker installation? Which brand and version is your AMS meter? Is your mains supply one phase or 3 phases?
If your intstallation is an update, you may need to go through config.yaml and check your params. As a safeguard, you can copy your original to a backup and copy "config.yaml.sample" to "config.yaml" and reestablish your actual params.
It is important that prices are available whe ElWiz is starting. When starting everything with "pm2 start pm2-run.json", the prices should normally be there in time.
It may be helpful to join the ElWiz Discord https://discord.gg/VNfywU8v and message on the #elwiz-user channel
I apologize for the oversight. I didn't thoroughly read the entire README and missed the pm2run.json. I started everything manually instead. Using pm2 start pm2run.json resolves the issue.
I pushed a new version an hour ago. It may be worth it to do a git pull.
I encountered an issue while starting Elwiz. The application crashes with a TypeError when attempting to access spotPrice from dayPrices.hourly[idx] in the mergeprices.js file.