Announcement

Collapse
No announcement yet.

Something else to look into

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Something else to look into

    As if my other post wasn't enough to worry about, I have been looking at Wadenut's Thermostat Scheduler script package. Working with Greg it's to the point now that his script isn't throwing out errors. But my CT-80 and BeakerStat don't seem to act on what his script sends to it.

    For example, I just had a test event fire to change the setpoint to 72. The log shows that his script thinks it sent the command:
    BeakerStat Unit #1 Setpoint set to 72
    but yet my thermostat doesn't reflect this new setpoint and the BeakerStat debug file does not seem to have any related activity at that time.

    So, now to you, Reid, should Greg's Thermostat Scheduler script work with BeakerStat?

    (Lower priority than my other thread.)

    Thanks
    Steve

    (System configuration is in my profile)

    #2
    To add...

    The specific script line would have been

    hs.plugin("BeakerStat").CmdSetHeat(1,72,1)

    [The script does work 100% with both 'ZWave Thermostats' and 'DooStat' (X10) using the same cmds]
    Real courage is not securing your Wi-Fi network.

    Comment


      #3
      Something else to look into

      I haven't used Greg's script so I don't know how it controls the thermostats. If it uses the thermostat API then it should work. I will have a look this weekend.
      HS Pro 3.0 | Linux Ubuntu 16.04 x64 virtualized under Proxmox (KVM)
      Hardware: Z-NET - W800 Serial - Digi PortServer TS/8 and TS/16 serial to Ethernet - Insteon PLM - RFXCOM - X10 Wireless
      Plugins: HSTouch iOS and Android, RFXCOM, BlueIris, BLLock, BLDSC, BLRF, Insteon PLM (MNSandler), Device History, Ecobee, BLRing, Kodi, UltraWeatherWU3
      Second home: Zee S2 with Z-Wave, CT101 Z-Wave Thermostat, Aeotec Z-Wave microswitches, HSM200 occupancy sensor, Ecolink Z-Wave door sensors, STI Driveway Monitor interfaced to Zee S2 GPIO pins.

      Comment


        #4
        Something else to look into

        Originally posted by Wadenut View Post
        To add...

        The specific script line would have been

        hs.plugin("BeakerStat").CmdSetHeat(1,72,1)
        Ok so it uses the thermostat API. I will do some testing this weekend to see what's going on.
        HS Pro 3.0 | Linux Ubuntu 16.04 x64 virtualized under Proxmox (KVM)
        Hardware: Z-NET - W800 Serial - Digi PortServer TS/8 and TS/16 serial to Ethernet - Insteon PLM - RFXCOM - X10 Wireless
        Plugins: HSTouch iOS and Android, RFXCOM, BlueIris, BLLock, BLDSC, BLRF, Insteon PLM (MNSandler), Device History, Ecobee, BLRing, Kodi, UltraWeatherWU3
        Second home: Zee S2 with Z-Wave, CT101 Z-Wave Thermostat, Aeotec Z-Wave microswitches, HSM200 occupancy sensor, Ecolink Z-Wave door sensors, STI Driveway Monitor interfaced to Zee S2 GPIO pins.

        Comment

        Working...
        X