Everything posted by Jimbo.Automates
-
NS Kasa - Offline devices
It looks for devices coming back online since they can change IP address after a power outage. I don't think it hurts anything for it to always be looking for your unplugged devices, but I could add an option to turn it off but then you'll need to reserve IP address for Kasa devices.
-
WirelessTag node server installation with trial license fails
If you still have issues, @bpwwer will have to help let us know what that error means. Sent from my Pixel 6 Pro using Tapatalk
-
Is there a limit on the number of messages that can be created?
Thanks for the log, it looks like your message id after 144 is not defined? This is causing my code to die, which I need to fix. If you have many messages to notify when a device is turned on or off, they can all share the same custom content, I'll try to create an example when I have time. Edit: Issue created: https://github.com/UniversalDevicesInc-PG3/udi-poly-notification/issues/43
-
Is there a limit on the number of messages that can be created?
Wow, that's a lot of messages! But no, there is no limit I am aware of. But you may have hit the maximum number of nodes? Dona download log package and PM it to me. I'm also curious why you need so many, you can do a lot with short custom content by embedding node or program names. Sent from my Pixel 6 Pro using Tapatalk
-
PG3 ELK node server 3.5.5 fails with error: cannot import name 'FunctionKeys'
Awesome, glad that fixed it, and you are welcome.
-
PG3 ELK node server 3.5.5 fails with error: cannot import name 'FunctionKeys'
Oh, that explains it. You need to do an "Upgrade Modules" to get the latest python: [admin@polisy-dev ~]$ python3 -V Python 3.9.14
-
PG3 ELK node server 3.5.5 fails with error: cannot import name 'FunctionKeys'
Try this: sudo -u polyglot bash ./install.sh
-
PG3 ELK node server 3.5.5 fails with error: cannot import name 'FunctionKeys'
That's odd, something must not have installed correctly, can you log into your polisy and run this? Replace the _4 with the slot number of the ELK node server: cd /var/polyglot/pg3/ns/*_4 sudo -u polyglot ./install.sh
-
How to import devices into ELRP using a node server
Issue added: https://github.com/UniversalDevicesInc-PG3/udi-poly-ELK/issues/90
-
ELK node server support for thermostats?
Yes, the NS supports temperature on Zones. But do you also have Thermostats on your ELK system? I try to document all drivers, instead of temp you need CLITEMP as listed in the doc: https://github.com/UniversalDevicesInc-PG3/udi-poly-ELK/blob/master/README.md#zone-node
-
How to import devices into ELRP using a node server
I can look into detecting if remote buttons are pushed, but the workaround sounds great. Sent from my Pixel 6 Pro using Tapatalk
-
How to import devices into ELRP using a node server
You can also put ELK NS nodes in an Insteon scene and use update scene programs to change for day and night modes. Sent from my Pixel 6 Pro using Tapatalk
-
Elk Node server compatible w/ expected Elk E27 Alarm engine?
There are also other alarm systems supported by node server written by @Goose66 and possibly others. Sent from my Pixel 6 Pro using Tapatalk
-
Elk Node server compatible w/ expected Elk E27 Alarm engine?
Sorry, I have no idea since I've not seen what the API will look like for the new system. Sent from my Pixel 6 Pro using Tapatalk
-
How to import devices into ELRP using a node server
That's correct as mentioned it's being worked out, although slowly since I've not had much free time lately. Sent from my Pixel 6 Pro using Tapatalk
-
How to import devices into ELRP using a node server
Methodology has not been completely worked out yet. https://github.com/UniversalDevicesInc-PG3/udi-poly-ELK/issues/67 Just curious, what do you use this for?
-
Error When Opening Elk
Starting with 3.2 the NS only supported Polisy: https://forum.universal-devices.com/topic/35577-pg3-elk-node-server-327/#comment-332777 The _sys_notify_short is used for sending text to keypads. Are you saying UD Mobile could hide it? If so that would be fine. If from the NS itself that would take some work but could be done.
-
Will UD Mobile include ELK?
Yes of course Sent from my Pixel 6 Pro using Tapatalk
-
Will UD Mobile include ELK?
Do a sync in UD Mobile to your ISY and the nodes will show up. Sent from my Pixel 6 Pro using Tapatalk
-
Ecobee NS - Stuck writing to one thermostat
Not a problem, but you can just rename it on the ISY side and it will continue to work. Or delete it in the PG3 UI then restart and it will come back with the new name, but you will have to add it back to any programs. Sent from my Pixel 6 Pro using Tapatalk
-
Ecobee NS - Stuck writing to one thermostat
That's odd it's showing Writing, I have no idea how that would happen. ISY doesn't write to node server nodes. The ecobee NS doesn't have the ability to rename nodes. I've been adding that functionality to my other node servers but haven't done it with ecobee yet. Sent from my Pixel 6 Pro using Tapatalk
-
Last Keypress
Yes, that make sense. Simplest way would be to send a 'None' before sending the same key twice in a row, but I'll also think about how to add Control events, althoughthat will be very difficult. You are correct, only None and chime show up, they do all show in Last Key, so will need to look into it. Re-opened: https://github.com/UniversalDevicesInc-PG3/udi-poly-ELK/issues/69
-
PG3 ELK Node server 3.5.5
PG3 ELK Node Server 3.5.5 released See the README
-
Elk Node Error
Found a similar issue which is fixed in 3.5.5.
-
Elk Node Error
Mine is in a folder called Alarm. Sent from my Pixel 6 Pro using Tapatalk