Virtual assistant
Installer
Getting Started Guide
Solutions and documentation structure
Equipment ordering and commissioning
General terms and conditions of sale and warranty
Wiring diagrams
Gateway and communication
Community - Electricity Metering - RCP
Heating - Heating metering and water
Mobility - EV Charging Stations
EBike - Recharge electric bikes
Washaccess - Collective laundry manager
Self-consumption optimization
Building energy monitoring
Equipment and installation
Configuration and commissioning
Commissioning
Getting Started Guide
Add a router to a site
Add a Climkit Gateway to a site
Electricity meter configuration
Charging station configuration
Configuration of heating and water meters (MBus)
Installation of Shelly relay meters
Optimization via EV relays and charging stations
Checking meter connection status
Advanced configuration
Configuration Gateway
RFID reader and relay meter configuration
IP network configuration and routers
RS485-Ethernet TCP/IP Converters
Configure Teltonika RUT241
Display configuration
Modbus Meter Configuration
Metering data processing
Manually read meter
Inepro PRO380 Meters and various
ABB Terra AC Charging Station Configuration
Wallbox configuration
Firewall rules for Climkit Gateway
Schneider EVlink Pro AC Charging Station Configuration
Zaptec Charging Station Configuration
Owner
Administrative setup
Getting started guide - administrative setup
Form - 1. Contact details
Form - 2. Solutions
Form - 3. Rates
Contract and documents to complete
Owner account
Consumer information flyers
Online access, RFID badge and charging stations
FAQ and other information
Resident
Platform
Platform access
Terminology
Site
Parameters
Creation/edit of a note or to-do item
Closing an open issue
Site statuses
Add/Modify building(s)
The steps for setting up a site
Delete/deactivate a site
Add/Edit Equipment(s)
Modify site basic information
Equipment
Add/modify a gateway
Add/modify a router
Add/modify an electricity meter
Bulk meter insertion
Mass assigning meters to a gateway
Add/edit a distribution zone
Add/modify a charging station
Add/modify a thermal or water meter
Add/edit a DSO meter (FTP transfer)
Remote connection to a Climkit gateway
Administration
Stakeholders
Financial conditions
Visualizing Site Management Conditions
Activating/Deactivating a Solution
Configuration of the Operating Method
Visualizing Financial Conditions
Creation/editing/addition of a financial condition
Removal of a financial condition
Accounts
Create a consumer account
Create a contact
View and download account invoices
Send platform access to a contact
Add/modify billing address
Link an existing account to a site
Changing the correspondence method
Rates and billing points
Creating/editing a billing point
Register a move (relocation)
Account assignment to a billing point
Add/edit default charge advance payment for a billing point
View site consumption rates
Consumption Rate Edition
Creation/editing of a consumption tariff
Creation/editing of a Tariff component
View fixed rates and subscriptions
Customize invoice position labels/titles
View Financial conditions billed at billing points
RFID badges
Accounting
Tools
Meter control
Visualization
Expense accounts
Introduction to the Expense Statement Tool
Create/edit an expense accounting period
Modify expense statement settings
Add/edit a overhead expense invoice on an expense statement
Edit collected advance payments of an expense statement
Specifics of heating and hot water production costs
Check and download meter readings for the cost accounting period
Allocate expenses and generate expense statements
Exporting individual consumptions for the billing period
API
- Categories
 - Installer
 - Configuration and commissioning
 - Advanced configuration
 - 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, whereas heating and water meters communicate via M-Bus.
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 settings on the Climkit online portal:
Enter E for EVEN and N for NONE.
  | 
  | 
Other Models (Advanced Configuration)
When using a meter whose model is not listed, you can manually configure the registers to be read and specify the data type.
Select the generic_modbus model and edit the additional settings.
Settings 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 is 3.
round <int> : Number of decimal places. Default is 2.
swap_words <bool or 1 or 0 >: inverts the order of 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 the 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.
  | 
  |