|
Re: New OCS developments
No problem. The thermostat now has (untested) BME280, BMP280, DHT11/21/22, and Si7021 support.
No problem. The thermostat now has (untested) BME280, BMP280, DHT11/21/22, and Si7021 support.
|
By
Howard Dutton
·
#464
·
|
|
Re: New OCS developments
Got it, thanks Howard
By
Fernando Nino Sr
·
#463
·
|
|
Re: New OCS developments
That isn't done. My intention is to add the other relevant sensors same as WEATHER has.
THERMOSTAT is inside. WEATHER is outside.
You can't change the #defines there. If you want an outside BME280
That isn't done. My intention is to add the other relevant sensors same as WEATHER has.
THERMOSTAT is inside. WEATHER is outside.
You can't change the #defines there. If you want an outside BME280
|
By
Howard Dutton
·
#462
·
|
|
Re: New OCS developments
Just a quick question about the section on Thermostat, is there a reason to use a BME280 instead of the BMP280 or DHT11? I guess the question for inside the Observatory do we really need the BP? I
Just a quick question about the section on Thermostat, is there a reason to use a BME280 instead of the BMP280 or DHT11? I guess the question for inside the Observatory do we really need the BP? I
|
By
Fernando Nino Sr
·
#461
·
|
|
Re: New OCS developments
Thanks, I found it. Looks like I need to get a Teensy board. Nicely laid out script. Looks like VS Coding.
Thanks, I found it. Looks like I need to get a Teensy board. Nicely laid out script. Looks like VS Coding.
|
By
Fernando Nino Sr
·
#460
·
|
|
Re: OCS 3 power relays question
Let alone tested.
By
Howard Dutton
·
#459
·
|
|
Re: OCS 3 power relays question
I only changed Config.h settings where required or very desirable. They were close to what I feel is optimal to start with.
Good. I patched the little typo for the RevP compiles now.
I skipped over
I only changed Config.h settings where required or very desirable. They were close to what I feel is optimal to start with.
Good. I patched the little typo for the RevP compiles now.
I skipped over
|
By
Howard Dutton
·
#458
·
|
|
Re: OCS 3 power relays question
Magical, nearly everything solved.
I didn't know i could copy all my Power panel from OCS 2 and paste it to OCS3, nice !
The sensors errors have also disappeared, for the bmp280 after a google
Magical, nearly everything solved.
I didn't know i could copy all my Power panel from OCS 2 and paste it to OCS3, nice !
The sensors errors have also disappeared, for the bmp280 after a google
|
By
koal01
·
#457
·
|
|
Re: OCS 3 power relays question
I'm not sure what you mean by "scripted" but generally the "Power Panel" works as before.
I did test with your settings and they would crash it though, this was a buffer overflow, the scratchpad for
I'm not sure what you mean by "scripted" but generally the "Power Panel" works as before.
I did test with your settings and they would crash it though, this was a buffer overflow, the scratchpad for
|
By
Howard Dutton
·
#456
·
|
|
Re: OCS 3 compiling error on 2 sensors
I'm guessing these are both related to your not having the proper libraries installed for the Arduino IDE.
I think you might have realized/fixed this but not sure, at any rate I can enable both of
I'm guessing these are both related to your not having the proper libraries installed for the Arduino IDE.
I think you might have realized/fixed this but not sure, at any rate I can enable both of
|
By
Howard Dutton
·
#455
·
|
|
Re: New OCS developments
Hi Fernando ocs 3 is in the master branch
Hi Fernando ocs 3 is in the master branch
|
By
koal01
·
#454
·
|
|
Re: New OCS developments
Hi Howard, is there a link to the new OCS, I would like to try it on my spare set up. Just checked the GitHub, is the 2.33 version the latest?
Thanks
Nino
Hi Howard, is there a link to the new OCS, I would like to try it on my spare set up. Just checked the GitHub, is the 2.33 version the latest?
Thanks
Nino
|
By
Fernando Nino Sr
·
#453
·
|
|
Re: OCS 3 power relays question
Feedback :
The wind sensor RevP is not operational
I also tried to activate ETHERNET_RESET_PIN and CONNECTION_CHECK_HOURS parameters in the extended config.h and the IDE display errors
When these
Feedback :
The wind sensor RevP is not operational
I also tried to activate ETHERNET_RESET_PIN and CONNECTION_CHECK_HOURS parameters in the extended config.h and the IDE display errors
When these
|
By
koal01
·
#452
·
Edited
|
|
OCS 3 power relays question
Howard, i was using in OCS 2 the power panel in config.h for specific use and i really did like as they relay were named as Device 1, 2, 3 etc..
My shelter is not a standard
In OCS3, the power panel
Howard, i was using in OCS 2 the power panel in config.h for specific use and i really did like as they relay were named as Device 1, 2, 3 etc..
My shelter is not a standard
In OCS3, the power panel
|
By
koal01
·
#451
·
|
|
OCS 3 compiling error on 2 sensors
Howard, i have errors with 2 sensors, the MLX90614 and the bmp280 (actually i'm using the bmp180 but i downloaded the bmp280 lib for the test, the bme280 works fine as well as other sensors.
Error on
Howard, i have errors with 2 sensors, the MLX90614 and the bmp280 (actually i'm using the bmp180 but i downloaded the bmp280 lib for the test, the bme280 works fine as well as other sensors.
Error on
|
By
koal01
·
#450
·
|
|
Re: New OCS developments
I've just deleted 2 messages i send since i couldn't compile but seeing the arduiino IDE error it was a library problem with the digitalWriteFast lib, i downloaded it and the compilation is ok
I've just deleted 2 messages i send since i couldn't compile but seeing the arduiino IDE error it was a library problem with the digitalWriteFast lib, i downloaded it and the compilation is ok
|
By
koal01
·
#449
·
|
|
Re: New OCS developments
Yes for weather but untested, look in Config.h they are listed.
Only Bme280 for thermostat now, easy to add others though.
Reminds me i should attach thermostat pressure to weather as it applies.
Yes for weather but untested, look in Config.h they are listed.
Only Bme280 for thermostat now, easy to add others though.
Reminds me i should attach thermostat pressure to weather as it applies.
|
By
Howard Dutton
·
#446
·
Edited
|
|
Re: New OCS developments
Are the bmp180 and si7021 sensors compatible with ocs3 ?
Are the bmp180 and si7021 sensors compatible with ocs3 ?
|
By
koal01
·
#445
·
|
|
Re: New OCS developments
Speaking of new features... one of them is due to using the Sense class (from OnStepX) for digital inputs:
Now these digital inputs have a built-in ability to filter noisy conditions.
Normally, you
Speaking of new features... one of them is due to using the Sense class (from OnStepX) for digital inputs:
Now these digital inputs have a built-in ability to filter noisy conditions.
Normally, you
|
By
Howard Dutton
·
#444
·
|
|
Re: New OCS developments
I have things mostly working I think (on a Mega2560).
The BME weather sensor works (new design/code there so that's good.)
The website and charts work.
NPT works.
Relays almost work. The fast relay
I have things mostly working I think (on a Mega2560).
The BME weather sensor works (new design/code there so that's good.)
The website and charts work.
NPT works.
Relays almost work. The fast relay
|
By
Howard Dutton
·
#443
·
|