Jump to content

Traditore

Members
  • Posts

    146
  • Joined

  • Last visited

Profile Information

  • Location
    Gatineau (Quebec) Canada

Recent Profile Visitors

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

Traditore's Achievements

Member

Member (3/6)

1

Reputation

  1. Traditore

    New Release

    I was able to update the node even though I'm still on 5.8.4. And thanks for some of the fixes. It still says Celcius instead of Celsius somewhere in there. 🙃
  2. Traditore

    Output?

    I restarted the admin console and now I see what I need to see. For some reason, the node was showing under My Lighting, but not in the Plugins menu.
  3. Traditore

    Output?

    Hi, I've just installed this NS to check if a device is online in my home network. How do I see the results of a ping? There's no status in the admin console.
  4. I couldn't find your post, and there are lots of posts on variables on the forum for many different situations. But as you suggested, I've just tried something with variables, which I'm not too familiar with. This is probably not the way to do it, but it seems to work in my limited testing. Lamps ON Copy Copy - [ID 0058][Parent 0054] If 'ZY 040 Wall Remote CAC1 / ZY 040 Scene Button 3' is switched On And $sZEN37_CAC1_Lamps is 0 Then Set 'CAC Table Lamps' On $sZEN37_CAC1_Lamps = 1 Else - No Actions - (To add one, press 'Action') Lamps OFF Copy - [ID 005E][Parent 0054] If 'ZY 040 Wall Remote CAC1 / ZY 040 Scene Button 3' is switched On And $sZEN37_CAC1_Lamps is 1 Then Set 'CAC Table Lamps' Off $sZEN37_CAC1_Lamps = 0 Else - No Actions - (To add one, press 'Action') Those variables will probably get out of sync if I manually turn the light on, so I guess I'll have to add an And ( ) condition to account for that.
  5. Thank you. I gathered a lot of info from your posts in other topics. Conclusion: Insteon scenes are easier for IoP than Z-Wave direct associations. I ended up creating two programs per button to independently control ON (single press) and OFF (double press). Not ideal, but it works.
  6. I've just bought the same device. How do you get any button on the remote to turn off a light? It only sends ON commands. It looks like we could get a toggle function with Groups 6-9, but I don't know how to implement this.
  7. The rear middle seat heating is also part of the integration that's available for Tesla on HomeAssistant. Does it work? I dunno. I assume it's here because it's listed in the API. Like you, I wonder if it makes sense in automations. But the same goes for any other seat or even the steering wheel. There are always fringe cases...
  8. It looks like someone worked their magic somewhere. I was finally able to get it authorized. I didn't do anything special or different. Looking forward to the next version for enhancements.
  9. @Panda88 I've just PM'ed you a log. Looks like a problem with my public key not being paired to my car. re: Odometer reporting miles instead of km, I'm sure this can be fixed because under Charging Info, the Estimated Range is correctly reported in km. @bmercier Your link works. I mean, I'm able to download the .pem file from my phone or my computer, but neither knows what to do with it.
  10. Hi, Proud owner of a 2024 M3 in Gatineau, Quebec, Canada. I just bought the new Tesla NS. Thanks for reviving this. Right off the bat, clicking this link https://tesla.com/_ak/my.isy.io on the mobile device where the Tesla app is installed won't let me install a virtual key. Basically, I can't send commands to my car. No honk, no trunk, no frunk. etc. And I know my car is compatible with virtual keys because I have another app that needs a Vkey and it works flawlessly. This is what the Tesla app shows : ----------------------------------------- That being said, I am able to authenticate the NS through PG3x 3.2.27. The authentication is shown in my profile on the Tesla website. So, I see the info in the admin console and I can poll my car and see the info update itself. ----------------------------------------- By the way, there's a typo here. It should say Celsius. ----------------------------------------- There's a miles vs. kilometers problem. My car has more than 9K, but the console show 5.6K. Looks like the wrong unit is being reported. ----------------------------------------- My car has rear middle seat heating and steering wheel heating, but they show as unknown/not installed. ----------------------------------------- Going back to the virtual key... Tried different browsers on my phone. Logged in and out of the Tesla app and my account on the Tesla website. Nothing seems to work. I hope you can help me figure this out.
  11. Wow! Backing up my Polisy was lightning fast. I, too, had to check that the file was actually created.
  12. Hey Goose, Any chance you'll port your node to PG3?
  13. Thanks all for your input. I appreciate it. Good advice.
  14. Thanks so much. I agree that the 2-program method is better in the long end.
  15. Ok, that works with the following 2 programs (1st one enabled, 2nd one disabled). If Time is 9:00:00PM Then Run Program 'Footrest warning' (If) If 'Guest Room Footrest' Status is On Then Set Elk Speak Word 'Bedroom' Set Elk Speak Word 'Heat' Set Elk Speak Word 'Is_on' Wait 5 minutes Run Program 'Footrest warning' (If) That works but I swear that's not how I did something similar before. And I appreciate that ISY allows many different solutions to a particular problem. So if anyone has other ideas, I'm open. I guess my next step is to find a way to stop the 2nd program from repeating in case I do want to let the heater run after 9:00 p.m.
×
×
  • Create New...