Joshua
Junior Member
Posts: 75
|
Post by Joshua on Aug 27, 2018 1:46:17 GMT
Hey folks,
I'm converting my home IOT system from zwave to the RFM and ESP nodes in this forum. I'll share the construction of each node along with the 3d design files. Here's the list of nodes I plan to post.
RFM Devices
- Gateway - Door
- Motion/Temperature/Humidity
- Garage - Current - LED controller
ESP Devices can be found on the OpenHAB & ESP8266 WiFi Devices board here. - Dimmer - Relay switches
|
|
Joshua
Junior Member
Posts: 75
|
Post by Joshua on Aug 27, 2018 2:13:42 GMT
Gateway Node....
I've made some minor changes to the case design since an older post in a different thread.
Download the 3d file from Thingiverse
|
|
Joshua
Junior Member
Posts: 75
|
Post by Joshua on Aug 27, 2018 2:55:53 GMT
Door Node....
Here are the devices enabled for this project #define SWITCHIRQ // same as MAIL, wakes on d3 going LOW. Choose this or MAIL
OpenHAB
Item
String Node60Dor "Office Door Contact [MAP(door.map):%s]" <door> {mqtt="<[mosquitto:home/rfm_gw/nb/node60/dev46:state:default]"}
Transform (door.map) ON=Closed OFF=Open NULL=unknown -=initilizing
Sitemap
Frame label="Inside Conditions" { Text item=Node60Dor }
Parts list (in addition to the Arduino and radio)
***I've switched from the hall sensor to a reed switch because I suspect that the hall sensor is causing excessive battery drain.
I love Command Picture Hanging Strips to mount most things to walls. It's a great product that is reusable (for the same location) and allows one to remove and install the node over and over.
Download the 3d file from Thingiverse
|
|
Joshua
Junior Member
Posts: 75
|
Post by Joshua on Aug 27, 2018 3:06:06 GMT
|
|
|
Post by papa on Aug 27, 2018 15:31:35 GMT
Nice work, Joshua. Nice pictures. Neat enclosures. Good to have some new activity on the forum.
Your posts would be even more helpful if you added links for possible sources of parts, like for...
- Trimmed down Details 5cm x 7cm PCB Prototyping Perf Boards Breadboard - Omnipolar Digital Hall-effect Sensor SS451A - 420mah LiPo battery - Small Neodymium Mini Magnets
I look forward to your upcoming posts on other projects. (I've been working on something I hope to post before too long.)
|
|
Joshua
Junior Member
Posts: 75
|
Post by Joshua on Sept 16, 2018 14:55:49 GMT
Garage Door Node.... Using Papa's sketch in this post. Here are the devices enabled for this project #define ACTOR // d9, for Actuator of Node LED or Relay via OpenHAB user interface
#define GOPENER // for Garage Door opener, augments ACTOR #define SWITCH2 // switch (reed?) on d6 connected to 3.3v via arduino pull up, closed = gnded, LOW, ON #define SWITCH3 // switch on d7 connected to 3.3v via arduino pull up, closed = gnded, LOW, ON
Parts list (in addition to the Arduino and radio) Download the 3d file from Thingiverse
|
|
|
Post by papa on Sept 16, 2018 18:01:38 GMT
Another good contribution, Joshua. Neat use of phone jacks & phone-type cables.
Thanks also for providing links to sources for the parts.
|
|
Joshua
Junior Member
Posts: 75
|
Post by Joshua on Sept 23, 2018 18:09:08 GMT
3D printer controller box with current sensor .... Using Papa's sketch in this post homeautomation.proboards.com/post/1515/threadHere are the devices enabled for this project #define RELAY2 // control a load 2. Brump added. #define RELAY3 // control a load 3. Brump added. #define CURSEN // Monitoring the AC current on all loads. Brump added.**As of 18-09-23, this was not fully working. We worked through the issue here. papa: See this post confirming that this works now & the sketch has been updated.** Parts list (in addition to the Arduino and radio) - Trimmed down Details 5cm x 7cm PCB Prototyping Perf Boards BreadboardThis is a housing for a powered Arduino Pro Mini to control a 3D printer power supply as well as the filament cooling while monitoring the current draw of the printer. I developed this in order to have the ability to power the 3D printer on and off, power the filament cooling fan on and off, and monitor the current draw of the printer. I'll program my home controller (openhab, but I use node red) to monitor the printer current in order to power down the both plugs (printer and cooler) once printing is complete and the current draw drops.
High voltage power supplies present a serious risk of personal injury if not used in accordance with design and/or use specifications, if used in applications on products for which they are not intended or designed, or if they are used by untrained or unqualified personnel.
|
|
Joshua
Junior Member
Posts: 75
|
Post by Joshua on Sept 23, 2018 18:23:08 GMT
Plug printer controller box .... Using Papa's sketch in this post homeautomation.proboards.com/post/1515/threadHere are the devices enabled for this project #define RELAY2 // control a load 2. Brump added. #define RELAY3 // control a load 3. Brump added.Parts list (in addition to the Arduino and radio) - Trimmed down Details 5cm x 7cm PCB Prototyping Perf Boards Breadboard
This is a modified version of my 3D Controller box. Basically, I removed the current sensor to allow for the ability to just control each side of the duplex plug. High voltage power supplies present a serious risk of personal injury if not used in accordance with design and/or use specifications, if used in applications on products for which they are not intended or designed, or if they are used by untrained or unqualified personnel.
|
|
Joshua
Junior Member
Posts: 75
|
Post by Joshua on May 10, 2019 13:12:07 GMT
Small Form Door Node.... Using Papa's sketch in this thread Here are the devices enabled for this project #define SWITCHIRQ // same as MAIL, wakes on d3 going LOW. Choose this or MAIL OpenHAB configs Item String Node60Dor "Office Door Contact [MAP(door.map):%s]" <door> {mqtt="<[mosquitto:home/rfm_gw/nb/node60/dev46:state:default]"} Transform (door.map) ON=Closed OFF=Open NULL=unknown -=initializing Sitemap Frame label="Inside Conditions" { Text item=Node60Dor } Parts list (in addition to the Arduino and radio) - REED SWITCH 2 X 14 mm Glass Normally Open - CR2032 battery
- Small Neodymium Mini Magnets I love Command Picture Hanging Strips to mount most things to walls. It's a great product that is reusable (for the same location) and allows one to remove and install the node over and over. Download the 3d file from Thingiverse
papa: Very helpful write-up, Joshua. Thank you for contributing.
|
|
Joshua
Junior Member
Posts: 75
|
Post by Joshua on Jun 19, 2019 0:44:50 GMT
|
|