Highlights
Increased value alarm
Our platform's flexibility in defining alarms based on measured data has been enhanced. Previously, alarms were triggered by setting upper and lower thresholds for monitored values, such as ensuring the battery state of charge stays between 20% and 100%. An alarm would be generated if the value exceeded these boundaries.
Now, we've added the ability to define alarms based on increased values. For instance, certain meters track events such as voltage exceeding 253V with a counter. With this update, our system can trigger an alarm whenever the counter increments, enabling proactive monitoring for such conditions.
CSPI value export
Our Clear Sky Performance Index is one of the best PV panel degradation detection systems on the market. In addition to alerts and API access for CSPI values, users can now export these values as a CSV file for easier analysis and reporting.
Other improvements
- Our Cloud EMS is getting more robust and now has a fallback mechanism for when forecast values are not available yet.
- Verifying the connection between a gateway (Communicator) and a modbus device is essential to know if the device is successfully installed. When 2 modbus devices are used to monitor a heat-pump (e.g. indoor / outdoor), we will show you both modbus addresses.
API Updates
Battery API's
- New endpoint
/batteries
where you can query all batteries - New endpoint
/batteries/{batteryId}
where you can get info of a specific battery - New endpoint
/batteries/{batteryId}/setChargePower
to instruct the battery to charge or discharge- Value in Watt
- Positive value = charge, negative value = discharge
Inverter API's
- New endpoint
/inverters
where you can query all inverters - New endpoint
/inverters/{inverterId}
where you can get info of a specific inverter - New endpoint
/inverters/{inverterId}/limitProduction
to curtail the inverter- Value in %
HVAS API's
- New endpoint
/hvacs
where you can query all HVAC devices - New endpoint
/hvacs/{hvacId}
where you can get info of a specific HVAC device - New endpoint
/hvacs/{hvacId}/setCoolTemperature
to set the cool temperature- Value in degrees celcius
- New endpoint
/hvacs/{hvacId}/setHeatTemperature
to set the cool temperature- Value in degrees celcius