EricBarish
Members-
Posts
52 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
EricBarish's Achievements
-
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) -
Support thread for: PG3x v3.2.27 (June 11th, 2024)
EricBarish replied to bmercier's topic in Polyglot v3 (PG3x)
Had to restart each node on plugin dashboard to get them connected. Roomba node not connecting. -
Integrated smoke/CO detector system that won't break the bank?
EricBarish replied to armymutt's topic in Coffee Shop
Put in first alert, smoke, CO2, wired and voice alarms (4 in house) . Bulk pack from walmart had best price. Connected to my system using a First Alert RM4 Smart Relay. Connected the relay to the detector near my polisy system and the other end of the relay to a IO switch on my IO web control board ( connected to Polisy with node link ). With the voice it tells me which location has a problem (low backup battery, alwas will chirp at 2 am, to drive you crazy figuring out which detector) lets me go to the source. Relay allows me to control fans (off), lights (flashing) and other things with alarm -
I'm also seeing the same thing since yesterday.
-
I used a wifi extender to get wifi control into the garage and to my ring spots on that side of the house. Plugged into a outlet in laundry room next to garage fixed my connection problems.
-
I have the ring mailbox connected to alexa, and alexa can then set a varaible using ISY portal when motion is detected. Alexa plays a message and polisy sends me a text/email or what ever you want when mail is delivered. Need a portal account for this to work. Biggest problem is range on ring mailbox is not great.
-
If you us nodelink no (but you need the pi to load nodelink and the CAI node and a ISY portal account) . If you us network resources yes. Time to upgrade you system ? That will give you the network resouces, but you will still need the PI to run nodelink to get the CAI node, no PG3 node for CAI devices. I updated two years ago to a polisy, PG2/3 was very unstable on the PI. Nodelink is still running on the PI and never have a problem with it.
-
I've been using CAi web control (a little old, $35) on my ISY 994 and then on Polisy. Can control and get results using network resouces or download nodelink ( need a PI ) and get the node for this device. No PG3 node for this device. 8 digital inputs 8 digital outputs 3 andlog input 8 optional DS18B20 digital temp, 1 optional humidity sensors built-in I2C and SPI support, up to 1000 line PLC program