Jump to content

markv58

Members
  • Posts

    460
  • Joined

  • Last visited

1 Follower

About markv58

  • Birthday 06/25/1959

Profile Information

  • Location
    Richardson, TX
  • Occupation
    IT Integrator, Fabricator

Recent Profile Visitors

1946 profile views

markv58's Achievements

Experienced

Experienced (4/6)

179

Reputation

  1. My UniFi APs updated at 3am, ISY is plugged into a Linksys router and has no portal connection either. I can connect to ISY through a Command Fusion app from the www and everything is working there. Seems like a portal problem.
  2. Probably, got very busy with other projects. The "energy" part would be a separate ns because of the complexity. Planning to setup Brultech when time permits.
  3. @gzahar @hart2hart The id is not linked to the variable, it was in the beginning but the nodeserver evolved. After much thought and feedback I decided to just have a number as the id rather than a proper name, which you can choose in the admin console and rename any time you want.
  4. The virtual switch is its own variable, on or off. You can link it to a variable with a program if you want but that seems redundant. A vs can be queried or used in a program same as a variable. I put them in scenes so I can query whether a scene is on or off and use them for a dozen other things as is.
  5. Pushed an update, v1.0.15, should fix the problem on Polisy. Does not seem to effect RPi installs.
  6. For myself, not having an irrigation system and only wanting to take care of the ornamentals, I chose to go the LinkTap direction. There is already a nodeserver for that.
  7. Short answer, yes. Longer answer, you can use the Pi GPIO to trigger a relay. You could write a nodeserver to do that using the ISY programs. Exactly what would be needed as an intermediary so as not to burn up the Pi would need research. I did this to control a garage door. Here is the link to that GitHub: https://github.com/markv58/UDI-GarageDoorPi
  8. Use a program to update the generic: If <something> is not <generic> Then <generic> is <something> Just to check, did you save changes after deleting the custom config param?
  9. @DennisC The Generic is for any value 0 - 100 so it would be fine for humidity. When you delete a node from the nodeserver nodes page it should be removed from ISY too, make sure to delete the custom config page entry or it will reappear in ISY on a nodeserver re-start.
  10. @tmorse305 Once you get that straightened out you should be ok. You probably need to update the ip of the nodeservers on the ISY side.
  11. @tmorse305 Well that is odd. Do other ns work on the polyglot? Did the polyglot ip change?
  12. Update the new ISY address on the Virtual custom config page, save then restart.
  13. @JBanaszak That can happen on rare occasion. The nodeserver needs to be restarted but can be difficult to reset. Watching the log, hit the restart button and then immediately hit the stop button several times until the ns stops. Hit start and if the error is cleared you should have a normal log. If you get the connected then unexpected disconnect message repeatedly try again.
  14. I use 2 programs: Entry Light On - [ID 0005][Parent 0046] If 'Devices / Sensors / Door / Front- Door Sensor' Status is On Then Set 'Rooms / Entry / Entry Ceiling Light' On Else Run Program 'Entry Light Off' (Then Path) Entry Light Off - [ID 0006][Parent 0046] If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then Wait 1 minute Set 'Rooms / Entry / Entry Ceiling Light' Off Else - No Actions - (To add one, press 'Action')
  15. @tmorse305 According to the hints.yaml the "type" is correct for both devices. Home(1), Controller(2), Toggle(12) and Home(1), Controller(2), Dimmer Switch(9). There is another setting 'Multilevel Switch that may be more appropriate.
×
×
  • Create New...