new code architecture. Courtesy of @albertomontesg from #35
uses of the new DigitalSTROM API and it's fast (compare to previous implementation)
implementation is way simplier, no more shady work around
metering for the whole "apartment" (summary of the whole consumption)
use API key instead of username password for authentication (this avoid pulling a new token every 60sec)
Downside:
Stuff has been shuffled arround in the new DS API (for instance circtuits are now controllers, and actually they now use "meterings" for power sensors), this will be reflected in the mqtt topics
New features:
Downside:
Closes #14 #33 #34 #40 #44