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.
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.
@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.
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.
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.
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
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?
@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.
@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.
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')
@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.