whaleygeek / pyenergenie

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

pydict dumping of received records #15

Closed whaleygeek closed 8 years ago

whaleygeek commented 8 years ago

The python dictionary dump of the raw record was there initially for debug, but I don't think it is needed on the display now there is a better showRecord() function that works.

I suggest storing these raw message dumps in a log file (energenie.log) so that if we ever need to see the raw messages we can, but then they won't clutter up the screen display.

whaleygeek commented 8 years ago

This is from the trace(decoded) line in monitor.py, which is currently disabled. Closing this issue.