Search found 12 matches

by Sushukka
Saturday 12 May 2018 0:06
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1109
Views: 211605

Re: Python plugin: Presence detection from wireless router

Hello, Testing here with Telewell brand router: https://www.telewell.fi/en/product/internet-at-home/adsl-wifi-vdsl/tw_eav510ac_lte_cat4/tw-eav510-aclte-wlan-router-cat-4 Marvell is the manufacturer of the 3G/4G chip and system chip seems to be Broadcom BMIPS4350 V8.0 I can login with ssh and it has ...
by Sushukka
Monday 07 May 2018 12:04
Forum: Suggestions
Topic: MySensors V_TEXT variable two-way update
Replies: 0
Views: 845

MySensors V_TEXT variable two-way update

Have been around from the beginning of V_TEXT sensor presentation ~couple of years. Linked from: https://github.com/domoticz/domoticz/issues/2380 If you define V_TEXT sensor in MySensors node: It will show ok in utility tab on Domoticz You can update it normally in the node and the update will be ...
by Sushukka
Monday 23 April 2018 12:43
Forum: Other questions and discussions
Topic: Trigger a blocky event on TEXT custom sensor change
Replies: 7
Views: 2499

Re: Trigger a blocky event on TEXT custom sensor change

Bump for this. Why is this so hard? This would be a very small update but would help tremendously with all MySensors related stuff. Also MySensors is pretty much the number one home made Arduino/ESP8266 protocol nowadays. Question is still: why Domoticz won't send any update to the the MySensors ...
by Sushukka
Sunday 08 April 2018 16:10
Forum: Other questions and discussions
Topic: Trigger a blocky event on TEXT custom sensor change
Replies: 7
Views: 2499

Re: Trigger a blocky event on TEXT custom sensor change

I am still not sure I completely understand what you exact want but maybe this code will help ? --[[ test-text (dzVents >= 2.4.0 ) ]]-- return { on = { devices = { 'test-Text' }}, execute = function(dz, trigger) if trigger.text == "openurl" then print (trigger.name .. " is now : " .. trigger.text ...
by Sushukka
Friday 06 April 2018 20:30
Forum: Other questions and discussions
Topic: Trigger a blocky event on TEXT custom sensor change
Replies: 7
Views: 2499

Re: Trigger a blocky event on TEXT custom sensor change

... but why in the earth Domoticz cannot inform MySensors node when V_TEXT/S_INFO sensor is updated!? Domo can send that information and MySensors node is just waiting to get that information. Now you have to manually send request (create a dummy, inefficient periodical poll) from node to force ...
by Sushukka
Thursday 05 April 2018 10:44
Forum: Other questions and discussions
Topic: Trigger a blocky event on TEXT custom sensor change
Replies: 7
Views: 2499

Re: Trigger a blocky event on TEXT custom sensor change

Sorry I have no answer to this but want to bump this topic as I'm banging my head with the same thing. I'm using MySensors and there have been several occasions when I want to pass some variable or parameter back to the node. For example, I have a led strip which has multiple animation modes. Using ...
by Sushukka
Friday 26 January 2018 1:51
Forum: Design, usability and languages
Topic: How to protect a single switch well enough
Replies: 0
Views: 1597

How to protect a single switch well enough

Hello fellow Domoticz users. I'm currently building a fingerprint door lock. A bit more complicated project but rewarding anyway. :) There are outside interfacing unit connected to inside main logic module containing microcontroller and NRF24 transreceiver. NRF24 communicates with the lock module ...
by Sushukka
Friday 26 January 2018 1:27
Forum: Suggestions
Topic: Protect devices and switches securely
Replies: 0
Views: 1664

Protect devices and switches securely

Hello, First: Domoticz rules. Soon can celebrate the 100th sensor/switch/device at my home. :) One serious suggestion though. I have been building a fingerprint lock to our main entrance and of course the most important part is to secure the switch as good as possible. Problem is that there are ...
by Sushukka
Friday 27 January 2017 13:41
Forum: Others
Topic: New RFXcom device to Domoticz
Replies: 10
Views: 7196

Re: New RFXcom device to Domoticz

Thanks. :) I'll try this as soon as I get my current sensor project implemented to Domoticz.
by Sushukka
Monday 16 January 2017 11:09
Forum: Others
Topic: New RFXcom device to Domoticz
Replies: 10
Views: 7196

Re: New RFXcom device to Domoticz

Hmm, is this the right place to put this kind of requests? According to Domoticz wiki this should be one place to do that.
by Sushukka
Sunday 08 January 2017 0:04
Forum: Others
Topic: New RFXcom device to Domoticz
Replies: 10
Views: 7196

New RFXcom device to Domoticz

Hello, Had a discussion with RFXcom about Cotech/Kangtai remote wall plugs sold at least in ClasOhlson: http://www.clasohlson.com/fi/Kaukokytkin-3-kpl,-Cotech-Smart-Home/36-6010 They nicely implemented this protocl to the newest 1013 firmware of RFXtrx433E which probably will be available soon. Have ...
by Sushukka
Sunday 11 December 2016 0:18
Forum: Heating/cooling
Topic: Heatpump/air conditioner as a Domoticz device
Replies: 30
Views: 17160

Re: Heatpump/air conditioner as a Domoticz device

Bump for this. World is full of heatpumps and that's also one of the juiciest areas to do some home automation. Even there are plenty of different models the basic requirements/control needs are the same: temperature, mode, fan speed. Like RGB light/dimmer there should definitely be a heatpump ...