-
Network Resources Variables
Since the system was up and running, I tried to "Upgrade Packages" again as I was still on 5.4.5. When nothing happened, again, Support dialed into my computer with GoToAssist, using Putty that I have on my desktop, to telnet into the Eisy. Support started the upgrade process from within a terminal window. Which bricked the system. It boots to the login prompt but wouldn't allow any logins. A replacement Eisy is on the way....
-
Network Resources Variables
I created a support ticket and after connecting a monitor and keyboard, Support had me type a few commands from the terminal that restored my system. I typed these commands: sudo dhclient re0 ifconfig re0 (make sure it has an IP) sudo pkg install -f dhcpcd sudo rm /var/udx/.udx_install_cleanup sudo shutdown -r now (it reboots). So now I'm back up and running.
-
Network Resources Variables
So, I disconnected power, waited 20sec, and powered back up as was suggested. The eisy never came back online. I waited over an hour and still nothing. So, i repeated the process and went to bed. This morning the device is still not online. I checked my router, and it is no longer showing up there either. I just disconnected the PLM and Z-Wave dongle and cycled power once again. I'm not feeling any good vibes... I'll wait and if nothing happens then maybe a factory reset is in order. A support ticket is next
-
Network Resources Variables
So, what is this supposed to accomplish? As you can see, nothing is happening... //eisy.local:8443/WEB/sysconfig.txt
-
Network Resources Variables
This is what I get: ./FILES/WEB/sysconfig.txt not found
-
Network Resources Variables
As far as the hardware version, that was going to be my next question. I followed the instructions that say from admin logon, to go to Configuration->System and click on Upgrade Packages. I've done this a couple of times without the firmware updating. I've rebooted too. I also tried to start the upgrade from the Mobile App. I'm at a loss. I'll also try the different coding/decoding schemes mentioned.
-
dgwete started following Network Resources Variables
-
Network Resources Variables
I have a TcpListener Web Server I've written to store temperature values into a SQL Server database. I've been using this web server for a couple of years receiving data from an ESP32 and a few 1-Wire temperature sensors and it has worked great. Now, however, as I've been using Z-Wave temperature/humidity sensors with eisy, I would like to save this data to my SQL database a well. My current firmware is 5.4.5 and the UI is the same. I've created a Network Resource that sends the data from a program that saves the values as Integer Variables. The resource looks like this: PUT /eISYFiles HTTP/1.1 Host: 192.168.1.142:667 User-Agent: Mozilla/4.0 Connection: close Content-Type: application/x-www-form-urlencoded Content-Length: 82 Source:Sun Room,Temperature:${var.1.1},Humidity:${var.1.2},BatteryLevel:${var.1.3} This works and the data as seen on my web server looks like this: Source:Sun Room,Temperature:21,Humidity:70,BatteryLevel:53 The only problem is that the integer value truncates the decimal portion. So I created another network resource that sends the actual sensor values with something like this (just the body information for brevity): Source:Sun Room, Temperature:${sys.node.ZW011_118.CLITEMP}, Humidity:${sys.node.ZW011_118.CLIHUM}, Battery Level:${sys.node.ZW011_1.BATLVL} And the result as seen on my web server is: Source:Sun Room, Temperature:21.6%C2%B0F, Humidity:70%25, Battery Level:53%25 The values are correct but what is the additional information starting with the "%"?? I can always parse out the unwanted part on my web server but can anyone tell what is going on?? Thanks in advance....
-
eisy and OpenHab 3 Websockets error
Thanks everyone for the replies. I was holding off migrating all of my z-wave devices to eisy from OpenHab until I knew what was up with these devices.
-
eisy and OpenHab 3 Websockets error
Ok thank you. The maintainer of the OH ISY Binding hasn't posted any updates since the initial release 2 years ago. Not sure if it's actually being maintained. But, I've started to play with Home Assistant as the ISY integration seems to work without issues. One question I have regarding eisy and Z-wave. When I add a Zooz z-wave switch to eisy, the following items are added also. I'm not sure what this is all about. They also show up in Home Assistant as "discovered" devices. Not sure if I'm missing something. This is my first foray into isy and z-wave. Again, thanks for any additional information!
-
eisy and OpenHab 3 Websockets error
In the past, I've integrated my ISY994i Insteon devices with Openhab 3 and everything worked great. Now, with my brand new eisy, the integration does not work. With the OH ISY binding, I can create the ISY bridge and that indicates that it is "on line". However, I have this error in the OH log and none of the discovered devices will work. [ERROR] [sy.internal.IsyWebSocketSubscription] - Error parsing message [<?xml version="1.0"?><Event seqnum="57" sid="uuid:49"><control>_5</control><action>1</action><node></node><eventInfo></eventInfo></Event>] Since this worked with ISY994i, I'm assuming this problem originates on the eisy?? Any insight will be helpful. Perhaps I'm missing a required node server? Thank you.
dgwete
Members
-
Joined
-
Last visited