Jump to content

EricBarish

Members
  • Posts

    48
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

EricBarish's Achievements

Experienced

Experienced (4/6)

12

Reputation

1

Community Answers

  1. 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.
  2. summitted problem to Roomba specific forum. Tried system reinstall and delete/ fresh install.
  3. 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)
  4. 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)
  5. Had to restart each node on plugin dashboard to get them connected. Roomba node not connecting.
  6. 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
  7. I'm also seeing the same thing since yesterday.
  8. 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.
  9. EricBarish

    Ring Mailbox

    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.
  10. 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.
  11. 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
  12. Got started on home automation in 1985 reading byte magazine. Steve Garcia had a project were you could build a circuit board to control your lights with x10 modules( radio shack). Bought the kit he offered and put it together. Working on my PHD at the time in chemistry, used the oscilloscope to get this thing working correctly. It was advanced for its time with if them/else control in the programing to control devices. Used this into the early 90’s had a lot of x10 items from x10.com. Moved to a larger house and children added to family. A lot of problems with communication to the x10 devices, capacitor across breakers on each 120 legs in circuit box fixed for a while. Wife not over happy with system and quality of wall switches. Purchased another controller that was stand alone not sure of the brand. Moved again in 2002 and wife asked why I was not adding home automation (she wanted me to have a hobby) so I moved to the Ocelot system with a IO Ocelot module and started buying smarthome controls using x10 communication. Had the HV system connected and whole house fan with relays controlling damper valves in ducts and thermocouples going to the IO board. System reliability still not great purchased two XTB ? smart bridge with amplification for both circuit breaker panels. Went through the smarthome micro switch problem, wife very unhappy. Changed out the micro switches in the icon wall modules. Had this system through early 2010’s and then decided had to switch to Insteon communication so purchased an isy994 and slowly switched out all the x10 devices. The system worked much better and wife is happy. Added a CAI web control for my input/output devices and a PI computer to start using apps, IO-GUY Nodelinks. Changed out the three thermostats for Ecobee, house water cutoff valve with leak detectors and many other projects. Constant problems keeping the PI working correctly with both nodelinks and PG2 and Michel talked me into buying a Polisy (good move), now have wireless tags, Zwave devices and a lot of apps, still running the PI with Nodelink. System reliability is excellent these days and have not had much trouble with the newer dual band smarthome devices, still have a few old ones with the amber lights working. Still playing and doing new thinks, latest project has the garden cold frame setup with wireless temp devices to check temp, open/close status of cover and heater and fan on zwave modules to control the temperature (handled 11 degrees low this week). Ring devices and just added tailwind to replace MYQ problems. No app yet but controlling through variables for light and motion with Alexa. Semi-retired so one of my hobbies to keep me busy.
  13. Another option is Tailwind IQ3, it can control up to three garage doors with one unit. Has a lot of home control connectivity. Would have to interface through Alexa to ISY using motion sensor variables to pass information. https://gotailwind.com/
  14. I have the Polisy running Polyglot v3 with the latest updates. The NodeLink is still on a RPI3. Nodelink running fine in V3 with no problems. Install was striaght forward same as for old V2 version of polyglot.
×
×
  • Create New...