modbus spalten lookup

This commit is contained in:
Philipp Rauch 2014-03-05 14:42:09 +01:00
parent d7fec1cb76
commit 02cd58b640
6 changed files with 45 additions and 35 deletions

View file

@ -6,11 +6,12 @@ Created on 26.11.2013
from profile.database import Database
_sort_lookup = { 'EA_Last' : 'DateTime',
'I_IST_WERT' : 'DateTime',
'I_SOLL_WERT' : 'DateTime',
'GRIDManager_I_IST' : 'DateTime',
'GRIDManager_I_PH' : 'DateTime',
'GRIDManager_Status' : 'DateTime',
'GRIDManager_Temperatur': 'DateTime',
'GRIDManager_U_IST': 'DateTime',
'PAC' : 'date_/_time',
'STATUS_FPGA' : 'DateTime',
'U_IST_WERT': 'DateTime',
'pCharger': 'DateTime'}
def setup(conf):