-
Notifications
You must be signed in to change notification settings - Fork 19
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
Documentation #23
Comments
@wsmorgan Is the offer still open? love to get some help with documentation. |
@teharris1 I'm still willing to help, I don't have as much free time right now as I did but I can still put some time into it. |
How can I get you started? Are you thinking user documentation or developer documentation? The best examples of running code are in Home Assistant and the tools.py module. |
Hi there, greetings from Canada! I'm also willing to help in the development/testing/documentation of insteonplm. Been an Insteon user for many years, using an ISY994. Unfortunately, the ISY development seems to have slowed down to snail's pace. Seeing how much progress has been made in HASS, I would like to help make this module a true option for people like me to move from the ISY. I've been testing it for the past couple of days, and have found that there is still a lot of work to do, specially on the testing of devices to ensure they work. I have wide variety of devices, like: Keypad lincs, IRLinc Receiver, Leak sensors, the old and new motion sensors, open/close sensors, IOLincs, Wall Swtiches/Dimmers, Bulbs, mini remotes, etc. |
So far, I have tested the new motion sensor, an IOLinc and a IRLinc Receiver. My experience is as follows: New motion sensor (2844-222): As per the docs, used the override option. HASS created three binary_sensor entities: motion, light (should not be binary) and battery (should not be binary, I know this physical device can do Motion, Temperature, Luminace, Battery Level, Flag for battery power, Flag for motion inhibited or not, and a Flag for a tamper switch). They HASS entities do not display the correct state, but I can see from DEBUG level logging that the PLM is getting traffic from the sensor. |
@altersis Great to have you on board. Love to get the Motion Sensor II working better. Unfortunately there have never been any developer notes released for this device. As for the comments above:
The battery and light sensors of the 2842 (which is what is currently supported) only show battery low or light level reached and therefore are really just on/off sensors. Hence the reason they are binary. If the 2844 has light and battery levels that report a variable level then we can make that work no problem. I would just need to understand the device better. Also, to your comment above:
The 2842 only has Motion, Luminance and Battery Low. These are groups 0x01, 0x02 and 0x03 respectively. If you send me any lines that look like this from your homeassistant.log file that would help confirm the link groups: Where Sending that output will help me see what commands are coming from the device. Finally, the idea of setting configuration of any device (i.e. ramp rate etc.) is the next big thing on this development pipe line. I will need a lot of help with that. |
By the way, in the wiki, I setup the following page: Tested Devices |
Hi @teharris1, thanks for the info. I see. It's unfortunate, but the Insteon guys have not been very good at spreading knowledge about the motion sensor 2. I approached Insteon directly this morning an asked them to allow me to get access to the tech documents. Keep your finger crossed to see if we can get that. I linked one of the Motion Sensors to an ISY994, and found that the motion detector has more to offer: As you say it has Motion, Battery and Light binary sensors, and you can configure it to get actual numeric temperature in F, a boolean that indicates if it is battery or power supply powered plus Luminance and Battery levels expressed as a %. Strange for a Luminance sensor to do this, but that's what you an see in the ISY... unfortunately I could not find a place where it gets clarified what is the Luminance max numeric value to translate that to Lumens or something similar. Take a look at this screen, hope it clarifies what I'm saying. |
Hello! I just fired up Home Assistant on my Raspberry Pi for the first time, and my USB PLM just landed. I'm happy to write up a "new user guide" because to be honest I'm having a hard time with the first steps! If anyone's available for occasional n00b-question-answering, I'd gladly pave the way for those who come after me. |
@indec: Let me know if you find any hints... |
Closing this issue as the |
If you don't mind me pestering you occasionally for additional info and clarification I can work on getting documentation setup. The biggest thing I would need to get started is a working code example.
The text was updated successfully, but these errors were encountered: