rlutes

Results 5 comments of rlutes

In the bacnet driver interface the appropriate BACnet to python typing translation is defined. I have not thoroughly reviewed but it might be as simple as adding the following to...

Try adding: "accumulator": int to the dictionary starting on line 53: https://github.com/VOLTTRON/volttron/blob/releases/8.1.3/services/core/PlatformDriverAgent/platform_driver/interfaces/bacnet.py Then you will have to rebuild the platform driver.

So the way this is used in practice is to limit the points based on a device type. For example let us say that we have a building with 3...

It would be great if we could auto-generate the needed wfo, x, and y for both lattitude/long. and weather station ID.

@schandrika if you do a call to stations/{station_id} it returns the lat,long in the geometry dictionary. Previously, you could do the forecast for lat/long or station ID. Currently the readme...