Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for C2-260 panel #10

Open
vwout opened this issue Aug 26, 2024 · 9 comments
Open

Add support for C2-260 panel #10

vwout opened this issue Aug 26, 2024 · 9 comments
Labels
enhancement New feature or request

Comments

@vwout
Copy link
Owner

vwout commented Aug 26, 2024

Good afternoon Good idea. I want to integrate. I have a c2-260 panel. Can I do this with her? The panel is controlled. But when I try to enter the host address, it displays Failed to connect. What could this be connected with? Thank you.

Originally posted by @sav94rus in #8 (comment)

@vwout
Copy link
Owner Author

vwout commented Aug 26, 2024

I can't find much technical information on this product. Which software do you use to work with the device and how is that software configured?

@vwout vwout added the enhancement New feature or request label Aug 26, 2024
@sav94rus
Copy link

A bit later. In about 30 minutes. I'll prepare everything and send it with screenshots. And I'll get a description.

@sav94rus
Copy link

I'm ready. I immediately apologize for my inaccurate English. I'm working with a dictionary. https://www.manua.ls/zkteco/c2-260/manual here is a link to the description. Why I noticed: the systems are almost identical.
The block used to ping, but I couldn't get to it. Yesterday, tech support flashed it to me and now I'm getting on it. But there are only network settings and details in the form of a date and reboot.
The ZKBIO CVAccess server has been raised. On windows 10. The server controller is located, I have already registered users, doors. Everything works fine. There is also an Access IVS app on the phone. It connects to the server
and everything works fine. But only temporarily. It can be seen that the customer's QR code must be constantly updated. Well, not the point. I would like to add to the Home assistant because I am slowly integrating everything that is possible. And I don't want the server to spin all the time. Tech support does not give normal answers. And he answers for a very long time. That's how it is so short. Thanks for the reply.
Screenshot_1
Screenshot_2
Screenshot_3
Screenshot_4
Screenshot_5
Screenshot_6
Screenshot_7

@vwout
Copy link
Owner Author

vwout commented Aug 26, 2024

Ok, my Russian is not that well developed as well :)

First of all, I have no idea whether C2-260 is compatible with the C3 series, but let's assume it is.

Two questions:

  • From the configuration in CVAccess I can see the IP is correct. Can you configure a port in that software, and does it match 4370?
  • In the HomeAssistant settings you use a password and the name 'admin'. Are that the credentials you use to login to CVAccess? Do you also specify a password in CVAccess to connect to the C2-260? If you don't use a password to setup the panel in CVAccess, also don't use a password in the HomeAssistant configuration.

@sav94rus
Copy link

I entered the passwords correctly from both the server and the controller. The port was set to both 4370 and 8098. Well, it looks like it doesn’t want to work.

@sav94rus
Copy link

I set a password for communication in the panel. I entered everything that was possible, played with the ports. The second screenshot is confusing. For some reason the connection is not on port 4370.
Screenshot_1
Screenshot_2

@vwout
Copy link
Owner Author

vwout commented Aug 27, 2024

Port 4370 is the one to use (8088 or 8098 seems to be for the HTTP protocol, which is not supported by this library).

Could you add the following to your HomeAssistant configuration (in configuration.yaml):

logger:
  logs:
    C3: debug

Then go to Settings > Devices & Services and enable 'debug logging' for the ZKAccess C3 device. Try to add the C2 device (which will generate errors), optionally restart HA and disable 'debug logging' afterwards. Please send me the log.

The log may contain lines like:

2023-12-03 15:30:03.929 DEBUG (MainThread) [C3] Sending: aa010b0400bdac04ffdc4555
2023-12-03 15:30:04.565 DEBUG (MainThread) [C3] Receiving header: aa00c81400
2023-12-03 15:30:04.565 DEBUG (MainThread) [C3] Receiving payload: bdac04ff00000000110010000001ff008efcd42dd4e155
2023-12-03 15:30:04.566 DEBUG (MainThread) [C3] Received RT Log: 00000000110010000001ff008efcd42d

@sav94rus
Copy link

Good afternoon. I installed c3-400. Entities have appeared in HASS/ But nothing is active.

@sav94rus
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants
@vwout @sav94rus and others