-
• #552
OK, wonderful, really interested to hear how you get on!
-
• #553
It's a bit if a rabbit hole finding good ones tbh.
There used to be a product called a thermopeanut which was perfect for what you want. Six month battery life, loggin, ble sync but they went out of business and bricked all of their sensors when they shut the servers down.
The best on the market is Sensorpush, but they are £80 each.
I'm hoping that the iot4 ones work well. If they don't, I'm just going to make my own using an esp module and thermocouple.
-
• #554
Sonoff have temperature and humidity sensors, and they work well with most hubs.
And it's all local and highly configurable, without too much faffing about.
-
• #555
Does anyone have a recommendation for someone who can come and do some cat 5 cabling for me? In South London, Herne Hill.
I currently use powerline adaptors to link from downstairs where the cable modem is, to upstairs where I run my second Unifi AP.
Downstairs, I get wired download speeds of 124Mbit/s. Upstairs, after the powerline link, it drops to 37Mbit/s.
Meh.
I'd like someone who can drill out of the house downstairs and install an rj45 face plate, with a cable that runs up and around the house then through the wall and into the upstairs study where the powerline currently is.
All recommendations gratefully received.
-
• #556
Ok, so the iot4 WiFi thermometers are really good but I'm afraid there is no Google home integration. I believe it's fairly easy to make your own integration but I haven't done that before so can't comment.
That said, you can pull data values into Thingview realtime so you can see temp and temp history on your phone.. Works very well. Please ignore the random data points. Still testing.
Not bad for thirty euros.
-
• #557
I have a TADO smart thermostat bextention kits(the thing that is wired into the boiler) going spare, if anyone wants one...
forum donation and one of those posh portuguese tarts
-
• #558
.
-
• #559
It's a fairly simple job isn't?
Which is why it will be nigh on impossible to find someone to do it!
-
• #560
Thanks for the update. They do look good but perhaps a little more work to setup than I'd like.
I'm tempted by the sensor push but can't justify the spend really. -
• #561
I have zero experience with home assistant or programming but would like to start using it too control a bathroom fan based on humidity. Is this gonna be too complex for a starter project?
As I understand it I need to get a Sonoff, plug in the humidity sensor, flash with Tasmota and set up an automation in home assistant? The Sonoff communicates with WiFi right?
The other option is just use the fan manufacturer's humidistat and switch but they're ugly, huge and expensive.
-
• #562
It's really easy. Especially if I help.
It'd take you ten minutes to get working.
-
• #563
I have got the following items I would exchange for interesting craft ipa/sours/larger/stout, that might help you guys get going on some iot projects:
Wemos d1 mini, new in packaging - swap for 1 bottle/can
Wemos d1 mini, new in packaging - swap for 1 bottle/can
Wemos d1 mini, opened and flashed with a bin file - free with any other item, or 1 bottle/can if you're feeling generous
Nodemcu, new in packaging - swap for 1 bottle/can
Raspberry pi zero w camera kit - swap for 3 bottle/cans
Raspberry pi zero w camera kit - swap for 3 bottle/cans
PhatDAC - swap for 1 bottle/canI also have some breadboards and jumper cables i can throw in if you take the lot!
-
• #564
Am I going insane or did this thread lose a bunch of posts?
-
• #565
They might be in the raspberry pi thread. There is crossover...
-
• #566
Thank you. I am indeed going insane.
-
• #567
Has anyone used the Energenie stuff? They look to be a decent price but it doesn't look like they can work without access to the internet.
-
• #568
The power management on these ESP8266 based dev boards is both simple and awesome.
If you jumper between RST and GPIO16 you can turn off everything on the board including the CPU, radio and RAM for a specified amount of time leaving only the system clock running and then use RST to send a wake signal to GPIO16 when that elapsed time is up...thus waking everything up again.
To give you an idea what this means for battery life, this board normally idles at about 140mAh. When in deep sleep mode I have measured it as only using 10 *micro*Amps.
This is the difference between having a battery life of a few days and a battery life of a year or so for the application I am writing.
1 Attachment
-
• #569
Although when I say it is simple, it did take me a stupid amount of time to realise that GPIO16 is D0 on a NodeMCU where it is normally at D2 for most other boards of this type.
-
• #570
Winter's coming up and I'd like remote control for car engine block heater. I'm looking at a Ledvance outdoors ZigBee power socket and a Philips Hue bridge. I gather the bridge needs wired internet connection, but after that I should be able to toggle power remotely from Philips Hue android app, right? Can I expect the power socket to report on/off status in the app? (Status confirmation is something that's missing in cheaper options.) And pretty much any ZigBee device should work as a repeater if there's need to extend the range?
-
• #571
If its just a single plug socket you need, why not get a wifi one, assuming you have a decent range on your WiFi.
It would be much cheaper than buying a hue Bridge, unless you plan to expand with lights etc. Even then, hue is an expensive option.
-
• #572
Been thinking of doing exactly the same, as the extractor fans built in Humidistat has died. Let me know how you get along!
-
• #573
Thank you @stonehedge that looks a mighty useful thing, I will take a look at that.
-
• #574
its just a single plug socket you need, why not get a wifi one, assuming you have a decent range on your WiFi.
This. They are cheap (two for £20 last time I looked) and work just fine. They even integrate with voice control via your phone or smart speaker thingy.
If you are near se24, I have a spare one knocking around you can test with if you want? @Paradroid
-
• #575
Thanks for the tip, I'll have to check those out. I wouldn't mind adding at least a few motion activated lights in the house at some point, but I guess one expected plus for Hue is easy access from outside the local network.
I'm testing a WiFi thermocouple from iot4.eu at the moment. Cheap and cheerful but promising. Will let you know how the testing goes.