-
Notifications
You must be signed in to change notification settings - Fork 7
Added Linux/Windows transparent logging (addressing Issue #5) #6
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
base: main
Are you sure you want to change the base?
Conversation
|
hey @oleg-shilo i created a while ago an Addon for Home Assistant, the addon was based on 3.10.8 python, seems now updated to 3.10.9 and receive also segmen fault |
|
I do not have the answer for you :( But interestingly enough suddenly my home server started failing and after the investigation, I found that the very workaround started causing the problem. So I started using the same initialization call (with I cannot explain it. The solution with the workaround was working for 4 months and for no reason, it stopped. Since my Linux box is locked and does not update itself I can only blame the device firmware upgrade. I cannot prove it because I don't have a record of the original firmware version. But it could be the only logical explanation. Not sure this helps... |
|
maybe your python updated too? Well , i reverted my Home Asistant addon back to 3.10.8 , all working again :-) |
|
That's the thing. I have Linux box auto-updates disabled. Unless Python does it on its own... |
|
hmm, normally not, you can always check the version? i know the lib is quite picky about versions... What doorbell do you have btw? |
|
I have DS-KV8102-IM intercom, which I integrated with Fibaro HC3. I use z-wave nob as a wall button to open the gates from the building entrance. Just pressing a single button on the wall is way more natural. |
|
Yes, that's indeed possible :-) |
|
Is your device the same as this one? (DS-KV8120-IP) I have heard other uses complaining using the script, that it doesn't give any event on a door press/call. Do you see it in the script? |
|
My device (https://www.hikvision.com/my/products/Video-Intercom-Products/IP-Series/Pro-Series/DS-KV8102-IM/) is not identical to that one but somewhat similar. As for the script, I only use it to send the command to "open door". Nothing else, only that single command. I have a tiny little box running Linux, which hosts WebAPI automation web server (.net core) |
|
Ah, ok , need to find someone else then with that device... If you use script only for door unlock, I think you can better just use the ISAPi command, it's 1 line |
|
You can just use this for opening door, no SDK needed...
|
|
That's excellent. Did not know that. Thank you, mate. |
No description provided.