Re: OpenWebNet developing..?
Posted: Wednesday 19 April 2023 21:43
ok, maybe i get it.
If I'm right you shouldn't see any logs from the actuator.
This is because in order to be able to generate continuous transmission of the measurements from the actuator
it is necessary to make the request using the correct WHERE.
Requests are currently limited to 6 central units (from 51 to 56),
even if the maximum number should be 255, which is hardly reasonable for a house.
I try to add the request for the first 6 actuators (from 71 to 76),
6 seems to me a reasonable number also to avoid unnecessary requests.
The decoding of the received packet should be working,
therefore the device relating to the actuator should appear in the list of devices.
For example if the actuator is 71 the device id will be 00001247.
I've already made this addition and created a pull request on the development branch.
You can already use my git to test, or wait for the change to be added to the domoticz beta.
Let me know if it actually works
If I'm right you shouldn't see any logs from the actuator.
This is because in order to be able to generate continuous transmission of the measurements from the actuator
it is necessary to make the request using the correct WHERE.
Requests are currently limited to 6 central units (from 51 to 56),
even if the maximum number should be 255, which is hardly reasonable for a house.
I try to add the request for the first 6 actuators (from 71 to 76),
6 seems to me a reasonable number also to avoid unnecessary requests.
The decoding of the received packet should be working,
therefore the device relating to the actuator should appear in the list of devices.
For example if the actuator is 71 the device id will be 00001247.
I've already made this addition and created a pull request on the development branch.
You can already use my git to test, or wait for the change to be added to the domoticz beta.
Let me know if it actually works
