EricBarish
Members-
Posts
59 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
EricBarish's Achievements
-
Tim Hs and IP nodes now working. I will check the AIP nodes after Christmas Thanks for all the hard work to get this plug in developed.
-
Tim Thats how development goes. No concerns, still using nodlink in programs , until this plugin is completely debugged. Will get your data for the log, here is the json input string. {"aip1": "AIP 1", "aip2": "AIP 2", "aip3": "AIP 3", "hs1": "humidity", "ip1": "IP 1 Fire Alarm", "ip2": "IP 2", "ip3": "IP 3", "ip4": "IP 4 Co2 System", "ip5": "IP 5", "ip6": "IP 6", "ip7": "IP 7", "ip8": "IP 8", "op1": "OP 1 Basement Damper", "op2": "OP 2 Attic Damper", "op3": "OP 3 Water Cutoff", "op4": "OP 4", "op5": "OP 5", "op6": "OP 6", "op7": "OP 7", "op8": "OP 8", "ts1": "Temp 1 Second Floor", "ts2": "Temp 2 Basement", "ts3": "Temp 3 Attic", "ts4": "Temp 4 First Floor", "ts5": "Temp 5 Outside", "ts6": "Temp 6", "ts7": "Temp 7 ", "ts8": "Temp 8 "} Thanks, Eric
-
Looking at the node values more closely, I have found the following: This is the status of the nodes in the ISY dashboard for polyglot V3 webcontrol832 ver 1.02 All 29 nodes added to the json_node_names have been created, showing up in the dashboard under nodes and in the ISY control panel OP, TS nodes are populating with the data from the CAI webcontrol HS1 and all IP nodes are not being populated with the data from Cai webcontrol 0 for all items in value variable Have not checked the AIP nodes This data is being populated in the old nodelink Not sure if this was working in the earlier versions only looked at the ts values and they worked
-
Deleted all and reinstalled. That worked.
-
Just saw your second question. I did an install from the notification page, i assume that is a fresh install. Had to reenter the parameters in config.
-
Here is the inputs screen for config for web 8/32. Had to fill out the second section to get it to update the data on polisy.
-
What is the purpose of the double inputs for configuration setup. Only difference I can see between the two sets is the Familair Name and custom Name ?
-
EricBarish started following WebControl
-
tried again and it installed latest version 1.0.20
-
Tried to install latest version 1.0.20 and install reverted to 1.0.12 from 1.0.18. Anyone tried this update?
-
Installed the program. Loaded and populated nodes from WEB8.
-
I'm using the Web control 8. Using Nodelink running on a PI to connect. Would go with a new PG3 plugin if it handles the in/out interfaces I'm using on the Web control board.
-
Restarted PG3 and all node servers are disconnected
EricBarish replied to Blackbird's topic in Polyglot v3 (PG3x)
Try reinstall all plugins on the system tab of PG3, worked for me. Ecobee and Harmony restarted, only one not working is roomba, will not work with the latest version of Python, not sure what other plug in will have this problem. -
Support thread for: PG3x v3.2.27 (June 11th, 2024)
EricBarish replied to bmercier's topic in Polyglot v3 (PG3x)
summitted problem to Roomba specific forum. Tried system reinstall and delete/ fresh install. -
After updating PG3X the romba module is cycling through the following error when trying to start. Looks like it cannot find the files. tried restart and delete/ reinstall no change Thanks 2024-06-12 08:32:57.143 MainThread udi_interface INFO __init__:<module>: PG3INIT=eyJ1dWlkIjoiMDA6MGQ6Yjk6NTY6MGM6MjQiLCJwcm9maWxlTnVtIjo0LCJsb2dMZXZlbCI6IklORk8iLCJ0b2tlbiI6IkpFVi1PWlIlaHl4K0Y4QjMiLCJtcXR0SG9zdCI6ImxvY2FsaG9zdCIsIm1xdHRQb3J0Ijo4ODgzLCJzZWN1cmUiOjEsImlzUEczeCI6dHJ1ZSwicGczVmVyc2lvbiI6IjMuMi4yNyIsImlzeVZlcnNpb24iOiI1LjguMyIsImVkaXRpb24iOiJGcmVlIn0= 2024-06-12 08:32:57.143 MainThread udi_interface INFO __init__:<module>: Loading interface module 2024-06-12 08:32:57.665 MainThread udi_interface INFO interface:<module>: Loading MQTT module 2024-06-12 08:32:57.932 MainThread udi_interface INFO interface:<module>: MQTT module loaded 2024-06-12 08:32:59.188 MainThread udi_interface INFO __init__:<module>: Loading udi_interface module 2024-06-12 08:32:59.191 MainThread udi_interface INFO __init__:<module>: Loading node module 2024-06-12 08:32:59.192 MainThread udi_interface INFO __init__:<module>: Loading custom module 2024-06-12 08:32:59.192 MainThread udi_interface INFO __init__:<module>: Loading isy module 2024-06-12 08:32:59.193 MainThread udi_interface INFO __init__:<module>: Loading OAuth module 2024-06-12 08:32:59.196 MainThread udi_interface INFO __init__:<module>: UDI interface initialized 2024-06-12 08:32:59.196 MainThread udi_interface INFO __init__:<module>: UDI Python Interface for Polyglot version 3 3.3.12 Starting... 2024-06-12 08:32:59.300 MainThread udi_interface ERROR udi_interface:write: Traceback (most recent call last): 2024-06-12 08:32:59.301 MainThread udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/000db9560c24_4/roomba-poly.py", line 19, in <module> 2024-06-12 08:32:59.302 MainThread udi_interface ERROR udi_interface:write: from roomba import Roomba 2024-06-12 08:32:59.303 MainThread udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/000db9560c24_4/roomba.py", line 42, in <module> 2024-06-12 08:32:59.305 MainThread udi_interface ERROR udi_interface:write: from collections import Mapping 2024-06-12 08:32:59.306 MainThread udi_interface ERROR udi_interface:write: ImportError 2024-06-12 08:32:59.306 MainThread udi_interface ERROR udi_interface:write: : 2024-06-12 08:32:59.306 MainThread udi_interface ERROR udi_interface:write: cannot import name 'Mapping' from 'collections' (/usr/local/lib/python3.11/collections/__init__.py)
-
Support thread for: PG3x v3.2.27 (June 11th, 2024)
EricBarish replied to bmercier's topic in Polyglot v3 (PG3x)
here is the error code I get with the romba node. This keeps repeating. I will add it to the romba PG3 tab 2024-06-12 07:25:54.883 MainThread udi_interface INFO polylogger:set_basic_config: set_basic_config: enable=True level=30 2024-06-12 07:25:54.885 MainThread udi_interface INFO __init__:<module>: UDI interface initializing 2024-06-12 07:25:54.885 MainThread udi_interface INFO __init__:<module>: User=000db9560c24_4 2024-06-12 07:25:54.886 MainThread udi_interface INFO __init__:<module>: Home=/var/polyglot/pg3/ns/000db9560c24_4 2024-06-12 07:25:54.886 MainThread udi_interface INFO __init__:<module>: Node Server Path=/var/polyglot/pg3/ns/000db9560c24_4 2024-06-12 07:25:54.887 MainThread udi_interface INFO __init__:<module>: PG3INIT=eyJ1dWlkIjoiMDA6MGQ6Yjk6NTY6MGM6MjQiLCJwcm9maWxlTnVtIjo0LCJsb2dMZXZlbCI6IklORk8iLCJ0b2tlbiI6IkpFVi1PWlIlaHl4K0Y4QjMiLCJtcXR0SG9zdCI6ImxvY2FsaG9zdCIsIm1xdHRQb3J0Ijo4ODgzLCJzZWN1cmUiOjEsImlzUEczeCI6dHJ1ZSwicGczVmVyc2lvbiI6IjMuMi4yNyIsImlzeVZlcnNpb24iOiI1LjguMyIsImVkaXRpb24iOiJGcmVlIn0= 2024-06-12 07:25:54.887 MainThread udi_interface INFO __init__:<module>: Loading interface module 2024-06-12 07:25:55.524 MainThread udi_interface INFO interface:<module>: Loading MQTT module 2024-06-12 07:25:55.800 MainThread udi_interface INFO interface:<module>: MQTT module loaded 2024-06-12 07:25:57.143 MainThread udi_interface INFO __init__:<module>: Loading udi_interface module 2024-06-12 07:25:57.145 MainThread udi_interface INFO __init__:<module>: Loading node module 2024-06-12 07:25:57.145 MainThread udi_interface INFO __init__:<module>: Loading custom module 2024-06-12 07:25:57.146 MainThread udi_interface INFO __init__:<module>: Loading isy module 2024-06-12 07:25:57.146 MainThread udi_interface INFO __init__:<module>: Loading OAuth module 2024-06-12 07:25:57.148 MainThread udi_interface INFO __init__:<module>: UDI interface initialized 2024-06-12 07:25:57.148 MainThread udi_interface INFO __init__:<module>: UDI Python Interface for Polyglot version 3 3.3.12 Starting... 2024-06-12 07:25:57.415 MainThread udi_interface ERROR udi_interface:write: Traceback (most recent call last): 2024-06-12 07:25:57.415 MainThread udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/000db9560c24_4/roomba-poly.py", line 19, in <module> 2024-06-12 07:25:57.416 MainThread udi_interface ERROR udi_interface:write: from roomba import Roomba 2024-06-12 07:25:57.417 MainThread udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/000db9560c24_4/roomba.py", line 42, in <module> 2024-06-12 07:25:57.418 MainThread udi_interface ERROR udi_interface:write: from collections import Mapping 2024-06-12 07:25:57.418 MainThread udi_interface ERROR udi_interface:write: ImportError 2024-06-12 07:25:57.418 MainThread udi_interface ERROR udi_interface:write: : 2024-06-12 07:25:57.419 MainThread udi_interface ERROR udi_interface:write: cannot import name 'Mapping' from 'collections' (/usr/local/lib/python3.11/collections/__init__.py)