Search found 13 matches
- Thursday 20 December 2018 8:51
- Forum: Other questions and discussions
- Topic: Getting domoticz database from corrupted SD?
- Replies: 3
- Views: 674
Re: Getting domoticz database from corrupted SD?
I'm not sure... I dont know where to look to be honest. If i insert the SD into my windows PC i get approx 5 drives. Some of them cant be read by Windows, and windows wants to format them. Other drives are named recovery and boot. I can recall seeing a domoticz folder. When i create a new SD with ...
- Thursday 20 December 2018 0:31
- Forum: Other questions and discussions
- Topic: Getting domoticz database from corrupted SD?
- Replies: 3
- Views: 674
Getting domoticz database from corrupted SD?
So today i unplugged my raspberry without proper shutdown and domoticz doesnt run anymore. The SD does seem to work in windows, but there are a few partitions that seems broken. Maybe this is normal, im not a expert in this. When i place the SD card into my other Rpi that is attached to a TV, i see ...
- Sunday 09 December 2018 13:47
- Forum: Zigbee
- Topic: Xiaomi Smart Home Suite (very cheap) compatibilty?
- Replies: 2452
- Views: 538731
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
I'm trying to connect a double wall switch into Domoticz. It seems to work fine in the Xiaomi app, but i cant see it in Domoticz.
Other products like the door sensors work fine.
Other products like the door sensors work fine.
- Wednesday 04 May 2016 11:44
- Forum: MySensors
- Topic: Dimmer values Domitcz-MySensors
- Replies: 0
- Views: 1381
Dimmer values Domitcz-MySensors
Hi Guys, I'm trying to do something that is probably very over complicating according some of you, but its currently the way i want to work. I want domoticz to sent dimmer values too a mysensors node. I will not use the values for a real dimmer. On the domoticz side i will create a viritual selector ...
- Tuesday 12 April 2016 16:31
- Forum: MySensors
- Topic: Sending a time of other value from Domoticz to a Mysensor device
- Replies: 2
- Views: 1773
Re: Sending a time of other value from Domoticz to a Mysensor device
Thanks for your feedback. If i understand right, you suggest that the "off" control should be given by Domoticz. However, i want this to be handeled by the mysensor module. Domoticz is very stable, but i still dont want to risk the off signal not reaching the mysensors device. Why do you think this ...
- Tuesday 12 April 2016 0:26
- Forum: MySensors
- Topic: Sending a time of other value from Domoticz to a Mysensor device
- Replies: 2
- Views: 1773
Re: Sending a time of other value from Domoticz to a Mysensor device
I have been reading a lot. Pleas understand i'n not very good at programming and scripts. I basicly have no knowledge of this. So i was reading a lot about Dummys and JSON. So far i have not find a function that sets a time, but i did found a selector switch that may just do what i need. sproei ...
- Monday 11 April 2016 22:54
- Forum: MySensors
- Topic: Sending a time of other value from Domoticz to a Mysensor device
- Replies: 2
- Views: 1773
Sending a time of other value from Domoticz to a Mysensor device
Hey guys, I asked this on the mysensors forum too, but i'm looking for some specific domoticz functions. For modifying a irrigation computer, i want to sent a "turn on for a X amount of time" function in Domoticz. More details on why i want this, can be found here . It would be great if could add a ...
- Monday 11 April 2016 22:36
- Forum: Temperature and Weather
- Topic: DHT 11 on Raspberry 2
- Replies: 24
- Views: 19461
Re: DHT 11 on Raspberry 2
Nobody?
- Tuesday 05 April 2016 23:01
- Forum: MySensors
- Topic: Light control with Domoticz
- Replies: 10
- Views: 3316
Re: Light control with Domoticz
I'm not sure those adapters give the same result. Anway, a nano clone can be bought for under 2,- so dont bother using anything else than a nano, uno, or mega if you are going to build a serial gateway. I understand most of the mysensor stuff seems complicated if your new to it. I had the same thing ...
- Tuesday 05 April 2016 21:09
- Forum: MySensors
- Topic: Light control with Domoticz
- Replies: 10
- Views: 3316
Re: Light control with Domoticz
Thanks! I'm sure there must be some way to hook up a PRO MINI, but you should use a ARDUINO WITH USB. like a nano or Uno. You can connect it you your raspberry trough USB. You can add the mysensor USB gateway in domotics. Its fully supported hardware. Edit: Oh, and personaly i would not use a 3V ...
- Tuesday 05 April 2016 19:52
- Forum: MySensors
- Topic: Light control with Domoticz
- Replies: 10
- Views: 3316
Re: Light control with Domoticz
You connect it trough the USB cable, so you have to use a Arduino with USB. I picked a Nano.
Edit: off course you can also build a ethernet gateway, but serial over USB is much more simple, smaller, and cheaper.
I also added a extra 3V psu, but the 3v from the arduino should be fine.
Edit: off course you can also build a ethernet gateway, but serial over USB is much more simple, smaller, and cheaper.
I also added a extra 3V psu, but the 3v from the arduino should be fine.
- Tuesday 05 April 2016 16:14
- Forum: MySensors
- Topic: Light control with Domoticz
- Replies: 10
- Views: 3316
Re: Light control with Domoticz
I'm not exactly sure what the purpose of your drawing is, but if you want to turn on or turn of a light with domotics and mysensors it is very simple. Everything is on the mysensors website. Just build yourself a serial gateway with a Arduino Nano. You can connect it trough USB to your raspberry ...
- Tuesday 05 April 2016 12:38
- Forum: Temperature and Weather
- Topic: DHT 11 on Raspberry 2
- Replies: 24
- Views: 19461
Re: DHT 11 on Raspberry 2
Thanks for this guide. I'm a bit of a noob when it comes to making scripts and working with linux based systems. After some trying i got things working. The DHT11 sensor works in Domoticz, but it doesnt update. AdafruitDHT.py runs fine when i run it. dht_11.sh seems to work fine too now. Then i run ...