The cool down only works if your AC Input is configured as Generator.
Since you mention a change over switch, I’m assuming you have a Multi that connects either to the grid or to a generator and your AC Input is configured as Grid.
And then the cool down function doesn’t work.
This is older, standard and documented behavior, very unlikely that this is related to this beta release.
What you can do is create a Node Red flow to switch your AC Input from Grid to Generator.
Either use the Generator start/stop state or a dry contact on your transfer switch wired to a Digital Input.
Best practice is to configure a Digital Input, that gets switched on if the generator is actually running, as Generator, so the GX knows the actual state and not what the state should be.
[{"id":"c077844c38e33818","type":"victron-input-generator","z":"1cd25bd59a7cb739","service":"com.victronenergy.generator/0","path":"/State","serviceObj":{"service":"com.victronenergy.generator/0","name":"Generator start/stop"},"pathObj":{"path":"/State","type":"enum","name":"Generator start/stop state","enum":{"0":"Stopped","1":"Running","2":"Warm-up","3":"Cool-down","4":"Stopping","10":"Error"}},"name":"","onlyChanges":false,"x":520,"y":400,"wires":[["fcbc9b5b8c498b93"]]},{"id":"cb58f9c0081d9ddd","type":"victron-output-settings","z":"1cd25bd59a7cb739","service":"com.victronenergy.settings","path":"/Settings/SystemSetup/AcInput1","serviceObj":{"service":"com.victronenergy.settings","name":"Venus settings"},"pathObj":{"path":"/Settings/SystemSetup/AcInput1","type":"enum","name":"AC input 1 source (for VE.Bus inverter/chargers)","enum":{"0":"Unused","1":"Grid","2":"Genset","3":"Shore"}},"name":"","onlyChanges":false,"x":1170,"y":400,"wires":[]},{"id":"fcbc9b5b8c498b93","type":"change","z":"1cd25bd59a7cb739","name":"","rules":[{"t":"change","p":"payload","pt":"msg","from":"10","fromt":"num","to":"1","tot":"num"},{"t":"change","p":"payload","pt":"msg","from":"0","fromt":"num","to":"1","tot":"num"},{"t":"change","p":"payload","pt":"msg","from":"1","fromt":"num","to":"2","tot":"num"},{"t":"change","p":"payload","pt":"msg","from":"2","fromt":"num","to":"2","tot":"num"},{"t":"change","p":"payload","pt":"msg","from":"3","fromt":"num","to":"2","tot":"num"},{"t":"change","p":"payload","pt":"msg","from":"4","fromt":"num","to":"2","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":820,"y":400,"wires":[["cb58f9c0081d9ddd"]]}]