Run locally
- Last UpdatedAug 18, 2026
- 1 minute read
- PI System
- Adapter Framework 2.1.0
- Adapters
The following procedure explains how to start and test the WeatherGov sample adapter in a local development environment to verify connectivity.
-
Use Edge-Module/WeatherGovAdapter_defaultConfig.json as your baseline configuration.
-
Keep the host appsettings in AdapterFramework.Data.System.Host/appsettings.json.
-
Start the host:
cd Sample/WeatherGovAdapter
dotnet run --project AdapterFramework.Data.System.Host\AdapterFramework.Data.System.Host.csproj --configuration Debug