Get Heat Pump Information
In this final step, we will read data from the heat pump we just connected.Get Heat Pump Data
Make a GET request to retrieve heat pump information for a specific user:Response
You should receive data similar to this:Key Response Fields
Unique identifier for the heat pump device.
Whether the device is successfully connected to the manufacturer’s API.
Whether Podero’s optimization algorithm is actively controlling this device.
Information about the device manufacturer, model, and type.
Current power consumption in watts.
Current indoor temperature in degrees Celsius.
Total energy consumption in the last 24 hours (kWh).
Congratulations! 🎉
You have now successfully:- ✅ Registered an OAuth2 application
- ✅ Generated an access token
- ✅ Created your first user
- ✅ Updated user information
- ✅ Connected a heat pump device
- ✅ Retrieved device data via the API
What’s Next?
You can now:- Fetch user, building, and device data with
GETmethods - Create more resources using
POSTmethods - Update existing resources using
PUTmethods - Delete resources using
DELETEmethods
User Journeys
Explore common workflows and use cases
API Reference
Complete parameter documentation
Authentication Guide
Deep dive into OAuth2 authentication
Low-Level API Docs
Interactive API documentation
