
Michel Kohanim
Administrators-
Posts
26775 -
Joined
-
Last visited
Everything posted by Michel Kohanim
-
Is there any good reason for polisy owners to upgrade to an eisy?
Michel Kohanim replied to waffles's topic in eisy
@waffles, Correct. Except for administrative things that do not run on FreeBSD, most of my daily tasks are done on eisy. With kind regards, Michel -
eisy5226 Admin Console won't Display Realtime Status of Devices
Michel Kohanim replied to MMelamed's topic in eisy
@MMelamed, I responded to your ticket. With kind regards, Michel -
Is there any good reason for polisy owners to upgrade to an eisy?
Michel Kohanim replied to waffles's topic in eisy
@waffles, As a geek, I would upgrade because it's just way cooler and I can do a lot more things with it such as audio through the headphone jack, soon Bluetooth audio, plus I do all my own developments on it (with two monitors, two keyboards, and one mouse). Recently, I added a 1TB NVMe SSD to it to and love the performance. All this said, I am a dungeon dwelling geek and don't have to directly pay for it. If you are OK with what you have, then the statement holds true today as well. With kind regards, Michel -
@Mike M, Please submit a ticket: https://www.universal-devices.com/my-tickets With kind regards, Michel
-
Hi Paul, thank you. I'll help as much as I can. With kind regards, Michel
-
I am very interested. If we can use SSDP to find it and the python library to communicate with it, it would be great. My use cases: Turn on/off Change channels/volume Connect/disconnect bluetooth Chromecast (albums and pictures) With kind regards, Michel
-
@sjenkins, https://pypi.org/project/samsungtvws/ ? With kind regards, Michel
-
Do all Samsung devices need to go through SmartThing? I want to do the same for other reasons. With kind regards, Michel
-
Hunter Douglas shade plugin version 0.1.1
Michel Kohanim replied to sjenkins's topic in Hunter Douglas
@sjenkins, perfect! I will contact you on discord. With kind regards, Michel -
@rkhauto, I am not familiar with how Sonos works. Can you connect a Bluetooth source to it? If so, we should be able to since supporting Bluetooth audio is next on the list. With kind regards, Michel
-
@wrj0, thank you very much. It's very very odd though With kind regards, Michel
-
@wrj0, did you Reboot after the last update? With kind regards, Michel
-
@wrj0, No, you don't have to do it every time. Please do it now, reboot, and let me know whether or not it survives. With kind regards, Michel
-
@wrj0 Did you do: sudo zpool export storage sudo zpool import storage Without these, your file system is removed after power outage. With kind regards, Michel
-
Hello all, To configure your Drop system, please follow these instructions: Configuration: Go into the Drop App and go to the System option on the sidebar. Then go to the Advanced Tab. In the Advanced tab click Configure MQTT Click Connect and for the IP enter the IP of your ISY, Port 1884, and anything for name and password (can't be empty) Click Connect. Nodes should begin appearing in your IoX admin console. If they do not, first restart the plugin. If that fails, click on the Discover button on the same screen in the Drop app that you just added it to and then restart the plugin again. With kind regards, Michel
-
Hunter Douglas shade plugin version 0.1.0
Michel Kohanim replied to sjenkins's topic in Hunter Douglas
@sjenkins, In couple of weeks. With kind regards, Michel -
Hello all, A minor enhancement: - We now keep an internal mapping so that, if you add/remove files, those that have not been impacted remain at the same index WARNING: Although thoroughly tested but with a minimal set. So, please make sure everything is where it should be after the upgrade + restart With kind regards, Michel
-
@leonpc, what exactly is the error and what exactly is not working? Please submit a ticket. With kind regards, Michel
-
Hunter Douglas shade plugin version 0.1.0
Michel Kohanim replied to sjenkins's topic in Hunter Douglas
@sjenkins, When ready, please let me know and we'll include it in our email blash (Plugin Spotlight). With kind regards, Michel -
@dakall, Yes, please submit a ticket and include the output of: https://eisy.local:8443/WEB/sysconfig.txt With kind regards, Michel
-
@vspete, Thank you for the feedback. We started with HomeBridge but it was way too resource intensive. I am hoping we can get something out quickly. With kind regards, Michel
-
@sjenkins, I totally agree with you. To be frank, when I started plugin dev about a month ago, I was flabbergasted by the level of difficulty and the learning curve. I think we went too far with flexibility and made things more complicated. In essence, the platform is as flexible as being able to define anything but makes it very difficult to make a simple thing especially going back and forth between nodedef, editor, and nls. I hate that. The, you will have to use these definitions and work on your python code (going back and forth between files) because udi_interface does not know anything about those files except for uploading them to IoX. It's just way too complicated. This being said, it's now our top priority to add a layer in between so that everything (including udi_interface) are all tied together with one file. And, yes, will definitely include more documentation on the interface. Thank you so very much for the feedback. With kind regards, Michel
-
@sjenkins, Are you referring to udi_interface? With kind regards, Michel
-
@Chioti, still working on it. So sorry for the delay. With kind regards, Michel
-
@leonpc, Python is already installed on eisy. About a year ago, phyton had a major release. That may have been the cause. For now, we are sticking with python3 regardless of any updates. That is till we make sure nothing is going to break. That would be me! Since I started developing plugins myself, I can see that it still needs a lot of work. Many things are confusing and not well explained. It's on my list to make it better. With kind regards, Michel