whaleygeek / pyenergenie

A python interface to the Energenie line of products
MIT License
82 stars 51 forks source link

Timestamping of on screen display #14

Closed whaleygeek closed 8 years ago

whaleygeek commented 8 years ago

Also a suggestion. Could you add a timestamp for each message as they are received/transmitted?

There is a timestamp that is calculated and recorded in the energenie.csv, but this timestamp is not displayed on the screen when the message comes in. It's an easy matter to add this to the display.

whaleygeek commented 8 years ago

monitor.py and switch.py now show the timestamp of the received message on the screen. OpenThings.displayMessage now has a timestamp parameter, if provided, this is an Epoch time and it is formatted and displayed.