예제 #1
0
def main(argv=sys.argv):
    try:
        utils.default_main(IEBSubscriber,
                           description='IEBSubscriber',
                           argv=argv)
    except Exception as e:
        _log.exception('unhandled exception', e)
예제 #2
0
def main(argv=sys.argv):
    try:
        utils.default_main(IEBSubscriber,
                           description='IEBSubscriber',
                           argv=argv)
    except Exception as e:
        _log.exception('unhandled exception', e)
예제 #3
0
def main(argv=sys.argv):
    '''Main method called by the eggsecutable.''' 
    try:
        utils.default_main(PushAgent,
                           description='SMDS Result Pushing agent',
                           argv=argv)
    except Exception as e:
        _log.exception('unhandled exception')
예제 #4
0
def main(argv=sys.argv):
    '''Main method called by the eggsecutable.'''
    try:
        utils.default_main(AgentSimulator,
                           description='BEMOSS Agent Platform Simulator for UI testing',
                           argv=argv)
    except Exception as e:
        _log.exception('unhandled exception')
예제 #5
0
def main(argv=sys.argv):
    '''Main method called by the eggsecutable.'''
    try:
        utils.default_main(AppLauncherAgent,
                           description='this is an AppLauncher agent',
                           argv=argv)
    except Exception as e:
        _log.exception('unhandled exception')
예제 #6
0
def main(argv=sys.argv):
    '''Main method called by the eggsecutable.'''
    try:
        utils.default_main(ScheduleExampleAgent,
                           description='Example agent using the Scheduler',
                           argv=argv)
    except Exception as e:
        print e
        _log.exception('unhandled exception')
예제 #7
0
def main(argv=sys.argv):
    '''Main method called by the eggsecutable.'''
    try:
        utils.default_main(
            ListenerAgent,
            description='Example VOLTTRON Lite™ heartbeat agent',
            argv=argv)
    except Exception as e:
        _log.exception('unhandled exception')
예제 #8
0
def main(argv=sys.argv):
    '''Main method called by the eggsecutable.'''
    utils.default_main(ArchiverAgent,
                       description='VOLTTRON Lite™ archiver agent',
                       argv=argv)
예제 #9
0
def main(argv=sys.argv):
    '''Main method called by the eggsecutable.'''
    utils.default_main(DemandResponseAgent,
                       description = 'VOLTTRON Lite grid response agent',
                       argv=argv)
예제 #10
0
def main(argv=sys.argv):
    '''Main method called by the eggsecutable.'''

    utils.default_main(SMDSAgent, description='SDMS Agent', argv=argv)
예제 #11
0
def main(argv=sys.argv):
    '''Main method called by the eggsecutable.'''
    utils.default_main(ActuatorAgent,
                       description='Example VOLTTRON Lite™ actuator agent',
                       argv=argv)
예제 #12
0
def main(argv=sys.argv):
    '''Main method called by the eggsecutable.'''
    utils.default_main(scheduleragent,
                       description='Thermostat Scheduler Agent',
                       argv=argv)
예제 #13
0
def main(argv=sys.argv):
    '''Main method called by the eggsecutable.'''
    utils.default_main(AhpAgent,
                       description='VOLTTRON Lite™ ahp algorithm agent',
                       argv=argv)
예제 #14
0
def main(argv=sys.argv):
    '''Main method called by the eggsecutable.'''
    utils.default_main(DeviceDiscoveryAgent,
                       description='Device Discovery agent',
                       argv=argv)
예제 #15
0
def main(argv=sys.argv):
    '''Main method called by the eggsecutable.'''
    utils.default_main(OpenADRAgent,
                       description='OpenADR Event agent',
                       argv=argv)
예제 #16
0
def main(argv=sys.argv):
    '''Main method called by the eggsecutable.'''
    utils.default_main(PlugloadAgent, description='Plugload agent', argv=argv)
예제 #17
0
def main(argv=sys.argv):
    '''Main method called by the eggsecutable.'''
    utils.default_main(LightingAgent, description='Lighting agent', argv=argv)
예제 #18
0
def main(argv=sys.argv):
    '''Main method called by the eggsecutable.'''
    utils.default_main(WeatherAgent,
                       description='Weather Underground agent',
                       argv=argv)
예제 #19
0
파일: agent.py 프로젝트: zbeech/volttron
def main(argv=sys.argv):
    '''Main method called by the eggsecutable.'''
    utils.default_main(AhpAgent,
                       description='VOLTTRON Lite™ ahp algorithm agent',
                       argv=argv)