2025 06-June 17

Date: 2025 06-June 17

9 AM meeting with CDM Smith: 2025 06-June 17 CDM Smith, Maxson WWTF Monthly Progress Meeting

Slowly going the way of the buffalo


def call_eds_stiles_get_points_live(eds, headers_eds_stiles):

    print(f"\neds.get_points_live():")

    eds.get_points_live(api_id = "WWTF", sid = 5392,shortdesc = "INFLUENT",headers = headers_eds_stiles) # I-5005A.UNIT1@NET1

    eds.get_points_live(api_id = "WWTF", sid = 3550,shortdesc = "EFFLUENT",headers = headers_eds_stiles) # FI-405/415.UNIT1@NET1

2 PM meeting with Evonik: 2025 06-June 17 Evonik, Maxson and Stiles Monthly PAA Dosing Meeting

# Prepare to retrieve tabular trend data

        query = '?id={}'.format(request_id) # the API expects 'id', but I use 'request_id' where possible for rigor.

        #data = {'id': request_id} # already true

        request_url = api_url + 'trend/tabular' + query

        #request_url = api_url + 'events/read' + query

        print(f"request_url = {request_url}")