Hello everyone. Has anyone generally dealt with connecting A16 to Domoticz without any intermediate solutions (e.g. MQQT)? I'm starting to play with mysensors in Arduino on KC868-A16, I hope that I will be able to use all the functions in this device (currently I have my own SMT32 PCBs, ESP8826, Atmega with W5100 modules and others) to replace everything with one driver If anyone would like to share their experience - I'm starting this thread.
Installed an KC868-16 for use in Home Assistant using ESPHome and YAML file supplied by KinCony. Using static IP. Board works fine until any kind of power disconnect, e.g. unplugging to avoid shorts while wiring. After power is restored that board no longer works. The switches for the outputs (12v attached) do not function and the inputs show as "Unavailable." If I reload the YAML file the board returns to working condition. I suspect this may be a YAML file issue. Any suggestions on how to correct without reloading the software are most appreciated.
I have a KC868-A8 with firmware version 2.2.6 and when I log into the web interface and click on some of the menu items I get taken back to the login screen. This happens randomly with the menu items.
I am waiting for the kc868-A16 to be delivered. My goal is to make a complete program in Arduino to support my own smart elements - the superior system is Domoticz/HomeAssistant. Are there any examples in Arduino that show how to implement access to all PCF and other in/out ports (pins, addresses) as well as the LAN module (pins, addresses) in the Arduino environment? If so, where can I find them. I know that you can do reverse engineering and laboriously check and test everything - but if someone has already figured it out - maybe they could share a few source files.
Is B16M coming with some preloaded firmware? Which one is it? Is there a ready to use KCS firmware for it, similar to things like KC868-A16, if yes, where it can be found?
Setup:
M30 AC energy meter connected to Home-assistant server running in virtual machine with windows host, the M30 connected to pc through onboard USB debugging port and RS485 to USB converter (COM 3 & COM 4) and connected to same network as pc through Ethernet
Problem:
-- the Home Assistant frontend dashboard shows the board current readings: m30_1,2,3_current_1--10 = 0.357 A , Watt: 140.3W, 4,771.0 kWh, 5,141.0 kWh, tps_1,2,3 = 4,574.6 °C the CT sensors is not connected to any active load ? -- when connect the CT sensors to load the reading did not change ? -- Connecting modbus pull with same configuration as in yaml file { uart: id: modbus_uart rx_pin: 32 tx_pin: 33 baud_rate: 115200 stop_bits: 1 data_bits: parity: NONE} it shows timeout error with no readings?
Required: -- How to reset the CT sensors current readings and energy reading to Zero when there is no loads or the sensors not connected, remove the un wanted history and start fresh. please show example of any modifications needed in yaml file. all sensors are brand new and never used before. -- Why there is no reading when i connect the CT sensor to an active load ? did i mess something? -- Why i cant read the sensors trough modbus pull from register 3 ? how to fix timeout error ? -- Noticed when using the yamal file posted that we can not use Ethernet and WIFI at the same time? why? -- I tried with another M30 board the current reading 0.220 A watt zero but also the reading did not change when i connect the CT sensor to active load? any reason? -- why TPS shows very high readings? what does it means? -- Period readings = 457.8 Hz ? can you explains? -not realistic readings-
Note: Attached the yaml used in the configuration, the dashboard for home assistant before and after connecting the CT to load, the modbus error