Search found 29 matches

by TSkar
Friday 14 October 2022 22:57
Forum: Z-Wave
Topic: zwavejs2mqtt
Replies: 446
Views: 54191

Re: zwavejs2mqtt

Do you strictly need docker? Install Mosquitto. (Open ports for listener if your not running mosquitto, zigbee-js-ui, domoticz, etc, all on 1 computer.) Install NodeJS - https://github.com/nodesource/distributions Install Zwave-js-ui - https://zwave-js.github.io/zwave-js-ui/#/getting-started/other ...
by TSkar
Monday 18 October 2021 16:56
Forum: Show your projects
Topic: automatic indoor plant watering
Replies: 2
Views: 1290

Re: automatic indoor plant watering

I ended up dumping this project, due to moving. ..at least for now, I'll probably pick it up agean come spring.. Most of the problems I had with this setup, was due to too small trays/saucers, wrong kind of plants for terracotta, and lack of sensors. Your realy need a proper way to detect overflow ...
by TSkar
Friday 09 April 2021 2:25
Forum: Blockly
Topic: fan on/off problem.
Replies: 2
Views: 470

Re: fan on/off problem.

No.
But I will, if its still not working tomorrow!
I tried changing it to just one script, with Else If to see if that helps, and also added variables for upper and lower limit, to further avoid the problem.
by TSkar
Thursday 08 April 2021 18:51
Forum: Suggestions
Topic: Sensor data sanity check
Replies: 4
Views: 677

Re: Sensor data sanity check

While trying to figure out logs after a z-wave node crashed, I realized Domoticz already does this to some extent: "2021-04-08 15:09:44.075 Error: OpenZWave: Invalid counter value received!: (-16106127.000000) Node: 3 (0x03), CommandClass: METER, Instance: 1, Index: 0, Id: 0x34C8012" What I tried to ...
by TSkar
Thursday 08 April 2021 16:08
Forum: Blockly
Topic: fan on/off problem.
Replies: 2
Views: 470

fan on/off problem.

I got a set of scripts that is causing me grief, anyone got a idea what's wrong, or a better way to do this? IF [ TemperatureSensor1 < TemperatureSensor2 ] AND [[ Switch = On ] AND [VirtualSwitch = On ]] Set [ Switch = Off ] Write to log: "Fan off" IF [ TemperatureSensor1 > TemperatureSensor2 ] AND ...
by TSkar
Sunday 28 March 2021 17:16
Forum: Show your projects
Topic: Washing Machine
Replies: 1
Views: 1024

Re: Washing Machine

Possible? yes. I'd take a look at fibaro smart implant, and the project here: viewtopic.php?f=48&t=17315 to get some ideas.
by TSkar
Sunday 28 March 2021 16:20
Forum: Show your projects
Topic: automatic indoor plant watering
Replies: 2
Views: 1290

automatic indoor plant watering

Probably less fancy than most other projects, but it's been useful for me. I'm using Domoticz as controller for the system that waters my plants indoors. I'm currently growing Chili, Physalis, Aubergine and Thyme in pots in the windowsills. All pots have 3 plants, so it needs to be watered somewhat ...
by TSkar
Monday 22 March 2021 10:38
Forum: Suggestions
Topic: Sensor data sanity check
Replies: 4
Views: 677

Sensor data sanity check

Occationally Domoticz get's sensor data that is clearly wrong. This is by no means specific for Domoticz; any smart sensor occationally mess up and report wrong data, signals aren't perfect, and so on. ..but why not an option to automatically discard data that is clearly wrong? - Temperature drops ...
by TSkar
Tuesday 16 March 2021 14:12
Forum: Suggestions
Topic: Math Libraries for Blockly
Replies: 12
Views: 4756

Re: Math Libraries for Blockly

Did this suggestion get dropped, or are there any kind of progress on this?
Even basic math like addition and subtraction would help a lot.
by TSkar
Tuesday 09 March 2021 10:17
Forum: Suggestions
Topic: Timer option at sunrise and sunset.
Replies: 3
Views: 1136

Re: Timer option at sunrise and sunset.

erem wrote: Monday 08 March 2021 16:47 what is wrong with 00:00 minutes before sunrise/sunset?
like this
08-03-2021 16-46-11.jpg
Probably nothing, if that's how they work. Timers is not mentioned in manual, nor documented on Wiki.
There is no indication in the UI that "time" is used as a offset, and not an exclusion.
by TSkar
Monday 08 March 2021 16:13
Forum: Suggestions
Topic: Timer option at sunrise and sunset.
Replies: 3
Views: 1136

