Update README.md

This commit is contained in:
ElVit 2024-07-23 16:21:08 +02:00 committed by GitHub
parent 61f38c52f6
commit 1c92fed0ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@
[ESPHome](https://esphome.io/) component for controlling Maidsite desk controllers via their serial protocol.
![](https://github.com/Rocka84/esphome_components/assets/2353088/b04d1fd7-d0ed-443d-87b7-87454757c0f0)
![](https://github.com/ElVit/esphome_components/assets/2353088/b04d1fd7-d0ed-443d-87b7-87454757c0f0)
Attention: I only have one [RJ12 model](https://www.maidsite.com/product/jcb35m11c.html) to test this
Attention: I only have one [RJ12 model](https://community-assets.home-assistant.io/original/4X/f/5/f/f5fc22327830c83a9d3d856b56f9bfc04d5047e7.jpeg) to test this
but it's likely that other Maidsite controllers are supported as their serial protocol should be compatible.
## Usage
@ -192,7 +192,7 @@ You can find a 3D-printable case in the [stl folder](stl/) or on [onshape](https
## Sources
Thanks to [Rocka84](https://github.com/Rocka84/esphome_components)
Thanks to [Rocka84](https://github.com/Rocka84/esphome_components) for doing the main work, I've just fored :)
Thanks to [phord/Jarvis](https://github.com/phord/Jarvis) for reverse engineering the UART interface and most control messages!
Thanks to [OkhammahkO](https://github.com/OkhammahkO) for collecting the scattered information at [pimp-my-desk/desk-control](https://gitlab.com/pimp-my-desk/desk-control) and for his work in the home assistant community!