Release v3.6.6
Changes:
- We fixed the wifi reconnection problems some people (especially with low SNR on their wifi reception) experienced
- We are introducing the OCPP code; it is still in alpha phase, but if you can compile it yourself you can experiment with it, by adding "-e ocpp" to your compile command line. Then the ocpp section of platformio.ini will be used.
- We re-introduced some "ugly glitches" of the LCD screen that were removed in v3.6.5; turns out the screen has to be re-initialized when contactors are switched, since in some situations the switching causes a disturbed LCD screen
- We added to the docs a long time but unknown feature: if you pres < and > button at the same time, the LCD screen will be refreshed
- We improved the reading of the RFID reader by using a better library
- We renamed MaxSumMains to Capacity (and Sum Stop to Cap Stop), since it is the Capacity Rate Limiting laws that we are trying to serve here
Known bugs:
- Current RFID reader only reads 6 identifying bytes off of your NFC tag, and it turns out there are OCPP tags out there that use 7 bytes. Please be aware of this if you are experimenting with OCPP.
- In Master/Slave configuration, in Solar Mode, if the Master starts the solar stop timer, and a Slave is in OFF mode, the Slave will wake up into Solar mode too.