Virtual assistant
Installer
Planning
Installer startup guide (read first)
Global planning of a Climkit site
Process for setting up a Climkit site
Plan the connection of the Climkit Gateway and network connectivity
Plan electricity management
Plan the management of electric vehicle charging stations
Schedule the management of heating costs, water, and ancillary costs
Plan collective laundry management
Plan to manage eBike charging
General terms and conditions of sale
Platform configuration
Request for an Installer account
Creation of a new site
Add the router (4G or LAN)
Adding the Climkit Gateway
Adding electricity meters
Save the Photovoltaic installation information
Save the battery info
Adding charging stations
Add the OCPP Remote Electric vehicle charging station
Add the 4-relay I/O module
Adding RFID readers
Adding heat and water meters
Installation and connection
Install the 4G Router
Install the LAN router
Installing the Climkit Gateway
Install the RS485-Ethernet converter
Install the M-Bus converter
Install the standard Ethernet switch
Install the PoE Ethernet switch
Install Wi-Fi Access points
Install the electricity meters
Install the charging stations
Install the heat and water meters
Install the RFID reader
Install the three-phase Relay meter
Installing the Shelly relay meter
Install the 4-relay I/O module
Verification and testing
Owner
Administrative setup
Getting started guide - administrative setup
Form - 1. Contact details
Form - 2. Solutions
Form - 3. Billing rates
Contract and documents to be completed
Online account for owners
Information flyers for consumers
Online Access, RFID badge and charging stations
FAQ and other information
Resident
Account and app
Electricity invoice
Electric vehicle charging station
Building laundry room
Electric vehicle charging (eBike)
Platform
Platform Access
Terminology
Site
Settings
Creation/editing of a note or an issue to be addressed
Close an issue to be processed
Site statuses
Add/Modify building(s)
The steps for setting up a site
Delete/deactivate a site
Add/Edit equipment
Edit the basic information of a site
Equipment
Add/modify a gateway
Add/modify a router
Add/modify an electricity meter
Bulk insert meters
Bulk assign meters to a gateway
Add/modify a distribution zone
Add/edit a charging station
Add/modify a thermal meter or water meter
Add/edit a DSO meter (FTP transfer)
Connect remotely to a Climkit gateway
Administration
Stakeholders
Management terms
View the site management conditions
Enabling/disabling a solution
Configuration of the operating method
Visualize the financial conditions
Creation/edition/addition of a financial condition
Deletion of a financial condition
Accounts
Create a consumer account
Create a contact
Visualize and download account invoices
Send Platform Access to a contact
Add/modify the postal billing address
Link an existing account to a site
Change the correspondence method
Rates and billing points
Creation/editing of a billing point
Registering a move (transfer)
Assignment of an account to a billing point
Add/modify the default charge advance payment of a billing point
View site billing rates
Editing a consumption tariff
Creation/editing of a consumption tariff
Creation/editing of a consumption tariff component
View fixed rates and subscriptions
Customize invoice line item labels/titles
View the Financial conditions billed to the billing points
RFID badges
Accounting
Tools
Meter inspection
Visualization
Expense statements
Introduction to the Expense statement generation tool
Create/edit an accounting period for expense statements
Modify the expense statements settings
Add/modify a general invoice for an expense statement
Edit the advance payments collected for an expense statement
Special feature of room heating and hot water production fees
Verify and download meter readings for the expense statement period
Make the cost allocation and generate the expense statements
Export individual consumptions for the expense statements period
API
- Categories
-
- Modbus Meter Configuration
Modbus Meter Configuration
Standard Meter Model
The Modbus protocol allows the Gateway to read one or more specific data registers from a compatible meter.
Generally, electricity meters are equipped with an RS485-Modbus communication port, while heating and water meters communicate via Mbus.
Several Modbus meter models are registered in the Climkit portal, such as Eastron, Inepro, Schneider, ABB, etc.
By selecting the correct model, the Gateway will automatically read the corresponding registers.
Modbus Parameters
By default, the Gateway reads meters and other Modbus devices with the following parameters:
- Baudrate:
9600 - Parity:
None - Data Size:
8bit - Stop bits:
1bit
This is also the default configuration for Eastron SDM630M meters.
The baud rate and parity can be changed directly in the meter via its interface.
Other models such as the Inepro PRO380 and the Polier MTR80LMOD have a different default parity configuration:
- Parity:
EVEN
If these default values are kept, they must be entered in the additional meter parameters on the Climkit online portal:
Enter E for EVEN and N for NONE.
|
|
Other Models (Advanced Configuration)
If a meter model is used that is not listed, the registers to be read can be manually configured, and the data type specified.
Select the generic_modbus model and edit the additional parameters.
Parameters to Define
Here is the list of parameters to define. Parameters marked with * are mandatory.
*reg <int>: register number to read from the meter.
*unit <str>: unit of the read data (e.g., 'L1_v').
size <int>: data size (1, 2, 4, 8). The default value is 1 for Int16 or Float16.
factor <float>: multiplies the data by the factor (e.g., 0.001 to convert Wh to kWh) (float). The default value is 1.
pause <float>: waiting time after reading data from a register. Default 0.3 for TCP meters and 0 for serial meters.
function_code : Modbus Serial function code. Usually 3 or 4. Default 3.
round <int> : Number of decimal places. Default 2.
swap_words <bool or 1 or 0 >: swaps the order of the registers if size > 1.
Unit
The unit parameter defines the type of data read.
For an electricity meter, the units are en_im (imported energy) and en_ex (exported energy).
For a thermal meter: heat_energy_kwh, cold_energy_kwh, flow_temp, return_temp, diff_temp, power_kw, vol_flow_m3_h, vol_m3
For a water meter: vol_m3
Reg
The reg parameter defines the decimal position of the Modbus register to read. Refer to the meter or device documentation.
Here is an example for a thermal meter where heat and cold energy indexes are read.
|
|
Here is an example for an electricity meter (type: electricity) for which only the imported energy register in kWh is read.
|
|