-
Notifications
You must be signed in to change notification settings - Fork 11
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
issues connecting central unig #9
Comments
@rampie Is that from config check? (before restart of HA) If so, try to restart it first without the config.yaml part for 'jablotron_system' (or comment it out) and then paste the config and restart it again. |
This is after a restart of HA. and nothing configured yet, just added it in configuration.yaml |
Ok, what version of HA do you use? Where did you place the jablotron_system folder? Did you edit the code according to the few pull requests? |
Home Assistant 0.110.4 jablotron_system folder? is in \config\custom_components\jablotron_system i just totally rebooted averything and i don't receive the error now. So i thin k it is regsitered, however I don't find the Jablotron back under my Entities*.... |
But i do get this under logs: 19:44:31 jablotron_2 turned off so i guess something is going on now... but i do get this error in logs |
Ok, same error as in previous thread afterall 😆 If you use just @plaksnor 's code you need to:
Then it should work (hopefully) Points 2) and 3) are just for future compatibility since 0.110 🙂 |
did i miss something in green? |
i just rechecked all and can tell the following:
result: |
Upload the files you've modified somewhere, i'll check it. 🙂 |
Here are the modified files. |
Ok, the problem is that you've modified a lot more than i've said. It took me some time to realized that 😆 You know what, try my fork, i've done the modifications few minutes ago (i hope it's done right) and i added the one you've tried to add as well... You are gonna be my guinea pig 😈 (haven't tried that though, so let me know) |
OK, removed old files, downloaded yours and restarted HA. Result: but i do see your fork is las updated 2hours ago? |
I'm dumb and blind. 😆 Try it now. (don't forget to delete the |
i'm deleting entire folder of jablotron_system so i___psycache__ is gone also ;) At the moment no more errors at the log. i'm still seeing the jablotron_1 entity but can't adjust them. I'm going to test if i can see those entities geting registered now... |
i'm seeing the jablatron_2 sensor is going on and off, but can't change entitie names. What i do see is that i have a visual control panel, which i didn't have before. I'll keep testing and ask feedback where needed :) |
Add this to your configuration.yaml and try to trigger your sensors, then check loggs for "packets".
|
you mean these?
For some reason it's not getting a unique ID, which is causing i can't change the friendly name. Also, if i add those to my dashboard, The first sensor goes on and off when triggered, the second or third activated sensor, stays off. |
Nope, you need strings starting by Generating unique ID isn't part of the code. Here is a pull request which should cover it but i hadn't time to look more into it. |
OK, the friendly names i could change using the customize.yaml so that's galready great. The strings starting with 55 08.., 55 09.., d8 08.. are not showing up in my system....
My bad, it changed USB-ports. Don't know how comes but first it was at hidraw3 now at hidraw2... Also if i enable it using HA, it only arms 1 segment, not all segments... |
Ok, that looks like an issue which i had and therefore i had to change the method of how to get the info.
Unfortunally that's a problem of the code itself or rather various possible ways of how Jablotron reports states. (i have only two systems, so i'm not able to explore other variants) And there are even other flaws like alarm states are not read correctly - "triggered" missing, the rest won't work for everybody, (probable) error codes used as a normal state as well, etc. How many zones do you have and what is the configuration? I can partially edit my fork to what i'm using now but who knows if it'll gonna work for you or not. |
Hey,
Could someone help me?
If i look to the command with dmesg | hid
i get the following result:
so i assume i need to add the following code:
jablotron_system:
port: /dev/hidraw3
code: xxxx (where xxxx is either a service code or a code to (de-)activate the zones
When i try this, i come up with the following error:
ERROR (MainThread) [homeassistant.components.hassio] Component error: jablotron_system - Integration 'jablotron_system' not found.
anything i'm missing?
The text was updated successfully, but these errors were encountered: