#ComEd Hourly Pricing Problem

3 messages · Page 1 of 1 (latest)

lime dune
#

I recently installed the ComEd Hourly Pricing Integration (https://www.home-assistant.io/integrations/comed_hourly_pricing/), but I noticed that the returned values do not fall exactly on the 5 minute mark (IE 12:10, 12:15, 12:20, etc). It seems to always return a value 2 minutes to 2 minutes 30 seconds after the 5 minute mark. Is there a way to fix this?

This make the integration not work as well as it should/could because say the price spikes to 1 dollar/KwH. I would like for my smart devices to turn off immediately, but currently, they turn off 2-2.5 minutes after the price spike.

Thank you.

solid oar
#

You can try and see if calling homeassistant.update_entity on that entity does anything. Some integrations it might work, some not.

lime dune
#

how would I go about doing that?