FAQ
TL;DR: Setup is quick: Domoticz auto-discovers on startup, with ≈1 s status refresh; “It only scans when you start the plugin.” Connect via ETHM IP/port, add a user/password, then restart to rescan. [Elektroda, xury, post #19623134]
Why it matters: For installers and DIYers linking Satel Integra 128 Plus to Domoticz, this FAQ speeds setup, rescans, naming fixes, and error handling.
Quick Facts
- Configure Domoticz with the ETHM Integration IP/port and a user/password; inputs/outputs auto-populate after connection. [Elektroda, xury, post #19622441]
- Discovery runs only at plugin startup; to rescan after panel edits, disable and re-enable the plugin; typical latency ≈1 s. [Elektroda, xury, post #19623134]
- Names with Polish characters may import as “Unknown”; rename them in Domoticz to keep devices clear. [Elektroda, xury, post #19633893]
- Periodic scanning is avoided because Satel lacks a safe global query; polling individual inputs repeatedly throws errors. [Elektroda, szczukot, post #21063330]
- ETHM 0x7F replies can be 13–15 bytes per newer docs; plugins should handle longer frames. [Elektroda, szczukot, post #21063383]
How do I set up Domoticz with Satel Integra 128 Plus and ETHM?
Add the Satel integration in Domoticz and enter the ETHM IP and Integration port. Create a dedicated Integra user with a password for control. Start the plugin and wait for auto-discovery to add inputs and outputs. Expert tip: “Banally simple.” How-To: 1. Add hardware → Satel. 2. Set ETHM IP/port + user/password. 3. Enable and wait for discovery. [Elektroda, xury, post #19622441]
Do I need a separate Integra user account for Domoticz control?
Yes. Create a dedicated user on the Integra panel and assign a password. Use those credentials in Domoticz for control functions. This keeps permissions scoped and enables reliable communication. You can change these credentials later without deleting the plugin. [Elektroda, xury, post #19622969]
When does Domoticz scan my Integra inputs and outputs?
Discovery runs only when the Satel plugin starts. If you add or change zones or outputs later, it won’t appear automatically. “It only scans when you start the plugin.” Plan edits, then restart the plugin to refresh the device list. [Elektroda, xury, post #19623134]
How do I force a rescan after adding zones or outputs in Integra?
In Domoticz, open Hardware and locate the Satel entry. Disable the plugin but do not delete it. Enable it again to trigger a new discovery pass and pull updated inputs and outputs into Domoticz. [Elektroda, xury, post #19623134]
Why do some devices show as “Unknown” in Domoticz?
Names containing Polish letters or special characters may not import correctly. Domoticz can show such items as “Unknown” even though the device works. Rename those devices in Domoticz to clear the confusion and keep automation readable. [Elektroda, xury, post #19633893]
Domoticz can’t see my macro output (e.g., gate open). What should I try?
Look for a newly added device labeled “Unknown,” which often corresponds to your macro output. Rename it and test control. If it still doesn’t appear, disable and re-enable the Satel plugin to rescan the panel configuration. [Elektroda, Daro1003, post #19633083]
What update latency should I expect between Integra and Domoticz?
Expect a slight delay. Typical status updates arrive in about one second, sometimes faster. This is normal for the integration. Plan automations with that latency in mind. It does not indicate a fault if values trail by a fraction of a second. [Elektroda, xury, post #19623134]
Can the plugin scan periodically instead of only at startup?
No. The developer set discovery to run on startup only. Satel’s protocol doesn’t allow a safe full query, and repeatedly probing specific inputs causes errors. Restart the plugin when you change the panel configuration. [Elektroda, szczukot, post #21063330]
I see 0x7F command responses with 15 bytes in logs—normal?
Yes. Recent ETHM documentation indicates 13–15-byte responses for 0x7F. Logs that show 15-byte frames reflect that change. Ensure your plugin handles longer frames to avoid mis-parsing. This is a protocol detail, not necessarily a fault. [Elektroda, szczukot, post #21063383]
Will updating Integra/ETHM firmware fix those 0x7F-related errors?
Updating firmware aligns your panel with newer protocol docs, but the plugin must also handle 13–15-byte replies. If the plugin expects shorter frames, logs may still show errors. Verify plugin compatibility after firmware updates. [Elektroda, szczukot, post #21063383]
Can Domoticz control Integra outputs, or is it read-only?
You can control outputs when you provide a valid Integra user and password. Domoticz discovers outputs after connection and lets you actuate them. Use device permissions to limit access as needed. [Elektroda, xury, post #19622441]
Does Domoticz read zones from expanders like INT-SCR?
Yes. Zone states from expanders appear in Domoticz after discovery. For example, a reed switch on INT-SCR can show a door’s open/closed status. Rename the device if its label imports incorrectly. [Elektroda, Daro1003, post #19633083]
Which port should I enter for ETHM integration?
Use the ETHM Integration Protocol port configured on your Integra/ETHM. In Domoticz, enter that port with the ETHM’s IP address when adding the Satel hardware. [Elektroda, xury, post #19622441]
Why do I get frequent errors when trying to poll Integra devices?
Satel’s protocol lacks a universal, safe query for all inputs/outputs. Polling individual inputs repeatedly triggers errors. That’s why discovery runs only at startup. Rely on startup discovery and event updates for stability. [Elektroda, szczukot, post #21063330]