6 Jun 2023, 14:34

@mcu Ah super, hat nicht ganz geklappt. Mit

{
  "type": "time",
  "min": "(value,ts,index) => { const now = new Date(new Date().getTime()); return new Date(now.getFullYear(), now.getMonth(), now.getDate()).getTime()}",
  "max": "(value,ts,index) => { const now = new Date(new Date().getTime()); return new Date(now.getFullYear(), now.getMonth(), now.getDate()+1).getTime()}"
}

ging es bei mir. Bei Min ist in dem Beispiel noch ein -1 dabei, dann waren die Werte von gestern auch noch dabei.