Search found 13 matches

by Rub87
Wednesday 10 February 2021 22:26
Forum: ESP8266
Topic: Espeasy led dimming
Replies: 12
Views: 13936

Re: Espeasy led dimming

ok, that was the issue.. :lol: When using a normal dimmer value the script works as it should. I tested with rgb and then the output value is either 0, 1024 or if you want to make a color it outputs always 476 no matter which color is selected After a bit of struggle this now seems to work well for ...
by Rub87
Wednesday 10 February 2021 21:48
Forum: ESP8266
Topic: Espeasy led dimming
Replies: 12
Views: 13936

Re: Espeasy led dimming

Hmm, bij mij lukt op een of andere manier de "pairs" operator niet.

Code: Select all

 [string "--..."]:42: bad argument #1 to 'pairs' (table expected, got nil)
by Rub87
Sunday 07 February 2021 19:37
Forum: Temperature and Weather
Topic: 1-Wire Thermocouple MAX31850 !!SOLVED!!
Replies: 12
Views: 4126

Re: 1-Wire Thermocouple MAX31850

Working now in build 12922 .. THANKS!!!
by Rub87
Sunday 07 February 2021 10:14
Forum: Temperature and Weather
Topic: 1-Wire Thermocouple MAX31850 !!SOLVED!!
Replies: 12
Views: 4126

Re: 1-Wire Thermocouple MAX31850

I have built a lot of skills but not c++ coding :D I think it could be as easy to search in the code the "Error: 1Wire: Device not yet supported in Kernel mode (Please report!)" and add the 3B to allowed device families. but yes I dont know in which file to do that, and if it is even possible ...
by Rub87
Saturday 06 February 2021 23:29
Forum: Temperature and Weather
Topic: 1-Wire Thermocouple MAX31850 !!SOLVED!!
Replies: 12
Views: 4126

Re: 1-Wire Thermocouple MAX31850

More then 4 years .. could please someone code that it would also allow family 3B-xxx also and not only 28-xxx

thanks!!
by Rub87
Wednesday 03 February 2021 22:46
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Download page broken (Error 404) Can't install Domoticz
Replies: 11
Views: 2154

Re: Download page broken (Error 404) Can't install Domoticz

Hello, I run domoticz for years but thought lets make a frsh install on buster. got a spare SD card, installed latest distro, so far so good. when trying to install domoticz the easy way I get: pi@Domoticz:~ $ curl -L install.domoticz.com | sudo bash % Total % Received % Xferd Average Speed Time ...
by Rub87
Sunday 19 June 2016 20:12
Forum: Temperature and Weather
Topic: 1-Wire Thermocouple MAX31850 !!SOLVED!!
Replies: 12
Views: 4126

Re: 1-Wire Thermocouple MAX31850

No one? I can pay someone a few bucks if neccesary to add the MAX31850. I think for someone with minor coding skills it will be really easy as it really the same output as DS12B20..
by Rub87
Monday 02 November 2015 10:14
Forum: Temperature and Weather
Topic: 1-Wire Thermocouple MAX31850 !!SOLVED!!
Replies: 12
Views: 4126

Re: 1-Wire Thermocouple MAX31850

Nope, I dont have the skills nor time to find out myself how to get into the files inside the linux thing where the 1-wire thing is coded. if I could just replace the files with modified like on a windows pc it would be quite easy to copy paste 99% of the ds12b20 code and change only some minor ...
by Rub87
Thursday 08 October 2015 19:51
Forum: Temperature and Weather
Topic: 1-Wire Thermocouple MAX31850 !!SOLVED!!
Replies: 12
Views: 4126

Re: 1-Wire Thermocouple MAX31850

No one?
by Rub87
Friday 11 September 2015 10:09
Forum: Temperature and Weather
Topic: 1-Wire Thermocouple MAX31850 !!SOLVED!!
Replies: 12
Views: 4126

Re: 1-Wire Thermocouple MAX31850

After some more investigation, OWFS only works with USB --> I2C stick. which I dont have :/ Does someone know if I modify the file 1WireByKernel.cpp as found on https://github.com/domoticz/domoticz/tree/master/hardware/1Wire , how I could replace it in the pi? I tried to find it with sudo find ...
by Rub87
Wednesday 09 September 2015 21:52
Forum: Temperature and Weather
Topic: 1-Wire Thermocouple MAX31850 !!SOLVED!!
Replies: 12
Views: 4126

Re: 1-Wire Thermocouple MAX31850

http://owfs.org/index.php?page=ds1825 it seems OWFS has support for this, now I need to find out what it is and how I can use to work with domoticz edit: I found out after half a day of reading what OWFS is and how to install it. I made a fresh install with the Domoticz image as described in the ...
by Rub87
Wednesday 09 September 2015 11:35
Forum: Temperature and Weather
Topic: 1-Wire Thermocouple MAX31850 !!SOLVED!!
Replies: 12
Views: 4126

Re: 1-Wire Thermocouple MAX31850

That would be my last resort, but if nothing else works..

I think in the Domoticz code something has to be changed so that it also looks for other than 28-xxxxxxx devices. unfortunately I am not a programmer :(
by Rub87
Wednesday 09 September 2015 10:52
Forum: Temperature and Weather
Topic: 1-Wire Thermocouple MAX31850 !!SOLVED!!
Replies: 12
Views: 4126

1-Wire Thermocouple MAX31850 !!SOLVED!!

Hello, I recently installed Domoticz on my RPI2, working great. The next feature I wanted to add was to monitor 2 K-type thermocouples in my wood fired pizza oven. I aquired some MAX31850, these are 1 wire thermocouple amplifiers. Wired them up togehter with a DSB12b20 for ambient temperature. all ...