-
Notifications
You must be signed in to change notification settings - Fork 36
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
Error trying to create input device: Error: Unknown device type with hardware id 70. --- PLEASE POST THIS AND THE NEXT LOG ROWS #300
Comments
Is the device showed as entiy in entities dashboard/ in the mqtt devices? |
So - as the error says, the hardware Id (and by that also the hardware type itself is unknown). Please turn on vebose/debug logging and post the relevant logs to get it supported. That said - this is a new "type" of device (motion sensor). What would you expect it to do? In general, feel free to create a PR with a suggested functionality. I don't myself have this device. |
I have turned on verbose in the Plejd addon. Not at home now, so no moment. Will update later. The only thing i need from the sensor is Occupancy: true/false. Nice to have: Sensitivity setting. its 4 or 5 settings i belive. If possible Link quality |
verbose plejd.txt Also added Debug logg Both of this are without any movement. If need i can upload new file with sensor movement active/occupied true |
@anordnes: Thanks! The verbose log looks fairly complete with regards to the startup, the debug log does not contain much. From the logs it should be possible to add rudimentary support for the device (as in at least adding it but without functionality). To start thinking about functionality we will need to understand what kind off messages are sent. Once supported it looks like this (verbose), but even now you should be able to see the incoming raw BLE commands which are the ones we process.
The two first rows are the important ones for now. I'm guessing the device sends "occupancy true/false" in some way, potentially also other info. You could also look at other Plejd projects to see if any of those have already figured out the API and how to parse incoming messages. |
Yes. im home now and when i walked pass the sensor i get som new data EDIT: Silly file if needed |
@SweVictor Is this something that you have the time to get a look at? :) |
Well. Not very soon unfortunately. PRs are welcome though so feel free to have a look yourself |
trying to use the motion sensor Plejd WMS-01. does not show up. Is this possible to use?
The text was updated successfully, but these errors were encountered: