
Everything posted by dbwarner5
-
Statuses not showing
Rebooted EISY. No change Deleted UDM. Reloaded it and connected but did NOT do a restore All nodes filled in as expected Did restore with latest backup Problem returned Did a restore of a 1 month old backup. Same result. Not working Will open a ticket later this week
-
Statuses not showing
UD Mobil is not populating statutes unless I click on the Device dashboard, then it updates this is true for about 50% of my devices, including Insteon, Zwave, and elk. See below as examples
-
ELK Status Labels Issue After Upgrade
-
Display node on elk not populating with name
-
ELK Status Labels Issue After Upgrade
Seeing the same thing here.. Favorite is set to display Armed status. Zeros and ones and twos show instead.
-
Time server for Elk M1XEP
I recently started getting hte following error from my ELk. I have tried to change servers, but always getting an error when I "test" it in the M1 software. Does anyone have a URL of a time server that is working for them on the Elk? The ELK-M1XEP encountered an error while updating its clock from the Time Server. Please check the server's address and the DNS server's address. Error message: No response from selected time server.
-
Conditions in UDM are showing as number vs text
Whatever was causing this has been fixed. Thanks @bpwwer
-
Initial testing of Beta Plug-in
@bpwwer am getting about 4 failures. a day. It seems to be reconnected ok. Most likely the MQTT error still, even after upgrading to 6.0. My other MQTT errors have gone away so far. I'll be in the other home towards the end of hte month and can do more testing live. cheers.
-
Family accounts? - Kitchen doesn't support that erro
Larry, I use rooms / groups on my Alexa. I too have items named like "kitchen cans" or Kitchen table... When talking to the Alexa that has that item in its group, leave off the Kitchen and it works. Same with the scenes. When talking to another Alexa and want to control a light in another room, you add the room name in your command. This works well for me except in one odd case where I have three rooms: kitchen, family room, bedroom. Each one has an "evening" scene, a "mood" scene and a "nightlight". For some reason if I leave off the room name for Mood, Alexa gets confused. Works just fine for evening or nightlight in each room, but not for mood. Go figure. See below screen shots of the group Kitchen from the Alexa App.
-
After 6.0, I'm stuck at AC "Starting Subscription"
Upgrades w/o any problems. AC working as expected, again no problems But how do you access the new UI?
-
Initial testing of Beta Plug-in
Yes its a dimmer. at 12:24 on the 27th, Light was ON.. I turned it Off, and then could not get it to respond again. Rebooted. Took 15 minutes to rediscover everything. At 12:38 I turned the light on 100%. Hit Dim, the light turned off then back on to 99%. Then became completely unresponsive again. Two logs attached. One up until reboot. Second one after reboot. May be duplicative, but wanted to make sure you had everything. cheers. Meross_9-27-2025_122602_PM.zip Meross_9-27-2025_124239_PM.zip
-
Initial testing of Beta Plug-in
I will repeat the light switch and note the time and resend the log. I am working with Michel and gang on the MQTT connection error as it causes most of my NS to fail / restart. Strange that only the Meross one is doing it currently. They are going to increase the time before error so that if, as in my case, I seem to have an unstable internet connection, it wont kick these out. 6:02. Light was on, so turned it off, then to 40 % then to 100% then off. Same behavior. Meross_9-25-2025_60235_PM.zip
-
Conditions in UDM are showing as number vs text
@bpwwer See thread here. Javi suggested a ticket, Michel suggested contacting you. See this thread. Thanks!
-
Weatherflow NS Conditions reporting as a number
@Javi Rebooted Eisy, Opened UDM and went to controller, eisy, and said yes to sync (By the way, , my message is different than what you posted above) Same problem. Only a number vs conditions showing in UDM, while conditions report correctly in the AC thanks
-
Initial testing of Beta Plug-in
@bpwwer Also forgot to mention that the Meross NS has quit and restarted 4 times in the last 3 days. Attach is log. Dont know what to say, but you can see in the video that it turns the light off. Then after a pause, back on, then brightens it. does it everytime I adjust the level. Thanks Meross_9-25-2025_120052_PM.zip
-
Initial testing of Beta Plug-in
@bpwwer Good morning.. I upgraded to the latest version. I am not at the home where the Meross lights are but can see one set via a Ring Camera. When I turn it on (long delay), it comes on as expected. If I change the light level in the A/C and then click on Set Level, the light GOES OFF first, and then comes back on, then adjusts to the new setting.. See video attached. This is changing from 40% to 100%. Thanks! I will be at this house next month and can continue to do more testing. ScreenRecording_09-25-2025 10-24-25_1.mov
-
Weatherflow NS Conditions reporting as a number
@javi. sorry I dont understand what you are saying above. Reboot? what, Eisy, PGX? or the NS.. I think they have all been rebooted recently enough and the status is still not correct. thanks
-
Weatherflow NS Conditions reporting as a number
No it does not correct the problem. Thanks.
-
Weatherflow NS Conditions reporting as a number
In UDM, I've noticed recently that the "Conditions" are being reported as a number vs the words as in the AC. It used to show the words in UDM as well. Any thoughts? The other options for Display Status show up as expected. Thanks.
-
Config help for LG
NS cant find my lg tv... Config settings: I have tried with and w/o Broadcast address. I have tried 192.168.68.1, 192.168.68.1 . I have also tried the ip address of the TV (198.168.68.105). Cant seem to find the right code. Any help? thanks.
-
The usual “arrrrrrrghh” when looking for firmware
Found this link.. it mentions upgrading to 5.016 from 3.x... also has a link to upgrade to 4.8, which may get you to where you want? But if you aren't sure, I would just open a ticket and as UD what is the best way forward./
-
Program help, please
This is actually quite easily accomplished. You can have any combination of "status" and "control " in your if statement that you want to use to disable the motion sensor (MS). For example: If you want the trigger to be, light is off, and I double tap the off, you would have this: test Copy - [ID 0313][Parent 0147] If 'Office Cans' Status is Off And 'Office Cans' is switched Fast Off However if you would want it to be a double tap on the on, when its ON, it would look like this: test Copy - [ID 0313][Parent 0147] If 'Office Cans' Status is not Off And 'Office Cans' is switched Fast On So the first decision is how do you want to initiate it. The second decision is how to you want to "re-engage" the MS?. Common sense would say, use fast off when off to disable the MS, which you would do in the THEN. A second program can watch for you to turn it fast on when off to reengage it. Or you can you use a timer, or you can simple press the off button if the MS is disabled. --> IF MS program is disabled, and switch is turned off, then enable the MS program. Tons of options. Just need to decide how you want it to work. Feel free to reach out if this doesn't make sense. In theory, an Insteon switch has six combos you can program it it to imitate a program Off + fast off Off + Fast on On + Fast off On + Fast on Off + off On + On
-
The portal integration is down.
When mine went down last night around 630 pm eastern time, I eventually had to reboot my router to get it back online at about 830pm as it didnt reconnect naturally. After reboot it was connected as usual. No Alexa and on the portal showed offline as well las in UDM.
-
eisy offline frequently
Ive noticed it as well.. Last night I had to reboot my modem to get it to reconnect to the portal.
-
General Question regarding integration
I have the hue plug in.. works well. you should have no problem doing what you want to do.