Skip to content

library and CLI programm for homeeasy he853 433.92MHz USB RF remote control

Notifications You must be signed in to change notification settings

r10r/he853-remote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

The he853-remote project provides a library and CLI programm for the homeeasy he853 433.92MHz USB RF remote control sender. The sender is used for toggling RF controlled power sockets.

The library was is extracted from roseasy which is a part of the ROS (Robot Operating System) project.

Another project that provides a C# Windows SDK for the dongle is the HE853 Control Project.

Usage

You can build the CLI programm by simply running

make

You have to be root to execute the program.

./he853

The command is either a 0 for OFF or anything > 0 for ON. To program the power socket you have to place the power socket into learning mode and send the ON command to it:

./he853 2001 1

After that you can use the deviceId 2001 for toggling the power socket.

Requirements

  • libusb development headers (debian: libusb-1.0-0-dev)

Known Issues

  • doesn't compile on OSX

About

library and CLI programm for homeeasy he853 433.92MHz USB RF remote control

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published