C++ Application to Control a Logitech Harmony Hub. See the Readme in the Files section for more information.

Project Activity

See All Activity >

Categories

Hardware Drivers

License

MIT License

Follow HarmonyHubControl

HarmonyHubControl Web Site

Other Useful Business Software
Enterprise-grade ITSM, for every business Icon
Enterprise-grade ITSM, for every business

Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Try it Free
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
4
1
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5

User Reviews

  • Very usefull. Only problem after adding/deleting activities, "list_activities" doesn't return all activities
  • Revised Makefile: (I've also made changes to csocket.h and HarmonyHubControl.cpp to remove compiler warnings, and I'd be happy to send them to you, only I don't have any way of getting in touch with you - oster at ieee.org ) ---- # build HarmonyHubControl executable when user executes "make" HarmonyHubControl : HarmonyHubControl.o csocket.o $(CC) $(LDFLAGS) HarmonyHubControl.o csocket.o -o HarmonyHubControl -lstdc++ HarmonyHubControl.o: HarmonyHubControl.cpp csocket.h $(CC) $(CFLAGS) -c HarmonyHubControl.cpp csocket.o : csocket.cpp csocket.h $(CC) $(CFLAGS) -c csocket.cpp # remove object files when user executes "make clean" clean: rm -f *.o # remove object files and executable when user executes "make pristine" pristine: rm -f *.o HarmonyHubControl
  • Works great and fast! Would like to note that there isn't a specific activity for powering everything off, what you do however is call start_activity with -1 like so; HarmonyHubControl.exe email password ip_address start_activity -1
  • This software works great - and I commend the developers. Using it to automate my theater!
  • This is a great project, I use it to control all my IR devices via HomeSeer
Read more reviews >

Additional Project Details

Intended Audience

Developers

User Interface

Command-line

Programming Language

C++

Related Categories

C++ Hardware Drivers

Registered

2014-01-20