Module lib.plugins.electricmeter

Class to manage the electricmeter

Expand source code
# Distributed under Pycameresp License
# Copyright (c) 2023 Remi BERTHOLET
""" Class to manage the electricmeter """

Sub-modules

lib.plugins.electricmeter.config

Function define the configuration of the electric meter

lib.plugins.electricmeter.htmlpage

Web page of electric meter

lib.plugins.electricmeter.lang

Language selected and regional time

lib.plugins.electricmeter.lang_english

English text for electricmeter

lib.plugins.electricmeter.lang_french

Textes en francais pour watt metre

lib.plugins.electricmeter.meter

Task to count wh from the electric meter

lib.plugins.electricmeter.webpage

Web page displaying electricity consumption per minute, day, month. The principle is based on counting the pulses generated by the electric meter, …