This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
Official
Comments
I am still fighting to create an app to manage my Jung Devces but I am hitting a wall that I would appreciate if you could help me with
I need to find whatever documentation is available about 'Homey.wireless('433').Signal'. I have taken a look at the source code for apps Action (https://github.com/athombv/nl.action) and yours - LightwaveRF (https://github.com/soler2000/com.lightwaverf), but that is not enough for me to go on, and sadly the source code for apps Somfy and KAKU is not available.
Do you have any info about that protocol? I would be especially grateful if you could tell me how to set the base frequency to 433.42 Mhz instead of 433.92 Mhz.
Thanks in advance
Two reasons why it would be very handy:
You can find it here: https://github.com/soler2000/com.lightwaverf/tree/#24tetra4
I am sure it will be merged to the master soon and pushed to the appstore and get approved (eventually).
Enjoy the lovely weekend.
@Honey thanks for the update, although I have been checking, but the update has still yet to address the problem, Still unable to turn off the device (0.0.4)(Homey Firmware 8.34) , is this the App version (0.0.4) that includes the update you have alluded to ? as there is no release date history to determine if this coincides with the date of the updated driver on Github ....?
The Next version 0.0.6 will have improved Icons, courtesy of "honey" Big Thanks.
Later versions will show the Tranmission ID of all Paired devices and it should be possible to then repair hard to reach devices.
Can I use it with Homey already?
I wanna put it beneath my Toon thermostat and have there a multiswitch.
Original:
Revised:
I will upload these on github and submit a pull request.
[Check Node.js version on Homey:
Settings - System - Show Stuff for geeks - node_version
Install Node.js:
Download Node.js (Homey's version) from https://nodejs.org/en/ and install it on your PC.
Download App.ZIP from GitHub (https://github.com/...) to your PC:
Click "Download ZIP"
Unpack ZIP:
Unpack App.ZIP on your PC
Open Node.js command prompt, and install the athom-cli tools:
npm install -g athom-cli
On the command prompt, log in to your Homey:
athom login
Navigate to the 'root' folder of the App on your PC
For running project:
athom project --run
For installing project:
athom project --install.