Timer option at sunrise and sunset.

Could we get a time setting for timers on devices that is on sunset/sunrise, ignoring selection for Time? We can limit the timer to before/after sunrise/sunset, so the data should be there. ..and yes, it's a plant growing thing. I want to start irrigation at sunset, and turn off artificial light at ...
by TSkar
Monday 08 March 2021 14:05
Forum: Heating/cooling
Topic: Python Plugin: Smart Virtual Thermostat
Replies: 413
Views: 101182

Re: Python Plugin: Smart Virtual Thermostat

Ah ok.. i've alreay got that part but still looking for a nice way to switch on the heater based on the request per room. Unless I completely misunderstood you, that is exactly what you get. It functions like two (or several) different SVT's, with different temperature sensors, heat switches, on ...
by TSkar
Monday 08 March 2021 0:46
Forum: Heating/cooling
Topic: Python Plugin: Smart Virtual Thermostat
Replies: 413
Views: 101182

Re: Python Plugin: Smart Virtual Thermostat

The multiroom is pretty simple really, I just never thought to try outta fear of breaking everything. Just add a new device in Hardware, same way you installed SVT in the first place. It adds the stuff needed to run SVT all by itself, but based on the name you chose for the hardware device. I guess ...
by TSkar
Monday 08 March 2021 0:11
Forum: Temperature and Weather
Topic: Adequate temperature sensors
Replies: 5
Views: 2008

Re: Adequate temperature sensors

I'm using Aeotec Z-Wave Multisensor 6 . I dont run them on battery, but USB powered, a "hidden" cost unless you got access to something like old iphone chargers. The part that make me keep buying 'em, is the settings: Being able to calibrate temperature, humidity, illumination, frequency of updates ...
by TSkar
Sunday 07 March 2021 18:58
Forum: Suggestions
Topic: identifying z-wave devices from hardware
Replies: 6
Views: 783

Re: identifying z-wave devices from hardware

I kinda get the arguments from both sides.
..but a design that makes people ask for the same information a 100 times (to quote Gizmocus), is always horrible idea in the long run.
by TSkar
Sunday 07 March 2021 17:00
Forum: Heating/cooling
Topic: Python Plugin: Smart Virtual Thermostat
Replies: 413
Views: 101182

Re: Python Plugin: Smart Virtual Thermostat

Thank you, Logread for this plugin. While the original idea isn't yours, like you've stated several times, the effort to make this available on Domoticz is. There are two things I think should be added to Wiki, and/or at least to the Github page for this plugin: DeltaMax. I know, it's new'ish ...
by TSkar
Saturday 06 March 2021 14:08
Forum: Suggestions
Topic: identifying z-wave devices from hardware
Replies: 6
Views: 783

Re: identifying z-wave devices from hardware

Thanks! I guess I'm enlightened!
Using different ways to ID a node on those pages are not intuitive at all. Why not use a consistant way to give ID across both pages?
by TSkar
Saturday 06 March 2021 4:13
Forum: Suggestions
Topic: identifying z-wave devices from hardware
Replies: 6
Views: 783

identifying z-wave devices from hardware

Could we get identity from z-wave Hardware page in Device page? ..or some other way to determine wich hardware a device is part of? When installing z-wave devices a complete update on all devices is slow - it can take hours to a day, and some are less intuitive in the description. The way devices is ...
by TSkar
Friday 05 March 2021 14:24
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: OpenZWave not found, support disabled [solved]
Replies: 2
Views: 564

Re: OpenZWave not found, support disabled

Thank you for trying to help, but I ended up reformatting and trying again.
Sadly I didn't realize it's possible to set Make to write log files, so no clue if I got the error again. Zwave work now at least.
by TSkar
Thursday 04 March 2021 18:19
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: OpenZWave not found, support disabled [solved]
Replies: 2
Views: 564

OpenZWave not found, support disabled [solved]

In a attempt to get my Domoticz installation somewhat stable, I had a bright desition to do a completely clean install, reset all hardware, etc. I've reset most the devices to factory default, reinstalled OS, and started rebuilding openzwave and domotics, following the Wiki page for building from ...