Page 88 of 94

Re: domoticz in synology as package! Available now.

Posted: Monday 02 March 2020 14:24
by mcwieger
@jumbotroll, any ideas about my post? ^

Re: domoticz in synology as package! Available now.

Posted: Monday 02 March 2020 18:29
by jumbotroll
mcwieger wrote: Monday 02 March 2020 14:24 @jumbotroll, any ideas about my post? ^
Domoticz have to run as root for now, or several plugins don't work.

Re: domoticz in synology as package! Available now.

Posted: Tuesday 03 March 2020 13:42
by mcwieger
Okay, clear.

Any ideas what to do about the zwfcg*.xml file?

Re: domoticz in synology as package! Available now.

Posted: Friday 13 March 2020 16:15
by Gravityz
Hi Jumbotroll.

late builds have a change in zwave which are causing the FGWPF not to be added in group 1.

is this something you can do before you compile?


open-zwave/cpp/src/Group.cpp

Line 252 in d8fddb4

Log::Write(LogLevel_Warning, m_nodeId, "MultiChannelAssociation is Present, but MultiChannel CC is not. Trying Plain Association...");

Add the following lines after that log message:

cc->Set(m_groupIdx, _nodeId, 0);
cc->QueryGroup(m_groupIdx, 0);
return;

I have allready asked Fishwaldo if i needed to trest this(which i can not because i do not compile the synology packages

let me know
i use apollolake without Python

if this is succesfull they will probably put this in place

thanks

Re: domoticz in synology as package! Available now.

Posted: Friday 13 March 2020 16:54
by jumbotroll
Gravityz wrote: Friday 13 March 2020 16:15 Hi Jumbotroll.

late builds have a change in zwave which are causing the FGWPF not to be added in group 1.

is this something you can do before you compile?


open-zwave/cpp/src/Group.cpp

Line 252 in d8fddb4

Log::Write(LogLevel_Warning, m_nodeId, "MultiChannelAssociation is Present, but MultiChannel CC is not. Trying Plain Association...");

Add the following lines after that log message:

cc->Set(m_groupIdx, _nodeId, 0);
cc->QueryGroup(m_groupIdx, 0);
return;

I have allready asked Fishwaldo if i needed to trest this(which i can not because i do not compile the synology packages

let me know
i use apollolake without Python

if this is succesfull they will probably put this in place

thanks
I will look into it in a few minutes :-)
I have added the lines in the code and will start compile a test version for you.

Log::Write(LogLevel_Warning, m_nodeId, "MultiChannelAssociation is Present, but MultiChannel CC is not. Trying Plain Association...");

Add the following lines after that log message:

cc->Set(m_groupIdx, _nodeId, 0);
cc->QueryGroup(m_groupIdx, 0);
return;

Re: domoticz in synology as package! Available now.

Posted: Friday 13 March 2020 17:09
by Gravityz
thanks

Re: domoticz in synology as package! Available now.

Posted: Friday 13 March 2020 17:28
by jumbotroll
Gravityz wrote: Friday 13 March 2020 17:09thanks
Try this:
http://www.jadahl.com/synospk/domoticz_ ... 1782-8.spk

Re: domoticz in synology as package! Available now.

Posted: Friday 13 March 2020 17:58
by Gravityz
tested it and it looks that this fixed the issue.
i assume Fishwaldo will make a pull request for this once he inspected the log files again.

thanks for your help Jumbotroll


everytime they change something related to zwave i allways throw away the cache file to see if rebuild from scratch still works.
this way i can detect erros like this because with the same cache file in place you will not notice things go wrong.

Re: domoticz in synology as package! Available now.

Posted: Friday 13 March 2020 18:03
by jumbotroll
Gravityz wrote: Friday 13 March 2020 17:58 tested it and it looks that this fixed the issue.
i assume Fishwaldo will make a pull request for this once he inspected the log files again.

thanks for your help Jumbotroll


everytime they change something related to zwave i allways throw away the cache file to see if rebuild from scratch still works.
this way i can detect erros like this because with the same cache file in place you will not notice things go wrong.
Nice 8-)
Then I will wait for an update of openzwave code before I build next beta for domoticz.

Re: domoticz in synology as package! Available now.

Posted: Tuesday 07 April 2020 12:48
by alkempter
Hello jumbotroll,

