Search found 87 matches

by spugna85
Friday 17 May 2024 2:28
Forum: Others
Topic: OpenWebNet developing..?
Replies: 187
Views: 40003

Re: OpenWebNet developing..?

Hi Dino, I'll try to answer you: 1- Temperature Actuator: indicate the status of the thermoregulation actuators, such as the F430 module. 2- Temperature Valve: indicates whether the valve is in Conditioning or Heating mode 3- Auxiliaries: these are auxiliary signals that can be used to inform you of ...
by spugna85
Thursday 20 April 2023 13:45
Forum: Others
Topic: OpenWebNet developing..?
Replies: 187
Views: 40003

Re: OpenWebNet developing..?

Perfect, you did the test that was needed and confirms what I thought. The ID is calculated like this: WHO = 18 (0x12) power management WHERE = 51..56 (0x33..0x38) WHERE = 71..76 (0x47..04C) 0x0000 + WHO + WHERE so for example: first central unit = 0x00001233 first Actuator = 0x00001247 The change I ...
by spugna85
Wednesday 19 April 2023 21:43
Forum: Others
Topic: OpenWebNet developing..?
Replies: 187
Views: 40003

Re: OpenWebNet developing..?

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 ...
by spugna85
Tuesday 18 April 2023 23:40
Forum: Others
Topic: OpenWebNet developing..?
Replies: 187
Views: 40003

Re: OpenWebNet developing..?

Hi draghip, old post but I'm always here :). Over time, the F521 module has been integrated and you can see it correctly. The frame in the logs should look like this: Status: OpenWebNet: received=*#18*51*113*331## : MEASURE FRAME the WHERE is 5N , where N in this example is 1. 5N indicates that the ...
by spugna85
Thursday 26 August 2021 20:41
Forum: Others
Topic: OpenWebNet developing..?
Replies: 187
Views: 40003

Re: OpenWebNet developing..?

Rate limit
by spugna85
Thursday 26 August 2021 19:32
Forum: Others
Topic: OpenWebNet developing..?
Replies: 187
Views: 40003

Re: OpenWebNet developing..?

Hi fmal, at the moment there is only one way to do what you ask. You may configure the system scan every X seconds in the hardware configuration page. However, I advise you not to put this scan too frequently because you could lose some "manual" command when it is performed. This can especially ...
by spugna85
Friday 07 May 2021 23:41
Forum: Others
Topic: OpenWebNet developing..?
Replies: 187
Views: 40003

Re: OpenWebNet developing..?

Hi,
if you want to try it, you can find the change in my repo or in the latest beta version of Domoticz.
by spugna85
Tuesday 04 May 2021 0:44
Forum: Others
Topic: OpenWebNet developing..?
Replies: 187
Views: 40003

Re: OpenWebNet developing..?

Hi, I've already made the change, but I haven't pushed it yet because I don't like it very much and I was looking for a different solution. Currently I have created a new "text" type device for each thermostat. The text of this device contains the operating mode of the thermostat and the position of ...
by spugna85
Monday 19 April 2021 2:33
Forum: Others
Topic: OpenWebNet developing..?
Replies: 187
Views: 40003

Re: OpenWebNet developing..?

