Search found 14 matches

by gryzli133
Monday 25 January 2021 17:44
Forum: MySensors
Topic: How to recover removed Node from Hardware setup (MySensors)?
Replies: 3
Views: 2020

Re: How to recover removed Node from Hardware setup (MySensors)?

I was searching in Domoticz DB and could not find any table with "Deleted" MySensors nodes... When pressing delete node, is an action happening on Domoticz side or in MySensors Gateway?
by gryzli133
Monday 25 January 2021 17:35
Forum: dzVents
Topic: Some devices are skipped in script
Replies: 5
Views: 421

Re: Some devices are skipped in script

I was checking if this makes a difference - but same behavior for setLevel() and dimTo(). Do I need extra Time-trigger to get afterSec() working? I was testing this feature with other function and afterMin(5) was not working. What is wondering, I have two similar scripts, once the first two Blinds ...
by gryzli133
Tuesday 19 January 2021 12:56
Forum: dzVents
Topic: Some devices are skipped in script
Replies: 5
Views: 421

Re: Some devices are skipped in script

I found this in the LOG: 2021-01-19 07:39:01.709 Error: MySensors: Repeating previous command (2/2) 2021-01-19 07:39:02.911 Error: MySensors: Command not received by Node !! (node_id: 41, child_id: 1) 2021-01-19 07:39:04.113 Error: MySensors: Repeating previous command (2/2) 2021-01-19 07:39:05.314 ...
by gryzli133
Thursday 14 January 2021 16:10
Forum: dzVents
Topic: Some devices are skipped in script
Replies: 5
Views: 421

Some devices are skipped in script

Hi, I have small problem with some devices. These are working well with Timers but not with script. For my Blinds I have some script and only 5 of 7 same blinds are working correctly, the rest are not moving at all... return { on = { timer = {'0 minutes before sunrise'} }, execute = function ...
by gryzli133
Wednesday 30 December 2020 17:51
Forum: MySensors
Topic: How to recover removed Node from Hardware setup (MySensors)?
Replies: 3
Views: 2020

Re: How to recover removed Node from Hardware setup (MySensors)?

I was trying your solution - I see new devices in LOG but not in the hardware...
by gryzli133
Monday 28 December 2020 7:36
Forum: MySensors
Topic: How to recover removed Node from Hardware setup (MySensors)?
Replies: 3
Views: 2020

How to recover removed Node from Hardware setup (MySensors)?

Dear all, I wanted to test something. I had issue with grouping wrong HUM and TEMP sensors (multiple sensors on one node). Then I reorganize it and wanted to check if this is going to be better. To be sure any old stuff will not affect new changes I decide to go to hardware, select setup on the ...
by gryzli133
Friday 25 December 2020 9:58
Forum: Heating/cooling
Topic: Setpoint widget in a floorplan
Replies: 23
Views: 6557

Re: Setpoint widget in a floorplan

Are there any chances that this feature could be available? With more then 200+ devices I cannot control my smart house other way than from floor plan. It would be even enough to have long click for changing setpoint (like with dimmer).
by gryzli133
Tuesday 17 March 2020 22:21
Forum: MySensors
Topic: Fail Percentage Blind control in domoticz
Replies: 11
Views: 6741

Re: Fail Percentage Blind control in domoticz

Did some one solved the issue with percentage? I have no idea where to start...

If you look a good code working well with dimmer, you can try my version of the code here:
https://github.com/gryzli133/RollerShutterSplit
by gryzli133
Friday 27 September 2019 20:54
Forum: Heating/cooling
Topic: Setpoint widget in a floorplan
Replies: 23
Views: 6557

Re: Setpoint widget in a floorplan

Any progress? Is there a chance to add setpoint widget instead of Log as standard option for thermostat?
by gryzli133
Tuesday 30 July 2019 17:27
Forum: Design, usability and languages
Topic: FAN icon with slider in Floorplan (like dimmer)
Replies: 3
Views: 1560

FAN icon with slider in Floorplan (like dimmer)

Hi There, I have fans that have speed control. Now I use only standard dimmer icons, while the FAN icon are not working well. The fan displays the %, but there is no possibility to change speed from Floorplan. I used to control my house only from floorplans, because I have hundred of switches in my ...
by gryzli133
Sunday 02 June 2019 21:37
Forum: Blockly
Topic: Dimmer level as condition in Blocky
Replies: 6
Views: 3848

Dimmer level as condition in Blocky

Hi there, I have 20 Blinds running using MySensors program, that is counting time running up and down, giving me percentage as result. Now I have blocky script controlling the blinds. I would like to dimmer the blinds every evening to 50%, but if there are already below that value it should not run ...
by gryzli133
Wednesday 24 January 2018 15:38
Forum: MySensors
Topic: Fail Percentage Blind control in domoticz
Replies: 11
Views: 6741

Re: Fail Percentage Blind control in domoticz

did someone resolve the problem with percentage control of Blinds using mysensors and domoticz?
by gryzli133
Friday 22 September 2017 9:47
Forum: Switches and Scenes
Topic: help for build a relay 8 channel(with key) with ESP32 ?
Replies: 1
Views: 1326

Re: help for build a relay 8 channel(with key) with ESP32 ?

If you share your code for 2 relays, then I can look if I can convert it first to ESP32, a later extend to 10 relays.