I just noticed in my domoticz log a message at startup:
2020-04-07 11:10:43.776 Status: OpenZWave: using config in: /usr/local/domoticz/Config/
2020-04-07 11:10:43.790 Status: OpenZWave: Starting...
2020-04-07 11:10:43.790 Status: OpenZWave: Version: 1.6-1063-g04969b71
2020-04-07 11:10:47.664 Status: OpenZWave: User Alert - Manufacturer_specific.xml out of Date
2020-04-07 11:10:47.664 Status: OpenZWave: ManufacturerSpecificDB Ready
2020-04-07 11:10:47.849 Status: OpenZWave: Driver Ready
.
.
2020-04-07 11:10:47.873 Error: OpenZWave: Unhandled Meter type: Electric - Pulses, class: 0x32 (METER), NodeID: 7 (0x07), Index: 3, Instance: 1
2020-04-07 11:11:05.558 Error: OpenZWave: Unhandled Meter type: Electric - Pulses, class: 0x32 (METER), NodeID: 7 (0x07), Index: 3, Instance: 1
2020-04-07 11:11:05.558 Error: OpenZWave: Value_Changed: Tried adding value, not succeeded!. Node: 7 (0x07), CommandClass: METER, Label: Electric - Pulses, Instance: 1, Index: 3

Further information:
OZW_log.txt
2020-04-07 11:10:43.778 Always, OpenZwave Version 1.6-1063-g04969b71 Starting Up

Begin of contents of Manufacturer_specific.xml:
<?xml version="1.0" encoding="utf-8"?>
<ManufacturerSpecificData Revision="80" xmlns="https://github.com/OpenZWave/open-zwave">

The config files came with a clean install of domoticz_apollolake-6.2_2020.1.11804-8 with Python

Could the message about the Manufacturer_specific.xml have to do with the zWave device related messages (a Devolo home Control Smart Metering Plug MT02792+)?
Any additional information I could provide?

Best regards
Al

Re: domoticz in synology as package! Available now.

Posted: Tuesday 07 April 2020 13:35
by Gravityz
i think that message has been in there for a while.

i once updated the file manually but like you said after the first update there it was again.

i would not worry about it.

Re: domoticz in synology as package! Available now.

Posted: Thursday 09 April 2020 6:52
by Stormryder
Hi Jumbotroll,

The latest stable version of Domoticz changed somethings with MQTT-loopback, making my home automation practically unusable (Homekit - Homebridge - eDomoticz - Domoticz).
An issue was filed and Gizmocuz implemented a solution by making the MQTT-loopback optional.
https://github.com/domoticz/domoticz/is ... -610431001
This would make my home automation work again, so want this fix as soon as possible.

Is there a way to get this new version as a package (DS415+ latest DSM 6.2.2). And if you can, please explain how to update this, simply as a manual install?
The solution is implemented in build 11921, so hoping you can make a package from that build or higher.
https://www.domoticz.com/wiki/Domoticz_ ... _-_Commits
The issue had quite some response so probably there a some more people looking for this package version.

Thanks for your reply and help!

Re: domoticz in synology as package! Available now.

Posted: Thursday 09 April 2020 11:33
by jumbotroll
Stormryder wrote: Thursday 09 April 2020 6:52 Hi Jumbotroll,

The latest stable version of Domoticz changed somethings with MQTT-loopback, making my home automation practically unusable (Homekit - Homebridge - eDomoticz - Domoticz).
An issue was filed and Gizmocuz implemented a solution by making the MQTT-loopback optional.
https://github.com/domoticz/domoticz/is ... -610431001
This would make my home automation work again, so want this fix as soon as possible.

Is there a way to get this new version as a package (DS415+ latest DSM 6.2.2). And if you can, please explain how to update this, simply as a manual install?
The solution is implemented in build 11921, so hoping you can make a package from that build or higher.
https://www.domoticz.com/wiki/Domoticz_ ... _-_Commits
The issue had quite some response so probably there a some more people looking for this package version.

Thanks for your reply and help!
There have been major changes to the code lately, so some changes have to be made to the cross compiling framework I use to build new beta versions for synology. When I get time to look into this, I don't know, so don't expect any new beta versions for a while.

Re: domoticz in synology as package! Available now.

