scubammx wrote:
Can someone suggest me how to move ? I have basical skills on programming and i installed the openenergymonitor with no trouble, but i dont know which way to follow to switch the relays
This part of the forum is called "Show your projects", the topic name is rather nice
questions like this are better put in another part of the forum.
Let me see, what do you think of "Other questions and discussions"
16 x 32 RGB pixels, running on the same Pi as Domoticz.
Normally it is displaying time, inside and outside temperature, and weather condition via the symbol.
The icon also indicates alerts, and security status changes. I created my own font for the ymbols, i could share it if there is interest. The resolution is to low to really use text, it can only display 4-6 letters.
IMG_20160515_090516432_s.jpg (59.71 KiB) Viewed 8145 times
These matrices shine very bright, so I used 2 layers of smokey acrylic to get the the brightness at an acceptable lowish level. I am still searching for a way to get the thing nicely flush mounted.
Attachments
IMG_20160515_085553430_s.jpg (49.93 KiB) Viewed 8145 times
IMG_20150822_155039_s.jpg (87.29 KiB) Viewed 8145 times
My kit for running Domoticz:
Hardware:
Rpi2 with Wifi USB
UZB1 for Z wave
RFLink Gateway for 433 Mhz, installed a 2,4ghz transceiver for MiLight etc yesterday
All wrapped up in a key-store-box from Biltema for the price of 7.5 eur
Nice did you change the antenna of the rfxcom? And hows is the mi light wifi bridge and the zwave.me thinking about buying them. Have some led strips in the house wich are not implemented yet. Read some opinions about the zwave adapter not working well with fibaro.
kondrez wrote:Nice did you change the antenna of the rfxcom? And hows is the mi light wifi bridge and the zwave.me thinking about buying them. Have some led strips in the house wich are not implemented yet. Read some opinions about the zwave adapter not working well with fibaro.
Today I finally made something I wanted to make a looong time ago: A rfxtrx433e LAN edition
20160907_212530_2.jpg (110.74 KiB) Viewed 7521 times
Internally I disconnected the Rx and Tx going to the FTDI chip and moved them to an external USR TCP-232-T module. This is a TTL serial to ethernet module.
I also changed the onboard 3v3 voltage regulator to a LDO regulator capable of outputting 500mA. I don't know if it was necessary, but I couldn't find any info about the regulator on board. I didn't want to wait for the smoke to come, so I just changed it
20160907_213007_2.jpg (170.67 KiB) Viewed 7521 times
The Raspberry Pi is obsolete now and can be removed.
bizziebis wrote:Today I finally made something I wanted to make a looong time ago: A rfxtrx433e LAN edition
I also changed the onboard 3v3 voltage regulator to a LDO regulator capable of outputting 500mA
Nice work ! That gives it some placement freedom.
Why the beefed up regulator ? The tcp232 has a onboard 3.3V regulator (a LT1117 IIRC) and can be powerd directly with 5V over its VDD line.
Yes you a right. That was something I noticed a bit late, I really was in the understanding I bought a 3v3 version. It was late that evening
@gordonb3
You could add a ESP8266 to it make it wireless. But I don't like the idea of wireless connecting to a device which wireless switches my contacts
I'm not allowed to answer your PM.
I am indeed using an adafruit panel. Im driving it in python which they claim is not so optimal, got some flickering issues in the start, I think because it is prefferably driven real time. got around the flickering by using only 2 tones of rgb, in my case no blue.
Figuring out nice fonts was quite tricky with the limited pixels available, I did not like the anti alliasing it was doing with most fonts, so i found 2 fonts that looked nice with 5/7 pixels height. Additionally I made my own font for the status/weather icons.
With a second script the weather forecast is dug up out of the json from a WU sensor in domoticz.
If you want I can clean up my code a bit and put some comments in and post it here, or send me a PM with your email.
Just wanted to share my first "bigger" project.
A solar powered weather-station hidden inside a bird-house.
It's a Wemos D1 mini with a BH1750 Lux sensor and a BME280.
The Wemos is powered by a 18650 (2200mah) cell which itself is charged with 2x 5v 160mW solar panels, through a tp4056 charger board.
I really like to play around with the Wemos, they are so much fun and capable of a lot of things.
Attachments
2018-03-09 20.25.41.jpg (72.92 KiB) Viewed 4065 times
2018-03-09 20.25.25.jpg (143.75 KiB) Viewed 4066 times
2018-03-09 20.24.49.jpg (100.26 KiB) Viewed 4066 times
cyberclwn wrote: ↑Friday 09 March 2018 20:40
Hey guys,
Just wanted to share my first "bigger" project.
A solar powered weather-station hidden inside a bird-house.
It's a Wemos D1 mini with a BH1750 Lux sensor and a BME280.
The Wemos is powered by a 18650 (2200mah) cell which itself is charged with 2x 5v 160mW solar panels, through a tp4056 charger board.
I really like to play around with the Wemos, they are so much fun and capable of a lot of things.
Wow! Nice! Do you have some tutorial or how to so I'm able to make this myself?