wayner9

Results 12 issues of wayner9

This shows up in my error log. Some time recently Harmony increased the number of devices to 15 from 6. Can this be increased? But even at that when I...

I now have a Docker version of harmony-api running on my unRAID server. However I am concerned that the size of the log file will get very large. Is this...

The docs mentioning running in dev mode with script/server or installing on OSX with script/install. But how do you install as a service on Linux - Ubuntu to be more...

The installation notes in the readme file do not mention that you first have to install npm and forever before you can install harmony-api. It says it has support forever...

I just found out about this project and it will be very useful for me. Are there any online discussion forums for the community of users of this project? Or...

PyPortfolioOpt will calculate historical return information and can generate a covariance matrix given prices or returns. It can also generate a covariance matrix given a correlation matrix and stdevs. But...

enhancement

Sorry, but I need some help as I don't know how to use python modules. What do I need to do to run this in Python for Windows? I have...

I am trying to create a HTTP POST to start an activity, or turn off a Harmony Hub,. I took what was listed here and fashioned a one line URL...

## Problem Description Get an error when trying to generate Tearsheet. 'Series' object has no attribute 'iteritems' Apparently Pandas 2.0 deprecated iteritems. I am using pandas 2.1.2. Will this be...

The documentation shows how to call this from the command line, as in: `python3 aioharmony --harmony_ip 192.168.1.203 show_current_activity` but how would I do this from within Python? Is it possible...