Page 8 of 10

Re: OpenWebNet developing..?

Posted: Friday 13 December 2019 0:46
by jumposr
spugna85 wrote: Thursday 29 August 2019 23:49 Hi, in the last beta version I added the possibility to manually add devices for sending custom commands to the bticino gateway.
This should at least partially allow for the integration of missing systems like Sound diffusion.
I added a short description here:
https://www.domoticz.com/wiki/MyHome_Op ... _Interface
If anyone can do some tests I would like to have some feedback.
Thanks.
Hello spugna, i can test it, but the page in the link is blank.

Re: OpenWebNet developing..?

Posted: Friday 13 December 2019 0:55
by spugna85
unfortunately for some reason that I do not know has been canceled. perhaps by mistake. currently I do not have access yet to be able to write on the wiki, so it remained empty.

Re: OpenWebNet developing..?

Posted: Friday 13 December 2019 1:57
by waaren
spugna85 wrote: Friday 13 December 2019 0:55 unfortunately for some reason that I do not know has been canceled. perhaps by mistake. currently I do not have access yet to be able to write on the wiki, so it remained empty.
This is probably done by a mass removal of spam during the spam attack a couple of weeks ago. Please ask @gizmocuz via PM on this forum howto get new account on the Wiki. Thanks

Re: OpenWebNet developing..?

Posted: Friday 13 December 2019 6:59
by spugna85
I've already done it. I wrote several times but have not yet received an answer.

Re: OpenWebNet developing..?

Posted: Tuesday 24 March 2020 17:14
by chaitali31
Excellent thread..!!!

Re: OpenWebNet developing..?

Posted: Monday 30 March 2020 19:20
by anders
With the new update of Domoticz (stable version 2020.1), I experience problems with my Bticino devices (hardware MyHome OpenWebNet with LAN interface). I have blinds and sunshades that are now always in state "Closed" now, no matter if I open or close them.

The switches still respond to Open and Close commands, however, the status remains always as "Closed". This is a problem since I cannot keep track on the status. In the previous stable release, when you push open, the status changed. The normal status of blinds where "Stopped", but at least I could keep track of opened and closed with a user variable. This is no longer possible.

Anyone else experience this problem? What could be wrong? I have also tried a complete fresh install of domoticz without restoring backup and the behavior is the same.

Re: OpenWebNet developing..?

Posted: Monday 30 March 2020 19:41
by spugna85
I'm still using the previous stable version.
As soon as I have time I try to update.
I'll let you know ..

Re: OpenWebNet developing..?

Posted: Monday 30 March 2020 20:17
by anders
great, thanks a lot!

Re: OpenWebNet developing..?

Posted: Tuesday 31 March 2020 2:30
by spugna85
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

Re: OpenWebNet developing..?

Posted: Tuesday 31 March 2020 9:09
by anders
That was quick! Thanks a lot for your work and help.

Re: OpenWebNet developing..?

Posted: Friday 15 May 2020 1:23
by spugna85
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

Re: OpenWebNet developing..?

Posted: Saturday 04 July 2020 3:24
by umibozu
Hi all, i think there's a problem with some commands.
The #area in the light channel (1) is not properly managed, in fact dz implementation provides an implementation of area command (first number of WHERE) from 1 to 9 and NOT from zero (0) to 9.

I have some devices in zero area but the command sent by domoticz ( after switch automatic detection) lacks of AREA part in where section.

Custom command also Doesn't work : 0 area is not selectable... Start from one

I have opened an issue:

https://github.com/domoticz/domoticz/issues/4252

Regards

Inviato dal mio Mi 9T utilizzando Tapatalk


Re: OpenWebNet developing..?

Posted: Saturday 04 July 2020 15:20
by spugna85
Hi umibozu,

thank you for your report.
I answered you on github.

Re: OpenWebNet developing..?

Posted: Saturday 04 July 2020 16:10
by spugna85
@umibozu I sent you a pm

Re: OpenWebNet developing..?

Posted: Thursday 30 July 2020 2:18
by spugna85
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?

Re: OpenWebNet developing..?

Posted: Sunday 18 October 2020 20:29
by jumposr
Hello, i have Version: 2020.2 (build 12461)
Until last April the setpoint of all sensors were working correctly. Now they don't work anymore. Here are some log

2020-10-17 14:53:52.672 Status: User: domoticz initiated a SetPoint command
2020-10-17 14:53:52.692 Status: COpenWebNetTCP: Command #4#-32763*#1401903##
2020-10-17 14:53:53.692 Status: COpenWebNetTCP: sent=#4#-32763*#1401903## received=*#*0##

2020-10-17 14:58:14.922 Status: User: domoticz initiated a SetPoint command
2020-10-17 14:58:14.938 Status: COpenWebNetTCP: Command #4#-32762*#1402003##
2020-10-17 14:58:15.938 Status: COpenWebNetTCP: sent=#4#-32762*#1402003## received=*#*0##

-32763 is strange!
Anyone have same error?

thank you

Re: OpenWebNet developing..?

Posted: Sunday 18 October 2020 21:35
by spugna85
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 try with the latest beta, maybe in the next few days ..

Re: OpenWebNet developing..?

Posted: Sunday 18 October 2020 21:46
by spugna85
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*3## received=*#*0##

-32767 it should be 1

Re: OpenWebNet developing..?

Posted: Monday 19 October 2020 0:31
by spugna85
@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.

Help identifying unknown device

Posted: Tuesday 20 October 2020 13:34
by fmal
I have an unknown device not used but always ON in my devices list. It's ID 1000A named LIGHT 0010.
Here are all the light devices, please could you help me addressing how to discover what is that? If I delete unused devices it reappears after a while.
Thank you!!!!