SAVE CONNECT 2.0 module has web service running on it which has, in addition to UI, locally exposed API. So AFAIK there shouldn’t be need for a cloud access.
You can see API calls if you navigate to the web interface and inspect network calls in browser.
Hi,
I have been trying to use the blueprint with an VSR500 - I had previously integrated the VSR500 over MODBUS TCP.
The IAM module is in “Modbus Gateway TCP-RTU/RS485” - did try with the “Homesolutions Cloud” as well.
I do get an error in HomeAssistant:
This error originated from a custom integration.
Logger: custom_components.systemair
Source: custom_components/systemair/config_flow.py:36
integration: systemair (documentation, issues)
First occurred: 6:20:49 PM (3 occurrences)
Last logged: 6:46:59 PM
Error fetching information - 404, message=‘Attempt to decode JSON with unexpected mimetype: text/html’, url=‘http://10.0.10.x/menu’
Error fetching information - Cannot connect to host http:80 ssl:default [Timeout while contacting DNS servers] (Getting a 404 on the /menu or the /mread pages on the IP address).
Its because this integration based on new Save Connect 2 module. Old IAM didn’t has web api for modbus. You can try my fork based on vanilla ModBus protocol supported by both modules.
Thanks @AN3Orik I’ve switched from my previous Modbus direct with EW11 to the save connect 2.0 with your code. I have to say it’s very very impressive work, thank you so much for sharing. Will provide feedback and happy to do any testing etc.