-
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
Proxy LocalAPI through Modbus #21
Comments
Hello, |
Yeah, I am actually using that integration in HomeAssistant, but since Airzone provides/support (or at least is linked from Airzone website) the official integration, would be interesting to be able to use directly that one, exposing a fake LocalAPI. There is a reference manual https://doc.airzone.es/producto/Gama_AZ6/Airzone/Comunes/Manuales/MI_AZ6_WSCLAPI_A4_MUL.pdf |
If you need any help testing this, I currently have a RPi connected to the Modbus port of my Aidoo device, so I can definitely test it. |
@jjcasmar @gpulido I've just seen this issue and I think that the Local API simulator that I've implemented in the official integration library repository could be helpful for this purpose: You can also use the following resource for the Local API documentation: |
Would it be possible to expose a webserver that exposes the same API as the LocalAPI which communicates with Modbus? That way, Airzone devices that don't support LocalAPI could be used with LocalAPI integrations (home assistant for example) via the proxy.
The text was updated successfully, but these errors were encountered: