-
Notifications
You must be signed in to change notification settings - Fork 3
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
Home Assistant #1
Comments
I would certainly second this please? |
Ditto 👆🏻 |
+1 |
i have work gateway (esp32) for this, but permanent connection eating 9v battery at a day. i use external 9v adapter for 220v/ work fine |
That's great! Would you mind sharing your esp config please? |
See git here |
Thank you so much! This is super impressive how many devices you've got in. I'm struggling a bit to understand it as I'm not a very advanced coder but I did find some Galcon codes in the header file. Do you find that you need different codes to the suborb repo? I just need uuid and value to send to open and close the valve for esphome. What do the codes below (service, service1, service2) map to in terms of steps required to open / close the valve? How are the others used (setup, time, auth, txchar, rxchar)? Thank you!
|
I think the code actually the same as described here , but sligtly adopted for esp32 idf. And you can't use that code directly in esphome, so what you can do - just flash bin on separated esp32 board, wich can be connected to HA trough mqtt. Gateway will provide features as pic below. |
@artt652 How did you pair the gateway with the Galcon controller? (I have the 8000BT model) When I add the BT MAC address in the settings, I do see that GW see the device name, but it's not connecting. |
You are use ESP32 Ready4Sky (R4S) Gateway for Redmond+ devices, right? There no any additional pairing is required, it just works (or not). You can try to disable Bluetooth in your phone to make shure there is no any another active connection with galcon. And, probably there is difference in firmware or something else between galcon manufactues. I have good experience feedback with Israel version, and same issue as you described above (no connect) with Chinese one. |
Think will be better to open issue in gate repository |
Hello! Any chance you would want to create a Home Assistant custom integration for this? Thanks!
The text was updated successfully, but these errors were encountered: