google search on ‘lutron caseta rest api’ returns at least two github repos and some discussion of the integration documentation
Read the statement by Michael Teeuw here.
Posts
-
RE: Lutron Caseta module
-
RE: Module MMM-Traffic is not displayed
in case the module is having some trouble, try this
start the MM like this
npm start dev
then in the developers window, select the console tab…
check for any errors (red text) and fix those…let us know
-
RE: Installation
@jonathane haven’t set one… then just hit enter…
but the base PI os install usually has a password… try 'pi ’ too
-
RE: module for mm background
@surger13 yes, sorry, didn’t mention mount was required to get access first before the link…
hidden folders. that is a a surprise!
-
RE: MMM-Chart - View your graphs on your Mirror
@turntablist2 u can use any language u like. I created a conversion script in JavaScript for one person.
It’s knowing your data, and how you would organized it into items you would chart.
Draw the chart on paper, what are the x and y axis?, how do you get your data into points along the line.
-
RE: module for mm background
@rts58 i had to change the imagePaths setting too…
and automount is a pain… but needed…
-
RE: module for mm background
@surger13 said in module for mm background:
What path did you specify in config.js to access your NAS?
you need to use the ln command to make a soft link from the module folder to the NAS folder…
ln -s source_path destination_path
I did this using a folder name foo inside the /MMM-BackgroundSlideshow/exampleImages folder
drwxrwxr-x 3 odroid odroid 4096 Feb 1 11:42 ./ drwxrwxr-x 5 odroid odroid 4096 Feb 1 11:40 ../ -rw-rw-r-- 1 odroid odroid 266282 Feb 1 11:40 245709.jpg -rw-rw-r-- 1 odroid odroid 1228351 Feb 1 11:40 245718.jpg -rw-rw-r-- 1 odroid odroid 966314 Feb 1 11:40 245742.jpg lrwxrwxrwx 1 odroid odroid 42 Feb 1 11:42 foo -> /mnt/buildserver/media/Photos/selectedpics/ drwxrwxr-x 2 odroid odroid 4096 Feb 1 11:40 subfolder/
-
RE: module for mm background
@rts58 thanks… that does almost everything my modified version does… one less thing to maintain!