MrTinker Posted January 12 Posted January 12 Has anyone developed a 1-Wire node server for PG3X or other method to integrate 1-wire devices? I used to use OneWire NS by xKing, but this doesn't appear to have made it over to PG3X.
sjenkins Posted January 13 Posted January 13 (edited) I seem to remember that ns being to plug in a device directly to the 994 like a 1-wire temp sensor. In my mind I thought that any use case I had the device was remote from the isy. What is your use case? My use made sense to use a small WiFi or loRa processor ESP 32 8266 which then communicates directly to a variable with network messages . I have a few devices doing that. The code is c but could be made to work with simple parameters for variable and ip and password. Then your 1-wire can be farther from the eisy. anyway, interested in why a 1-wire connection to an eisy? Edited January 13 by sjenkins
apostolakisl Posted January 13 Posted January 13 CAI webcontrol boards can accept multiple 1 wire temp sensors and there is a node for that. I have a CAI webcontrol running some of the pumps on my pool and a 1-wire thermometer monitoring the pool temp.
MrTinker Posted April 29 Author Posted April 29 On 1/13/2025 at 4:25 AM, sjenkins said: I seem to remember that ns being to plug in a device directly to the 994 like a 1-wire temp sensor. In my mind I thought that any use case I had the device was remote from the isy. What is your use case? My use made sense to use a small WiFi or loRa processor ESP 32 8266 which then communicates directly to a variable with network messages . I have a few devices doing that. The code is c but could be made to work with simple parameters for variable and ip and password. Then your 1-wire can be farther from the eisy. anyway, interested in why a 1-wire connection to an eisy? I have 1wire temp sensors throughout the house, had been using them with owfs/owhttp with node server running on a RPi (which has a USB/1wire interface that the 1wire network connects to). These would feed into my prior 994.
Recommended Posts