Posted: Thursday 09 April 2020 11:51
by Stormryder
jumbotroll wrote: Thursday 09 April 2020 11:33 When I get time to look into this, I don't know, so don't expect any new beta versions for a while.
I understand time is an issue, no problem. Of course I was hoping to be able to fix this within a few days, but I will keep in mind it will take quite some more time. Will look forward to it. Thanks for your work in providing a packaged version of Domoticz for Synology! Keep up the good work.

Re: domoticz in synology as package! Available now.

Posted: Sunday 12 April 2020 21:22
by volleynet
Dear Jumbotroll,
for my DS112j DSM 6.2.2 I used your packet domoticz_88f6281-6.2_3.0.9483-7.spk that work very well!!
But it's not possible to use pluging phyton, I try to search the phyton version in your site but there isn's
could you help me?
thanks

Re: domoticz in synology as package! Available now.

Posted: Monday 13 April 2020 11:51
by gert3d
Dear Jumbotroll,
I am using an old Domoticz version on an old Synology with an old DSM version. (I am old myself as well). I would like to upgrade both but not sure about the order I should take and whether it is possible at all given this starting point. Can I retain the Domoticz setup I have at the moment?
Details:
Synology DS211j with DSM 4.3 -3767
Domoticz: Version: 3.8153
Thanks for your advise!

Re: domoticz in synology as package! Available now.

Posted: Tuesday 14 April 2020 17:37
by JonyBCN
Since the update Netatmo and Darksky give me the following error in the LOG:
2020-04-14 17: 35: 18.114 Error: Netatmo: Error connecting to Server ...
2020-04-14 17: 35: 20.536 Error: Darksky: Error getting http data !.


I have tried OpenWeather and I have the same result. It looks like an error in HTTP calls.

Does it just happen to me or is it something general?

Re: domoticz in synology as package! Available now.

Posted: Wednesday 15 April 2020 10:31
by JonyBCN
Since the update Netatmo and Darksky give me the following error in the LOG:
2020-04-14 17: 35: 18.114 Error: Netatmo: Error connecting to Server ...
2020-04-14 17: 35: 20.536 Error: Darksky: Error getting http data !.

I have tried OpenWeather and I have the same result. It looks like an error in HTTP calls.

Does it just happen to me or is it something general?
Telegram also gives me error:

2020-04-15 10:32:44.571 Notification sent (telegram) => Failed
2020-04-15 10:32:44.573 Active notification Subsystems: browser, http, telegram (3/13)
2020-04-15 10:32:44.486 Status: Notification: Domoticz test
2020-04-15 10:32:44.571 Error: Telegram:
2020-04-15 10:32:50.271 Error: Getting error 'Transport endpoint is not connected' while getting remote_endpoint in connection_manager::start

Re: domoticz in synology as package! Available now.

Posted: Thursday 16 April 2020 13:04
by JonyBCN
Well, after trying everything, after reinstalling 2 times it has been solved. The mysteries of modern informatics.

Re: domoticz in synology as package! Available now.

Posted: Thursday 16 April 2020 18:48
by Gravityz
i have build 2020.1.839 running

i also use homekit-homebridge edomoticz-domoticz
can you tell me what problems you are experiencing because sofar i can tell everything is working

i only see lots of these messages in homebridge but it is not affecting functionality

Code: Select all

[4/16/2020, 3:25:46 PM] [eDomoticz] synchronizeAccessories in progress...
Stormryder wrote: Thursday 09 April 2020 6:52 Hi Jumbotroll,

The latest stable version of Domoticz changed somethings with MQTT-loopback, making my home automation practically unusable (Homekit - Homebridge - eDomoticz - Domoticz).
An issue was filed and Gizmocuz implemented a solution by making the MQTT-loopback optional.
https://github.com/domoticz/domoticz/is ... -610431001
This would make my home automation work again, so want this fix as soon as possible.

Is there a way to get this new version as a package (DS415+ latest DSM 6.2.2). And if you can, please explain how to update this, simply as a manual install?
The solution is implemented in build 11921, so hoping you can make a package from that build or higher.
https://www.domoticz.com/wiki/Domoticz_ ... _-_Commits
The issue had quite some response so probably there a some more people looking for this package version.

Thanks for your reply and help!