domoticz in synology as package! Available now.

Others (MiLight, Hue, Toon etc...)

Moderator: leecollings

mcwieger
Posts: 107
Joined: Tuesday 08 December 2015 9:59
Target OS: NAS (Synology & others)
Domoticz version: 2020.1
Location: Netherlands
Contact:

Re: domoticz in synology as package! Available now.

Post by mcwieger »

@jumbotroll, any ideas about my post? ^
I moved to HomeAssistant. It was fun while it lasted!
User avatar
jumbotroll
Posts: 793
Joined: Tuesday 13 January 2015 14:36
Target OS: NAS (Synology & others)
Domoticz version: Beta
Location: Oslo,Norway
Contact:

Re: domoticz in synology as package! Available now.

Post 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.
If you like the work I do for synology and domoticz, I appreciate a donation.
https://paypal.me/Jumbotroll
Regards
Jumbotroll
http://www.jadahl.com
mcwieger
Posts: 107
Joined: Tuesday 08 December 2015 9:59
Target OS: NAS (Synology & others)
Domoticz version: 2020.1
Location: Netherlands
Contact:

Re: domoticz in synology as package! Available now.

Post by mcwieger »

Okay, clear.

Any ideas what to do about the zwfcg*.xml file?
I moved to HomeAssistant. It was fun while it lasted!
Gravityz
Posts: 583
Joined: Wednesday 16 December 2015 19:13
Target OS: NAS (Synology & others)
Domoticz version: 2022.2
Location: Netherlands
Contact:

Re: domoticz in synology as package! Available now.

Post 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
User avatar
jumbotroll
Posts: 793
Joined: Tuesday 13 January 2015 14:36
Target OS: NAS (Synology & others)
Domoticz version: Beta
Location: Oslo,Norway
Contact:

Re: domoticz in synology as package! Available now.

Post 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;
If you like the work I do for synology and domoticz, I appreciate a donation.
https://paypal.me/Jumbotroll
Regards
Jumbotroll
http://www.jadahl.com
Gravityz
Posts: 583
Joined: Wednesday 16 December 2015 19:13
Target OS: NAS (Synology & others)
Domoticz version: 2022.2
Location: Netherlands
Contact:

Re: domoticz in synology as package! Available now.

Post by Gravityz »

thanks
User avatar
jumbotroll
Posts: 793
Joined: Tuesday 13 January 2015 14:36
Target OS: NAS (Synology & others)
Domoticz version: Beta
Location: Oslo,Norway
Contact:

Re: domoticz in synology as package! Available now.

Post by jumbotroll »

Gravityz wrote: Friday 13 March 2020 17:09thanks
Try this:
http://www.jadahl.com/synospk/domoticz_ ... 1782-8.spk
If you like the work I do for synology and domoticz, I appreciate a donation.
https://paypal.me/Jumbotroll
Regards
Jumbotroll
http://www.jadahl.com
Gravityz
Posts: 583
Joined: Wednesday 16 December 2015 19:13
Target OS: NAS (Synology & others)
Domoticz version: 2022.2
Location: Netherlands
Contact:

Re: domoticz in synology as package! Available now.

Post 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.
User avatar
jumbotroll
Posts: 793
Joined: Tuesday 13 January 2015 14:36
Target OS: NAS (Synology & others)
Domoticz version: Beta
Location: Oslo,Norway
Contact:

Re: domoticz in synology as package! Available now.

Post 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.
If you like the work I do for synology and domoticz, I appreciate a donation.
https://paypal.me/Jumbotroll
Regards
Jumbotroll
http://www.jadahl.com
alkempter
Posts: 24
Joined: Sunday 17 February 2019 10:34
Target OS: Raspberry Pi / ODroid
Domoticz version: 2022.2
Contact:

Re: domoticz in synology as package! Available now.

Post 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
Gravityz
Posts: 583
Joined: Wednesday 16 December 2015 19:13
Target OS: NAS (Synology & others)
Domoticz version: 2022.2
Location: Netherlands
Contact:

Re: domoticz in synology as package! Available now.

Post 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.
Stormryder
Posts: 31
Joined: Friday 23 August 2019 9:43
Target OS: NAS (Synology & others)
Domoticz version:
Contact:

Re: domoticz in synology as package! Available now.

Post 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!
User avatar
jumbotroll
Posts: 793
Joined: Tuesday 13 January 2015 14:36
Target OS: NAS (Synology & others)
Domoticz version: Beta
Location: Oslo,Norway
Contact:

Re: domoticz in synology as package! Available now.

Post 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.
If you like the work I do for synology and domoticz, I appreciate a donation.
https://paypal.me/Jumbotroll
Regards
Jumbotroll
http://www.jadahl.com
Stormryder
Posts: 31
Joined: Friday 23 August 2019 9:43
Target OS: NAS (Synology & others)
Domoticz version:
Contact:

Re: domoticz in synology as package! Available now.

Post 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.
volleynet
Posts: 1
Joined: Sunday 12 April 2020 18:54
Target OS: NAS (Synology & others)
Domoticz version:
Contact:

Re: domoticz in synology as package! Available now.

Post 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
gert3d
Posts: 13
Joined: Friday 04 January 2019 12:14
Target OS: Raspberry Pi / ODroid
Domoticz version: 20202
Contact:

Re: domoticz in synology as package! Available now.

Post 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!
JonyBCN
Posts: 39
Joined: Tuesday 24 May 2016 22:39
Target OS: NAS (Synology & others)
Domoticz version:
Contact:

Re: domoticz in synology as package! Available now.

Post 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?
JonyBCN
Posts: 39
Joined: Tuesday 24 May 2016 22:39
Target OS: NAS (Synology & others)
Domoticz version:
Contact:

Re: domoticz in synology as package! Available now.

Post 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
JonyBCN
Posts: 39
Joined: Tuesday 24 May 2016 22:39
Target OS: NAS (Synology & others)
Domoticz version:
Contact:

Re: domoticz in synology as package! Available now.

Post by JonyBCN »

Well, after trying everything, after reinstalling 2 times it has been solved. The mysteries of modern informatics.
Gravityz
Posts: 583
Joined: Wednesday 16 December 2015 19:13
Target OS: NAS (Synology & others)
Domoticz version: 2022.2
Location: Netherlands
Contact:

Re: domoticz in synology as package! Available now.

Post 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!
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest