A question: You can use this: blocks['blocktitle_ZONNEPANELEN'] = {} blocks['blocktitle_ZONNEPANELEN']['type'] = 'blocktitle'; blocks['blocktitle_ZONNEPANELEN']['title'] = 'ZONNEPANELEN' blocks['blocktitle_ZONNEPANELEN']['width'] = 12 ; in stead of this: blocks[214] = {} blocks[214]['type ...
Hello ! I had Nefit Easy running on Domoticz for a long time, no problem. We got a new modem, now everything works nice but the Nefit Easy connection doesn't work anymore. When I enter our Nefit details (changed below with fake) and runs the command: sudo easy --serial=2352552556 --access-key ...
It works ! Look at this: Kattenbak-code: -- You probably have the Lua script set to type "ALL" instead of "Device". Look on the events page. commandArray = {} time = os.date("*t") counter = otherdevices_svalues['Kattenbakcycles'] counter = tonumber(counter) totalcounter = otherdevices_svalues ...
I am trying to make a reset button and a counter. What I want to do is this: 1) a counter which counts every cat litter cycle, that works now. 2) a total counter which counts the total cycles 3) a reset button which reset the counter (1) to 0. I have made a uservariable: 'KattenbakCyclusTeller ...
Nice !
Would be nice if there was a reset-button (virtual on the screen) which could be pressed after cleaning the cat-litter.
How can we do that ?
I have made some hardware for the Cat Robot Litter, will post that as soon it's ready (now in prototype fase, works nice already). Arthur
I have a cat litterrobot (see attachment) and I want to add a sensor to it which gives Domotics a signal that it is used. After a cat has used the catlitter robot, the robot cleans itself by turning round.. So, I have made a simple sensor with an Arduino Nano, and NRF24LC01 with adapter and a SW-420 ...
Addition to the PRIVATE ISSUE: it works also, but only if you look at the calendar on an APPLE DEVICE like an IPAD or something.
Its logic, you must be logged in at your APPLE account...
So, how can we do that in DASHTICS: login at a PRIVATE ICLOUD calendar ??
Just found the problem, This works: calendars.private = {maxitems: 5, icalurl:'webcal://p26-calendars.icloud.com/published/2/aDtPD87mYr---cut---''} Reason why it was not working: the icloud calendar I used was a PRIVATE calendar with an active PUBLIEKE READ-ONLY link. That doesn't work (yet). I ...
Trying to get the calendar module working, but I get just a box with text 'Loading'... This is my setup: webcal://p26-calendars.icloud.com/published/2/c6vHnBkuZjdt6wc0kQrX9XoAqDnlU3Ua2ucFTTPR9kqL0ElSo6hnfbwapcXJqLl4NDvQMwSP6-W_c64q3XVlVHf6Bpr1G6iLTZcOfku3mH8 Inside config file: var calendars ...