Today I have checked and it works very well, only one issue, when the thermostat is read I can not see the position of the local offset selector :( There is a way to know the positions of the selector? Hi Dino, you are right, there are 2 things that have never been added: - probe status (heating ...
by spugna85
Thursday 15 April 2021 1:50
Forum: Others
Topic: OpenWebNet developing..?
Replies: 187
Views: 40003

Re: OpenWebNet developing..?

Hi Dino, the devices for the temperature setpoint are automatically added to domoticz. You have to try to manually change the temperature setpoint, for example for zone 1. You can do this from F454 or from the touch panel, perhaps even directly from the sensor. Then go to "setup-> devices" and you ...
by spugna85
Wednesday 21 October 2020 22:07
Forum: Others
Topic: OpenWebNet developing..?
Replies: 187
Views: 40003

Re: OpenWebNet developing..?

Hi, these are the rules implemented for decoding the 'where' field: • A = 00; PL [01 − 15] • A [1 − 9]; PL [1 − 9] • A = 10; PL [01 − 15]; • A [01 − 09]; PL [10 − 15] In the log there are some packages to analyze: received=*1*0*01## : NORMAL FRAME - who=Lighting - what=Turn off - where=room 0, point ...
by spugna85
Tuesday 20 October 2020 21:59
Forum: Others
Topic: OpenWebNet developing..?
Replies: 187
Views: 40003

Re: OpenWebNet developing..?

Hello fmal, it should be a light point identified by Area = 0 PL = 10. Try looking at the logs when connecting with the gateway or scanning your system, you should see the device. In any case there could also be a bug, I don't know, I don't have any unexpected devices in my system. If you want you ...
by spugna85
Monday 19 October 2020 0:31
Forum: Others
Topic: OpenWebNet developing..?
Replies: 187
Views: 40003

Re: OpenWebNet developing..?

@jumposr

The latest fix (area 0 management) introduced this bug.
I created a pull request that fixes this problem: https://github.com/domoticz/domoticz/pull/4404

Please try again when this is approved and let me know.
by spugna85
Sunday 18 October 2020 21:46
Forum: Others
Topic: OpenWebNet developing..?
Replies: 187
Views: 40003

Re: OpenWebNet developing..?

On windows with version: 2020.2 (build 12485) I get the same problem: 2020-10-18 21:41:35.438 Status: User: domoticz initiated a SetPoint command 2020-10-18 21:41:35.447 Status: COpenWebNetTCP: Command *#4*#-32767*#14*0225*3## 2020-10-18 21:41:36.454 Status: COpenWebNetTCP: sent=*#4*#-32767*#14*0225 ...
by spugna85
Sunday 18 October 2020 21:35
Forum: Others
Topic: OpenWebNet developing..?
Replies: 187
Views: 40003

Re: OpenWebNet developing..?

Hi jumposr, i have a PI with Version: 2020.2 (build 12055) I have now tried to set 22.5 °C and this is what I get: 2020-10-18 21:13:27.136 Status: COpenWebNetTCP: Command *#4*#1*#14*0225*3## 2020-10-18 21:13:28.137 Status: COpenWebNetTCP: sent=*#4*#1*#14*0225*3## received=*#*1## As soon as I can I ...
by spugna85
Thursday 30 July 2020 2:18
Forum: Others
Topic: OpenWebNet developing..?
Replies: 187
Views: 40003

Re: OpenWebNet developing..?

I'm trying to solve the problem of area 0 with this: https://github.com/domoticz/domoticz/pull/4279.
Can anyone test as soon as it gets approved?
by spugna85
Saturday 04 July 2020 16:10
Forum: Others
Topic: OpenWebNet developing..?
Replies: 187
Views: 40003

Re: OpenWebNet developing..?

@umibozu I sent you a pm
by spugna85
Saturday 04 July 2020 15:20
Forum: Others
Topic: OpenWebNet developing..?
Replies: 187
Views: 40003

Re: OpenWebNet developing..?

Hi umibozu,

thank you for your report.
I answered you on github.
by spugna85
Friday 15 May 2020 1:23
Forum: Others
Topic: OpenWebNet developing..?
Replies: 187
Views: 40003

Re: OpenWebNet developing..?

The wiki page has been restored, however it is still incomplete.
I will try to complete the descriptions as soon as possible.
I hope this is useful:
https://www.domoticz.com/wiki/MyHome_Op ... _Interface
by spugna85
Tuesday 31 March 2020 2:30
Forum: Others
Topic: OpenWebNet developing..?
Replies: 187
Views: 40003

Re: OpenWebNet developing..?

Hi anders,
I found the problem and I think I have solved it.
If it is approved, the fix will be in the next beta version.

I could not test the blind percentages, can someone do it?
Thanks