06-10-2024, 06:06 PM
Add KinCony modbus energy meter to home assistant using raspberry pi's RS485 port
|
06-10-2024, 10:30 PM
the data on the meter's LCD display also no change with "consumption"?
06-11-2024, 03:35 PM
06-12-2024, 02:42 AM
take a photo or video send to whatsapp number: +86-15381188302
07-11-2024, 12:30 AM
(This post was last modified: 07-11-2024, 12:33 AM by kiloptero.
Edit Reason: change
)
Any idea if this Yaml file will work with the RS 485 meter connected directly to the M30?
uart: id: modbus_uart rx_pin: 32 tx_pin: 33 baud_rate: 115200 stop_bits: 1 data_bits: 8 parity: NONE Maybe change for uart: id: modbus_uart rx_pin: 32 tx_pin: 33 baud_rate: 9600 stop_bits: 1 data_bits: 8 parity: NONE
07-11-2024, 01:24 AM
this is a RS485 meter, not need work with M30 , only need connect to your Pi's RS485 or USB-RS485 port directly.
07-31-2024, 03:07 PM
(This post was last modified: 07-31-2024, 04:22 PM by sebagarayco.)
Kincony, please confirm if this configuration is correct as METER CONSUMPTION is still showing 0.04kWh. METER CURRENT not showing properly neither
- name: hub1 type: serial baudrate: 9600 bytesize: 8 method: rtu parity: N port: /dev/ttyS0 stopbits: 1 sensors: - name: meter-voltage slave: 1 address: 100 input_type: holding data_type: float32 precision: 2 unit_of_measurement: V device_class: voltage - name: meter-current slave: 1 address: 106 input_type: holding data_type: float32 precision: 2 unit_of_measurement: A device_class: current - name: meter-power slave: 1 address: 118 input_type: holding data_type: float32 precision: 2 unit_of_measurement: kW device_class: power - name: meter-factor slave: 1 address: 142 input_type: holding data_type: float32 precision: 2 device_class: power_factor - name: meter-frequency slave: 1 address: 144 input_type: holding data_type: float32 precision: 2 unit_of_measurement: Hz device_class: frequency - name: meter-consumption slave: 1 address: 0 input_type: holding data_type: float32 precision: 2 unit_of_measurement: kWh device_class: energy_storage
08-01-2024, 12:38 AM
change the meter parity: E
i have tested, only parity: E can use by home assistant.
08-01-2024, 01:29 AM
(This post was last modified: 08-01-2024, 02:34 AM by sebagarayco.)
(08-01-2024, 12:38 AM)admin Wrote: change the meter parity: E Check screenshot. I also see 0.04 kwh in the config tool. Could the enery meter be damaged? After setting Parity to EVEN and updating yaml now I'm having this error in Home Assistant: Pymodbus: hub1: Error: device: 1 address: 100 -> Modbus Error: [Input/Output] Modbus Error: [Invalid Message] No response received, expected at least 4 bytes (0 received)
08-02-2024, 09:55 PM
sorry for my mistake, change RS485 " Parity: EVEN " to " Parity: NONE ". NOT "EVEN".
how many days you have used , now total "0.04 kwh"? |
« Next Oldest | Next Newest »
|
Users browsing this thread: |
1 Guest(s) |