Search found 14 matches

by t3v3h
Friday 29 April 2022 10:21
Forum: Zigbee
Topic: ZigBeeForDomoticZ fatal signal 11
Replies: 15
Views: 8580

Re: ZigBeeForDomoticZ fatal signal 11

I have reinstalled tho whole system and now everíthing is working like a charm!
Thank you for your help and congrats for the great developement!
by t3v3h
Thursday 28 April 2022 16:12
Forum: Zigbee
Topic: ZigBeeForDomoticZ fatal signal 11
Replies: 15
Views: 8580

Re: ZigBeeForDomoticZ fatal signal 11

it is a bit short.. isn't it? 2022-04-28 12:59:50,092 INFO : [ MainThread] Zigate plugin stable6-6.1.004 started 2022-04-28 12:59:50,121 INFO : [ MainThread] Plugin Database: DeviceList-2.txt 2022-04-28 12:59:50,130 INFO : [ MainThread] DeviceConf loaded - 23 confs loaded 2022-04-28 12:59:50,340 ...
by t3v3h
Thursday 28 April 2022 15:21
Forum: Zigbee
Topic: ZigBeeForDomoticZ fatal signal 11
Replies: 15
Views: 8580

Re: ZigBeeForDomoticZ fatal signal 11

I have Sonoff USB dongle and I selected the Texas. 1st run I initialized the coordinator. Find some error in the log: 2022-04-28 13:00:59,100 ERROR : [ MainThread] [ 70] I have hard time to get Coordinator Version. Mostlikly there is a communication issue 2022-04-28 13:00:59,103 ERROR : [ MainThread ...
by t3v3h
Thursday 28 April 2022 15:06
Forum: Zigbee
Topic: ZigBeeForDomoticZ fatal signal 11
Replies: 15
Views: 8580

Re: ZigBeeForDomoticZ fatal signal 11

cannot reach that WebUI. I use port 9440 :?
by t3v3h
Thursday 28 April 2022 14:30
Forum: Zigbee
Topic: ZigBeeForDomoticZ fatal signal 11
Replies: 15
Views: 8580

Re: ZigBeeForDomoticZ fatal signal 11

I could install it and add the hardware as well.
There is no utility sensor. So have no idea how to add devices. Bit different than the Zigbee2MQTT :D
by t3v3h
Thursday 28 April 2022 12:20
Forum: Zigbee
Topic: ZigBeeForDomoticZ fatal signal 11
Replies: 15
Views: 8580

Re: ZigBeeForDomoticZ fatal signal 11

Thanks, working on downgrade python or install older version from scratch.. not easy :D
by t3v3h
Thursday 28 April 2022 10:14
Forum: Zigbee
Topic: ZigBeeForDomoticZ fatal signal 11
Replies: 15
Views: 8580

Re: ZigBeeForDomoticZ fatal signal 11

Thank you for your quick response!

OS: Raspbian GNU/Linux 11 (bullseye)
Domoticz: 2022.01
Python: 3.9.2

So, do I need a different Python?

Thanks!
by t3v3h
Thursday 28 April 2022 10:04
Forum: Zigbee
Topic: ZigBeeForDomoticZ fatal signal 11
Replies: 15
Views: 8580

ZigBeeForDomoticZ fatal signal 11

Hi, I have a fresh install. Only install domoticz (on RPi) and the ZigBeeForDomoticZ plugin. After a restart have the following errors and the system does not start. Any idea? Thanks! Current thread 0x6e8ff200 (most recent call first): File "/home/rpiadmin/domoticz/plugins/Domoticz-Zigbee/Classes ...
by t3v3h
Thursday 08 August 2019 11:16
Forum: Dashticz
Topic: Dashticz V3
Replies: 37
Views: 13736

Re: Dashticz V3

Thanks!
by t3v3h
Thursday 08 August 2019 9:51
Forum: Dashticz
Topic: Dashticz V3
Replies: 37
Views: 13736

Re: Dashticz V3

t3v3h wrote: Wednesday 07 August 2019 16:19 OK, thanks!
my version is 3.0.0, so it is the problem
how to upgrade to beta? :?: :D
by t3v3h
Wednesday 07 August 2019 16:19
Forum: Dashticz
Topic: Dashticz V3
Replies: 37
Views: 13736

Re: Dashticz V3

OK, thanks!
my version is 3.0.0, so it is the problem
by t3v3h
Wednesday 07 August 2019 15:28
Forum: Dashticz
Topic: Dashticz V3
Replies: 37
Views: 13736

Re: Dashticz V3

Nice work thanks! For me the graphProperties is not working. do you have any idea? blocks['graph_19'] = { graph: 'bar', graphProperties : { gridTextColor : '#c3f6fe', barColors: ['#f1c40f', '#40e0d0', '#eee'], stacked: 'true', ymax:'auto' //set to 'auto' for auto scaling } }
by t3v3h
Tuesday 06 August 2019 16:11
Forum: Dashticz
Topic: Dashticz - Function - Trigger action on specific value
Replies: 71
Views: 15999

Re: Dashticz - Function - Trigger action on specific value

Lokonli wrote: Tuesday 06 August 2019 14:53
Attach a class (for instance warning) to a whole block via the getStatus_xxx function in custom.js, and use a class selector in custom.css to change the color of the item you want to change. Something like:

Code: Select all

.warning .col-icon {
   color: orange !important
}
Great, thanks a lot!
by t3v3h
Tuesday 06 August 2019 13:35
Forum: Dashticz
Topic: Dashticz - Function - Trigger action on specific value
Replies: 71
Views: 15999

Re: Dashticz - Function - Trigger action on specific value

Hi Guys,

I would liket to change the color of the icon with this method, but I cannpot figure out what to put in css...
this one is not working:

.warning {
.fas.fa-sun {color:orange;}
}

Any idea?

Thanks,
t