domoticz in synology as package! Available now.
Moderator: leecollings
-
- 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.
@jumbotroll, any ideas about my post? ^
I moved to HomeAssistant. It was fun while it lasted!
- 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.
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
https://paypal.me/Jumbotroll
Regards
Jumbotroll
http://www.jadahl.com
-
- 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.
Okay, clear.
Any ideas what to do about the zwfcg*.xml file?
Any ideas what to do about the zwfcg*.xml file?
I moved to HomeAssistant. It was fun while it lasted!
-
- 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.
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
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
- 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.
I will look into it in a few minutesGravityz 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 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
https://paypal.me/Jumbotroll
Regards
Jumbotroll
http://www.jadahl.com
- 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.
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
https://paypal.me/Jumbotroll
Regards
Jumbotroll
http://www.jadahl.com
-
- 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.
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.
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.
- 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.
NiceGravityz 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.
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
https://paypal.me/Jumbotroll
Regards
Jumbotroll
http://www.jadahl.com
-
- 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.
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
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
-
- 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.
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.
i once updated the file manually but like you said after the first update there it was again.
i would not worry about it.
-
- 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.
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!
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!
- 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.
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.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!
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
https://paypal.me/Jumbotroll
Regards
Jumbotroll
http://www.jadahl.com
-
- 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.
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.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.
-
- 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.
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
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
-
- 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.
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!
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!
-
- 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.
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?
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?
-
- 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.
Telegram also gives me error: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?
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
-
- 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.
Well, after trying everything, after reinstalling 2 times it has been solved. The mysteries of modern informatics.
-
- 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.
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
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!
Who is online
Users browsing this forum: No registered users and 1 guest