• Tags
  • Documentation
  • Order
  • Register
  • Login
Duet3D Logo Duet3D
  • Tags
  • Documentation
  • Order
  • Register
  • Login

Thermal Runaway / Webcall

Scheduled Pinned Locked Moved
General Discussion
3
3
201
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • undefined
    dm86
    last edited by dm86 3 May 2021, 23:53 5 Mar 2021, 23:14

    My printer is connected through a ZWave relay that lets me turn it on and off remotely as well as monitor power consumption.

    I'm using a 240v heated bed through an SSR and I'm quite aware these things tend to fail open. I have a thermal fuse attached to the bed but wondered if I could add an extra layer of protection.

    Is there a way to make Duet do a webcall?
    Is there a way to detect thermal run away and then complete an action?
    If those things are not possible how does Duet react in a thermal run away situation, would it just turn off the ps control pin? From this I assume so. https://duet3d.dozuki.com/Wiki/FireSafety

    undefined 1 Reply Last reply 6 Mar 2021, 07:25 Reply Quote 0
    • undefined
      jay_s_uk @dm86
      last edited by 6 Mar 2021, 07:25

      @dm86 no, you can't currently make a webcall from the duet. You could make a request to it for information and monitor it that way.
      The most likely way the bed would fail is the SSR would fail closed. If that happens, the duet would have no control and the bed would continue to get hot.

      Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

      1 Reply Last reply Reply Quote 0
      • undefined
        MintyTrebor
        last edited by 6 Mar 2021, 09:44

        If the thermal runaway condition creates an error message, then you can detect it and make a web call with my NodeDSF solution.
        You can configure NodeDSF to watch for status changes or error/warning messages containing specific text, and then trigger a http post/get, or fire mqtt, or send an email, etc etc.

        I know that heater faults create error messages, but I am not sure specifically what happens on a thermal runaway - I have found that normally any issue will create an error or warning message.

        (Link in my sig)

        NodeDSF - Native Node-Red integration with Duet boards.
        BtnCmd - Customise DWC with user defined buttons/layouts/panels (DWC Plugin)
        ReleaseMgr - Duet update info inside DWC.
        Repo

        1 Reply Last reply Reply Quote 1
        1 out of 3
        • First post
          1/3
          Last post
        Unless otherwise noted, all forum content is licensed under CC-BY-SA