Search found 4472 matches
- 15 Feb 2019 21:06
- Forum: Z-Uno
- Topic: Z-Uno unique serial number
- Replies: 2
- Views: 26
Re: Z-Uno unique serial number
Channels are numbered in the order they are defined. So it should be very simple and clear
- 15 Feb 2019 21:00
- Forum: Discussions in English
- Topic: Raspberry Pi not booting, no backup, start again?
- Replies: 4
- Views: 70
Re: Raspberry Pi not booting, no backup, start again?
Security is used by default. You can try it - if devices do not report most of features after fresh install and I review, then re-include them
- 15 Feb 2019 20:56
- Forum: Z-Uno
- Topic: Zwave range and power
- Replies: 5
- Views: 958
Re: Zwave range and power
Default power level is the maximum, so you can not improve it.
We will check if we can reproduce the same issue.
We will check if we can reproduce the same issue.
- 14 Feb 2019 23:17
- Forum: Discussions in English
- Topic: Delay() not working
- Replies: 1
- Views: 55
Re: Delay() not working
delay is not allowed in getters and setters. Please check the manual.
This is because setter and getter is like an interrupt
This is because setter and getter is like an interrupt
- 14 Feb 2019 23:11
- Forum: Discussions in English
- Topic: Temperature Domoticz
- Replies: 1
- Views: 50
Re: Temperature Domoticz
Need more info. Is it about Z-Uno?
- 14 Feb 2019 23:10
- Forum: Обсуждение на русском / Discussions in Russian
- Topic: Прошивка Razberry 2 не обновляется
- Replies: 3
- Views: 111
Re: Прошивка Razberry 2 не обновляется
Может с курлом проблема?
При старте софта не ругается на библиотеки?
Что в логе?
При старте софта не ругается на библиотеки?
Что в логе?
- 14 Feb 2019 23:08
- Forum: Discussions in English
- Topic: Code device sensorMultilevel problem!
- Replies: 2
- Views: 59
Re: Code device sensorMultilevel problem!
parseInt(system(“cat /home/pi/tempvalue”)[1], 10)
- 14 Feb 2019 23:05
- Forum: Z-Uno
- Topic: expected ')'
- Replies: 2
- Views: 54
Re: expected ')'
Also chat message[] is not valid. Use char *message
- 14 Feb 2019 23:05
- Forum: Z-Uno
- Topic: expected ')'
- Replies: 2
- Views: 54
Re: expected ')'
Serial do not require baudrate as it is over USB. Serial0 and 1 do require it.
- 14 Feb 2019 23:04
- Forum: Discussions in English
- Topic: New time widget for smarthome ui
- Replies: 2
- Views: 56
Re: New time widget for smarthome ui
To implement a new widget you need to add it to the backend and to the frontend. A widget us just a JSON structure of a defined format that is know by both backend and frontend