Search found 39 matches
- Thursday 11 March 2021 6:21
- Forum: dzVents
- Topic: It's midnight! Time to rewrite the dzVents files! WHY?
- Replies: 3
- Views: 460
Re: It's midnight! Time to rewrite the dzVents files! WHY?
can this interfere with the execution of any tasks at 0:00 ?
- Thursday 11 March 2021 6:17
- Forum: dzVents
- Topic: EventSystem reset at midnight
- Replies: 6
- Views: 1149
Re: EventSystem reset at midnight
Hm. starting with some beta version, the eventsystem began to reset at 0:00 this is normal? ... 2021-03-11 00:00:01.773 Status: EventSystem: reset all events... 2021-03-11 00:00:01.783 Status: dzVents: Write file: /home/pi/domoticz/scripts/dzVents/generated_scripts/dz_script1.lua 2021-03-11 00:00:01 ...
- Sunday 05 April 2020 19:49
- Forum: Zigbee
- Topic: Zigbee2mqtt network map
- Replies: 24
- Views: 3977
Re: Zigbee2mqtt network map
made a small update:
- taken into account all the shortcomings revealed above
- changed the method of calling the script to build the graph (now the + x attribute is not required)
- increased connections between nodes for better appearance of the graph.
- taken into account all the shortcomings revealed above
- changed the method of calling the script to build the graph (now the + x attribute is not required)
- increased connections between nodes for better appearance of the graph.
- Sunday 05 April 2020 18:56
- Forum: Zigbee
- Topic: Zigbee2mqtt network map
- Replies: 24
- Views: 3977
Re: Zigbee2mqtt network map
That is what I did. But still no luck. Could it be because ! am still on dzVents version: 2.4.24? Here is what I found: https://www.domoticz.com/wiki/Domoticz_API/JSON_URL%27s#trigger_dzVents_script_using_customEvent_dzVents_3.0.0 Yes, dzVents must be a 3.0 and above Maybe there is another way to ...
- Sunday 05 April 2020 15:04
- Forum: Zigbee
- Topic: Zigbee2mqtt network map
- Replies: 24
- Views: 3977
Re: Zigbee2mqtt network map
1. Mosquitto clients are installed? 2. dzVents support is enabled in Domoticz? 3. you must create dzVents script from readme: }[/code] 1. Yes 2. Yes 3. Maybe stupid question :-) Where should the file be located? a. /home/pi/domoticz/scripts/dzVents/scripts or b. /home/pi/domoticz/scripts/dzVents ...
- Sunday 05 April 2020 14:36
- Forum: Zigbee
- Topic: Zigbee2mqtt network map
- Replies: 24
- Views: 3977
Re: Zigbee2mqtt network map
may be need add eXecute attribute for /home/pi/domoticz/www/templates/zigbeemap/zigbeemap.sh:
Code: Select all
chmod +x /home/pi/domoticz/www/templates/zigbeemap/zigbeemap.sh
- Sunday 05 April 2020 14:32
- Forum: Zigbee
- Topic: Zigbee2mqtt network map
- Replies: 24
- Views: 3977
Re: Zigbee2mqtt network map
1. Mosquitto clients are installed? 2. dzVents support is enabled in Domoticz? 3. you must create dzVents script from readme: return { on = { customEvents = { 'CreateZigbeeMap' -- event triggered by emitEvent } }, data = {}, logger = {}, execute = function(domoticz, triggeredItem) function ...
- Sunday 05 April 2020 14:20
- Forum: Zigbee
- Topic: Zigbee2mqtt network map
- Replies: 24
- Views: 3977
Re: Zigbee2mqtt network map
ok! that's it!
try modify file in /templates/zigbeemap/zigbeemap.html
and change
try modify file in /templates/zigbeemap/zigbeemap.html
and change
to:<script type="text/javascript" src="/js/jquery-3.4.1.min.js"></script>
<script type="text/javascript" src="/js/jquery-3.3.1.min.js"></script>
- Sunday 05 April 2020 14:15
- Forum: Zigbee
- Topic: Zigbee2mqtt network map
- Replies: 24
- Views: 3977
Re: Zigbee2mqtt network map
Do you have a file:
/home/pi/domoticz/www/js/jquery-3.4.1.min.js
may be this file is missing in Domoticz less than v2020?
/home/pi/domoticz/www/js/jquery-3.4.1.min.js
may be this file is missing in Domoticz less than v2020?
- Sunday 05 April 2020 14:07
- Forum: Zigbee
- Topic: Zigbee2mqtt network map
- Replies: 24
- Views: 3977
Re: Zigbee2mqtt network map
What OS and platform for Domoticz you use?
- Sunday 05 April 2020 13:54
- Forum: Zigbee
- Topic: Zigbee2mqtt network map
- Replies: 24
- Views: 3977
- Sunday 05 April 2020 13:10
- Forum: Zigbee
- Topic: Zigbee2mqtt network map
- Replies: 24
- Views: 3977
- Sunday 05 April 2020 12:07
- Forum: Zigbee
- Topic: Zigbee2mqtt network map
- Replies: 24
- Views: 3977
Zigbee2mqtt network map
Simple network map for zigbee2mqtt plugin using custom template page
https://github.com/kovainfo/Domoticz-zi ... etwork-map
https://github.com/kovainfo/Domoticz-zi ... etwork-map
- Sunday 12 January 2020 20:48
- Forum: Zigbee
- Topic: Xiaomi gateway-Aqara wireless relay
- Replies: 6
- Views: 1353
Re: Xiaomi gateway-Aqara wireless relay
Model has no name: "model":"" 
Wait for gateway firmware update

Wait for gateway firmware update
- Wednesday 04 December 2019 17:55
- Forum: Zigbee
- Topic: Xiaomi Gateway - strange IP address in Domoticz
- Replies: 5
- Views: 839
Re: Xiaomi Gateway - strange IP address in Domoticz
Using 172.24.1.137 for local IP address
i.e.
172.24.1.137 - address of your domoticz server
i.e.
172.24.1.137 - address of your domoticz server
- Wednesday 09 January 2019 22:31
- Forum: Design, usability and languages
- Topic: New Domoticz Events design
- Replies: 47
- Views: 11995
Re: New Domoticz Events design
StasDemydiuk wrote: βWednesday 09 January 2019 21:15 Now should be better
https://github.com/domoticz/domoticz/pull/2948
- Wednesday 09 January 2019 10:13
- Forum: Design, usability and languages
- Topic: New Domoticz Events design
- Replies: 47
- Views: 11995
Re: New Domoticz Events design
https://www.domoticz.com/wiki/EventsStasDemydiuk wrote: βSunday 06 January 2019 9:48 Could you please explain what do you mean by "trigger mechanism". Currently I don't understand what are you asking for.
- Sunday 06 January 2019 7:48
- Forum: Design, usability and languages
- Topic: New Domoticz Events design
- Replies: 47
- Views: 11995
- Friday 04 January 2019 8:39
- Forum: Zigbee
- Topic: Xiaomi Smart Home Suite (very cheap) compatibilty?
- Replies: 2452
- Views: 535706
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
I have this issue. I have 3 gateways. I could only one gateway on domoticz. Yesterday i managed to run 3 domoticz servers on 1 linux server. They run seperate. - The main gateway runs very good on Domoticz server A - The second gateway i added it on domoticz server B. I get only messages like 2019 ...
- Thursday 13 December 2018 21:46
- Forum: Zigbee
- Topic: New Xiaomi Gateway v3 - not supported? (unhandled model: acpartner.v3)
- Replies: 5
- Views: 3805