Trying to send a push notification for low production for the month. I also can’t remember what the little house looking symbol mean in the drop down menu for data values to compare against means. It won’t let me use it as if it is not an integer even though it is a number. I’m looking to say if production is lower than 750kwh a month then push a notification. It doesn’t allow it. My second option was to just add up the daily solar production. How do i write that expression? Something like: “monthly_solar_production = monthly_solar_production+daily_solar _production” Monthly being the variable I make and daily being a value generated by a device.