Recent content by Tschmidt

  1. T

    EMAIL with WC32 or WC8

    I'm using a bunch of WebControl 8 controllers that do not support SSL. I have to change hosting service so working to make sure I sign up with one that allows non-SSL email but as a fallback figured I could take the hit and switch over to WebControl 32 even though I don't need the extra...
  2. T

    Sensiron CO2 detector

    Has anyone played around with the Sensiron SCD30 CO2 detector? Looks like an interesting device to monitor home air quality.   https://www.sensirion.com/en/environmental-sensors/carbon-dioxide-sensors/carbon-dioxide-sensors-scd30/
  3. T

    Email notifications has stopped working recently.

    Are you using the WebControl 8 or 32? The WC8 cannot do SSL so you are use it need to find a way to send email that does not require encryption. That is getting more and more difficult to do. You might ask your ISP is there is a way to send non-encrypted email from physically connected...
  4. T

    WebControl 8 2.2.2 hardware FW upgrade problem

    According to the CAINetworks page support for the boot loader began with:   Since 3.02.17d firmware, we implemented a bootloader feature allowing user to update firmware in its own locaiton without shipping the board in.   Is that page incorrect? If so it would be good idea to correct the...
  5. T

    WebControl 8 2.2.2 hardware FW upgrade problem

    I have a couple of WebControl8 2.2.2. boards running V03.02.17d firmware, thought I would update to the latest and greatest.   I'm using the upgrade instruction: http://www.cainetworks.com/support/how-to-update.html   I'm stuck at step 1. The WC8 is not password protected so noting to log into...
  6. T

    Backup and Restore

    Not very hi tech but I just take screen shots of the pages. The most important for me is the temperature  ROM code page as if you swap or reset the controller  it can be hard to correctly map the correct sensor.
  7. T

    Newbie WEBSET questions

    Since no one else has volunteered here is the stuff I struggled with. This is all WC8, so far I have not needed the horsepower of WC32.   Show in detail exactly how command/features work, add more code examples.   Lets talk about webset   1) Command is called webset but needs to be configured in...
  8. T

    Newbie WEBSET questions

    Glad you got it working. Took me a while to figure out how to use the webset command, the user manual is not very clear about details. Note, the source register can be different then the destination register set in the Webset URL.   Something to keep in mind is the destination should verify info...
  9. T

    Humidity Sensor connection mystery

    The label is on the "back" side of the sensor. It has a printed number that matches the calibration report.  
  10. T

    Humidity Sensor connection mystery

    CAI, thanks for the additional research. The one I recently purchase has a window on one side and a glued on white tag on the back with a calibration #. I peeled off the tag and that side looks just like the picture in the user guide, appears to be the chip leadframe. Well at least that solves...
  11. T

    Humidity Sensor connection mystery

    Hopefully someone at CAI Networks can help with this mystery.   I've used WebControl 8's for several projects, including the HIH-4000 humidity sensor. My current project is an outdoor temperature/humidity data logger. But when I tested this one and mounted the HIH-4000 directly to the...
  12. T

    New to the forum and to CAI WebControl

    You can write the value in one of the VARs but as far as I know you cannot change the built in WebControl8 web interface.   However once you have the data available on the WebControl you can run one of the many free web servers on an always on PC. From there you can write some simple code to do...
  13. T

    help with turning one ttl off if another is turned on

    If I understand what you want your code to do is to simply toggle between OP1 and OP2.    Are you setting the initial state of OP1 and OP2 somewhere?   If the initial condition of OP1 is 0 expression will evaluate to false and the SET OP2 statement is skipped.  OP2 is now in an undetermined...
  14. T

    Can't access WebControl anymore

    Support has a good point, plug it into a known good port on your Ethernet switch.    /tom
  15. T

    DS18B20 temperature sensor at end of 50' cat5e not reliable

    Interesting, I didn't think that was possible. I thought the WC8 only enumerates the 1-wire bus as powerup/reset.  
Back
Top