Replies: 12 comments 2 replies
-
Can you enable debug logging for the integration and see if any events are being sent to Home Assistant when the devices update in Hubitat? |
Beta Was this translation helpful? Give feedback.
-
Here's what I'm seeing for the logs when enabled for Hubitat. Do I have this setup correctly for debugging? |
Beta Was this translation helpful? Give feedback.
-
Oops, I meant to link to the instructions in the readme: logging. When it’s enabled, you’ll get a lot of Hubitat-specific messages in the log. |
Beta Was this translation helpful? Give feedback.
-
Gotcha, thanks for clarifying. Appreciate the quick support! Here's what I'm seeing: |
Beta Was this translation helpful? Give feedback.
-
Ok, all of that looks normal. Now try doing something on one of the devices that should trigger a state update, like opening the oven door. Check that the state updates in Hubitat, then check the HA logs and see if you see an event coming from Hubitat for whatever you did. |
Beta Was this translation helpful? Give feedback.
-
Great to hear. I can confirm attributes from the Hubitat side are updating on their and on the smart things app when opening the doors/ turning on the stove top. Here's what I'm seeing in the logs now: For what it's worth, I can turn off and on the TV using this control in HA. Also, just confirming, no need for HA to be on the same VLAN since communication is working per the logs, correct? My end goal is not to control the appliances but to just see their states (stove top on, how much washer/ dryer time remaining, etc). I do love having local TV controls through Hubitat and hope to create a dashboard/ scripts for changing inputs/ volume/ etc in HA and HomeKit. Thanks |
Beta Was this translation helpful? Give feedback.
-
Makes sense. For Received event: I'm only seeing code for the washing machine and TV (no oven even though it's actively used):
and for the Updating level command the following:
|
Beta Was this translation helpful? Give feedback.
-
When the cooktop is on in the stove/ range and it's confirmed on Hubitat, this is the only sensor I see appear in HA logs: 2024-10-21 19:02:13.846 DEBUG (MainThread) [custom_components.hubitat.sensor] Adding generic sensor for 44:cooktopOperatingState |
Beta Was this translation helpful? Give feedback.
-
Is there a way to include the entities from the HubiThings Github to be understood by the hacs-hubitat integration? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Thanks for the breakdown. I'm using Hubitat because the current setup with Home Assistant requires opening it to the internet and the current drivers with Hubitat are more up to date and allow for local TV control. I found your HACS integration and thought this would be the best and cheapest way (picked up a C7 for $20 from eBay) to get local TV control while getting keeping my HA setup fully local and accessible through VPN and Apple's HomeKit. I'm planning to spin up a new HA instance and set it up just with hacs-hubitat this weekend to see if there's something messed up with my current setup. Here's what I've found with the Received/ Updating logs: 2024-10-23 19:52:58.655 DEBUG (MainThread) [custom_components.hubitat.hubitatmaker.hub] Received event: {'name': 'washerJobState', 'value': 'finish', 'displayName': 'Washer - main', 'deviceId': '45', 'descriptionText': None, 'unit': None, 'type': None, 'data': None} |
Beta Was this translation helpful? Give feedback.
-
Looks like that was the fix! No idea why I complicated this so much - thank you for your help!! Samsung has decided to push all smart things through the cloud so it's understandable the api needs internet access but my TV is a generation 1 'smart' TV so Hubitat drivers support it well. I will report back how this setup works as there are a lot of folks who don't want to expose their HA instances to the internet just for SmartThings API support. I think you'll have many more folks flocking to this integration once I share it on the forms! https://www.home-assistant.io/integrations/smartthings/ |
Beta Was this translation helpful? Give feedback.
-
Hey everyone, thank you Jason for this awesome integration!
I bought a Hubitat to pass through Samsung appliances and an older TV to Home Assistant without opening it to the cloud. I'm currently able to view the devices correctly (they're on two separate VLANs) and can see the names of the sensors. I cannot see the values however.
I created a web hook manually and allowed ports and allow rules to and from the Hubitat and Home assistant (bridged already in Proxmox) but still can't get any values to appear like they do in Hubitat.
Any ideas what I can do to get entities from Hubitat to appear with the information correcty in HA? Much thanks all!
Here's my code in the configurations.yaml on the HA side:]
hubitat:
token: !secret hubitat_token
host: http://10.10.20.113
port: 35629
event_url: http://10.10.10.135:35629
Beta Was this translation helpful? Give feedback.
All reactions