Replies: 7 comments 15 replies
-
Very cool project! Yes. SIP is under continued development. The latest version is in the P3-only branch. It runs under Python 3 and includes a new node-red extension that can communicate with remote sensors using MQTT. I have been experimenting with a node-red flow that reads soil moisture sensors connected to an ESP32 over wifi>mqtt and it is working quite well. There are also some Python based MQTT plugins. The P3-only branch will be merged into the master branch as soon as the node-red nodes are posted to the node-red library. This still needs some review of the documentation but is usable now. The SIP node-red nodes can be downloaded from Dan |
Beta Was this translation helpful? Give feedback.
-
Actually this sounds like a case for Modbus over RS485. The ware length can be up to 4000 feet (1200 meters). Dan |
Beta Was this translation helpful? Give feedback.
-
On 2023-10-07 15:47, Dan wrote:
Actually this sounds like a case for Modbus over RS485. The ware
length can be up to 4000 feet (1200 meters).
*** Does it support daisy chaining? Twisted pair, no problem. Outdoor
rated Ethernet cable is cheap. It doesn't need to be fast. I'd
like to have multiple pressure sensors and at least one flow sensor.
- Jerry
|
Beta Was this translation helpful? Give feedback.
-
It supports up to 32 slave units. |
Beta Was this translation helpful? Give feedback.
-
On 2023-10-07 19:10, LucidEye wrote:
LoRa is for outdoors, and distances up to 5 miles...
*** Can it do peer-to-peer? Or does there have to be a "gateway"? I
note that those are more expensive.
- Jerry
|
Beta Was this translation helpful? Give feedback.
-
On 2023-10-08 10:56, LucidEye wrote:
The LoRa modules are more expensive, but no worries about wires...
https://www.amazon.com/MakerFocus-Integrated-Bluetooth-Development-Intelligent/dp/B0BRKRG149/ref=sr_1_7?crid=9RJ97389D9GD&keywords=ESP32+with+LoRa&qid=1696787323&sprefix=esp32+with+lora%2Caps%2C146&sr=8-7
*** So will these modules do peer-to-peer? Just buy two of them and
program them to talk to each other?
- Jerry
|
Beta Was this translation helpful? Give feedback.
-
Hi Jerry,
I’ve also wanted such a feature in the past, though I’ve gotten my system reliable enough through incremental improvements over the years that pressure alerts are no longer as critical. I went as far as installing a pressure sensor, driven by Arduino and hooked up to my RPi so I could read pressure remotely, but not all the way to hooking up alerts or integrating with SIP.
Are you thinking the sensors would be read directly by SIP, or driven a separate process?
-Jonathan
From: jkaidor ***@***.***>
Sent: Sunday, October 8, 2023 2:16 PM
To: Dan-in-CA/SIP ***@***.***>
Cc: Subscribed ***@***.***>
Subject: Re: [Dan-in-CA/SIP] Is this project still being developed? (Discussion #304)
On 2023-10-08 10:56, LucidEye wrote:
The LoRa modules are more expensive, but no worries about wires...
https://www.amazon.com/MakerFocus-Integrated-Bluetooth-Development-Intelligent/dp/B0BRKRG149/ref=sr_1_7?crid=9RJ97389D9GD <https://www.amazon.com/MakerFocus-Integrated-Bluetooth-Development-Intelligent/dp/B0BRKRG149/ref=sr_1_7?crid=9RJ97389D9GD&keywords=ESP32+with+LoRa&qid=1696787323&sprefix=esp32+with+lora%2Caps%2C146&sr=8-7> &keywords=ESP32+with+LoRa&qid=1696787323&sprefix=esp32+with+lora%2Caps%2C146&sr=8-7
*** So will these modules do peer-to-peer? Just buy two of them and
program them to talk to each other?
- Jerry
—
Reply to this email directly, view it on GitHub <#304 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AASRVYRWMMPVLZ32JROFEDLX6MJXTAVCNFSM6AAAAAAZCZGL2CVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TEMRVGAYTK> .
You are receiving this because you are subscribed to this thread. <https://github.com/notifications/beacon/AASRVYSB4SYTZGVYINTBYDTX6MJXTA5CNFSM6AAAAAAZCZGL2CWGG33NNVSW45C7OR4XAZNRIRUXGY3VONZWS33OINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQANY7LO.gif> Message ID: ***@***.*** ***@***.***> >
|
Beta Was this translation helpful? Give feedback.
-
It looks like not much has happened on this project for a while. Is it still being developed / updated?
I was wondering how well it can communicate with an ESP32 running Tasmota?
Can SIP receive data from external sensors via MQTT?
For instance, if I have a rain sensor attached to an ESP32 running Tasmota, can SIP use that data to skip a watering cycle if the rain sensor is tripped?
Or, if I have soil moisture sensors attached to an ESP32 running Tasmota, can SIP receive that data via MQTT and be programmed to water only when the soil moisture reaches a determined moisture level?
Can SIP send on/off commands to an ESP32 running Tasmota connected to a relay?
I just finished building a simple irrigation valve control box using a 24VAC doorbell transformer, an AC to DC buck converter, a 4-channel relay board, and an ESP32 running Tasmota to control the relay.
The ESP32 receives on/off commands for the relay over WiFI from a Raspberry Pi currently running Mycodo environmental automation software and Mosquitto MQTT Broker. (https://kizniche.github.io/Mycodo/)
The ESP32 also has an I2C temp & humidity sensor inside the control box to monitor for any overheating components or possible water intrusion. This sensor data is transmitted over mqtt to the raspberry pi, where Mycodo can use it to send me a warning message if needed.
Is SIP capable of these same features? I am looking for alternative software to experiment with to see if there are any better options available.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions