-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
more BusID's #673
Comments
I'd say just try 0xF and 0x12 and see what happends. To be safe enable the "Enable read-only mode (blocks all outgoing EMS Tx Write commands)" option to ensure your 2nd gateway board is only in 'listen' mode. |
We can add more BUS IDs but these are only I was able to find from the internet. There may be more out there... |
Id 0x12 is working, but not good to use, this is address of error module and the thermostat is permanently trying to read the version info. |
I've tested with ids 0x48 to 0x4F: 0x48 to 0x4D are working good, no unwanted communication like 0x12. |
I've tested the 0x12 error module as ems-esp id. I think we should remove it as id-setting. The thermostat is using every free bustime to ask for the version. The original module have a analog input and controls boiler flowtemp, i think the thermostat will stop controlling the flowtemp if the module is registered with version.
Sometimes people like to control the flowtemp, but thermostat overwrites it. It could be a solution for this to use 0x12 as ems-esp id and answer to the version request. Then we can send flowtemp command to the boiler and thermostat does not overwrite, But this is a very special function and should be protected against accidental use. |
Ok, so remove 0x12 and add 0x48 -> 0x4D ? I think we can just do this easily in the web code and change console.cpp for the command |
hmm, we need a name. Either Gateway, Special or Custom ? |
Is it possible to add further BUS-IDs for terminals.
My gateway (Premium II base board) has the address Terminal 0x0A.
ServiceKey 0x0B and Modem 0x0D is occupied
TimeModule 0x0F and AlarmModule 0x12 remain.
I would like to attach a second gateway (EMS interface board V3) to the bus for testing. Can I also attach this to the address 0x0F or 0x12?
The text was updated successfully, but these errors were encountered: