Search found 10 matches
- Wednesday 13 January 2016 21:30
- Forum: 1-wire
- Topic: How can I detect a missing DS18B20
- Replies: 6
- Views: 7176
Re: How can I detect a missing DS18B20
Hmm, but on loss of communication freezes the value. There is no difference between a freeze value an a real stable value. I think this should be realized by Domoticz, without the need of writing a LUA script for this elementary function. When communication lost, Domoticz could set the value to ...
- Wednesday 13 January 2016 7:18
- Forum: 1-wire
- Topic: How can I detect a missing DS18B20
- Replies: 6
- Views: 7176
Re: How can I detect a missing DS18B20
Thank you for your answer.
It is right, that the value is marked red, but the value didn´t change.
How can I set a switch (for example an alarm lamp) while
Sensor communication is lost?
Best regards
@MosWare
It is right, that the value is marked red, but the value didn´t change.
How can I set a switch (for example an alarm lamp) while
Sensor communication is lost?
Best regards
@MosWare
- Monday 11 January 2016 12:41
- Forum: Design, usability and languages
- Topic: Where to extent the switch dialog?
- Replies: 2
- Views: 1545
Re: Where to extent the switch dialog?
Nobody really knows??!?
Best regards
@MosWare
Best regards
@MosWare
- Monday 11 January 2016 12:34
- Forum: 1-wire
- Topic: How can I detect a missing DS18B20
- Replies: 6
- Views: 7176
How can I detect a missing DS18B20
Hi,
I connectet some DS18B20 temperature sensors to the Raspi GPIO port and it´s working fine.
But when I disconnect the dataline, it`s not recognized by Domoticz.
Is there a possibility that Domoticz responds to a missing sensor?
Best Regards
@MosWare
I connectet some DS18B20 temperature sensors to the Raspi GPIO port and it´s working fine.
But when I disconnect the dataline, it`s not recognized by Domoticz.
Is there a possibility that Domoticz responds to a missing sensor?
Best Regards
@MosWare
- Wednesday 09 December 2015 17:52
- Forum: Design, usability and languages
- Topic: Where to extent the switch dialog?
- Replies: 2
- Views: 1545
Where to extent the switch dialog?
Hello, I want to make a small extension to the switch dialog by adding on/off buttons, because I want to toggle with the device image and set the device explicit by using the On/Off-buttons. It should look like this in “switch style” BTN_Switch.jpg And in “dashboard style” BTN_Dashboard.jpg Does anyo ...
- Wednesday 09 December 2015 17:14
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Which IDE for developing?
- Replies: 13
- Views: 3980
Re: Which IDE for developing?
Hello,
thank you for your answers. I did not know that there is a Windows Lib needed.
I need some days to decide to compile the source under Ubuntu (much faster as the RasPi). After checking the result, I compile and run the code on the RasPi.
Best Regards
@MosWare
thank you for your answers. I did not know that there is a Windows Lib needed.
I need some days to decide to compile the source under Ubuntu (much faster as the RasPi). After checking the result, I compile and run the code on the RasPi.
Best Regards
@MosWare
- Sunday 08 November 2015 21:43
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Which IDE for developing?
- Replies: 13
- Views: 3980
Re: Which IDE for developing?
Hi, now i tried to compile with Visual Studio 2015 and got an error message: "... m_thread is not defined" As far i understand there is really no definition in the source code. There is no header-file whitch declare the variable . I think there is a problem with the project-settings and dependencies ...
- Thursday 05 November 2015 21:12
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Which IDE for developing?
- Replies: 13
- Views: 3980
Re: Which IDE for developing?
OK, thank you. It seems i used a package without the msbuild folder.
I´ll try now the github source.
Best regards
@MosWare
I´ll try now the github source.
Best regards
@MosWare
- Thursday 05 November 2015 18:10
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Which IDE for developing?
- Replies: 13
- Views: 3980
Re: Which IDE for developing?
Hi, thank you for your answers. Sublime Text looks really good. I tried some weeks before just to open the project with VS 2015 community but no success, only error messages. To develop, compile, debug in visual Studio on Windows platform an run on RasPi ( after recompiling on the target OS I think ...
- Thursday 05 November 2015 12:08
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Which IDE for developing?
- Replies: 13
- Views: 3980
Which IDE for developing?
Hi, in the future I want to write a module for serial communication and run it on a RasPi. I managed to compile the source on a RasPi with cmake. A big step for me - a small step for the world ;-) Some years ago I wrote some software with Visual Studio C++ 6, but now I want to dive in the amazing ...