fix(kaisai_proheat_airconditioner): use timestamps for energy sensor
Apparently this sensor resets too frequently for HA's built in total_increasing
algorithm to handle.
Instead, try using the total class with start time as last_reset timestamp.
Also include the end time as timestamp for reference.
Alternative to PR #5579 by @camel1cz which will not require
post-processing if it works.