You should see two switch attributes. As each device can only have one switch the state of the second switch is only available through the customAttribute.
If you are saying that you are not seeing a state change within the driver for the second switch the most likely cause is that you have not done a tasmotaInjectRule which configures the Tasmota to call Hubitat whenever there is an action of interest,
I'm using ESPHome and the drivers and app presented here at @jonathanb github page. There is a multi switch driver that allows the yaml config to address multiple switches. I do not see how tasmota would be invoked.
The switches are added in as child devices and those come up with the 'Generic Component Switch' driver preselected. The ON/OFF controls work, but there is no current state in HE.
Can we use the mmWave devices with these drivers? I'm assuming that you can do all the advanced config and settings in ESPHome and in Hubitat it just displays as a motion sensor with present or not?
Yes, as a bare minimum implementation you could expose a binary sensor from ESPHome (for detection) and re-purpose the example motion sensor driver I provide but you could expose additional sensors such as distance, presence, direction or whatever else the mmWave provides and expose those as custom attributes too by just adding some code into the driver to publish those events.
Any way to implement the smart dry ESP home implementation. Keeping your SmartDry dryer sensor operational
This has the instructions to set up. I have it working in home assistant but would prefer everything in Hubitat. Using your instructions I can connect to the ESP 32 module, but no sensors are showing up. Hoping you might be able to help.
@jonathanb I hate to bother you, but I recently tried to add another esphome sensor in HE (motion entity). However, this time the Entity never show up in the driver.
Does it show up in the drop down menu in the configuration section of the driver that says motion entity? It needs to be selected there to know which sensor to use.
no, that is the problem. ive tried 10 different compiles and restarted hub. no matter, only this 'nodemcu' does not present entity. I have 10 others running great and they were set up straight away into HE.
@jonathanb Do you think its a problem with HE version 2.3.4
log shows: dev:27262023-01-21 08:13:26.249 PMerrorjava.lang.IllegalArgumentException: A device with the same device network ID exists, Please use a different DNI on line 1231 (method parse)
I am looking to monitor current draw in circuits in my house with two Emporia Vue boxes, flashed to ESPHome. I'd like to bring this data to a central location like Hubitat for processing and output.
Has anyone connected this type of setup together, or is an expert and can give pointers? The Emporia Vue looks like the ideal hardware solution to power monitoring. Cheers
Hello, i just stumbled across this thread out of curiosity..since i have Konnected alarm panel.. and they sent an email saying that they will make esphome firmware for esphome for the Konnected panel.. this made me search for esphome with hubitat..and was pleasantly surprised...
I am hoping This would allow me to use my Konnected alarm panel with hubitat and home-assistant directly.. (don't know yet if i can connect to both HA and Hubitat at the same time or not)
I took a quick look at the GitHub repo.. but could not find any smoke or CO device drivers.. is that in the future roadmap? Also what about Sirens/alarm bells?
I have other esp32 devices as well.. but i run them with home assistant and use maker API and HADB.. and so far has been working good..
As like having esphome.. as it has lot of community support.. and with this driver/app.. being able to use esphome devices in hubitat would be great.
Hello,
I have emporia Vue.. and have connected it to home-assistant with custom firmware on the emporia Vue ... I had it pass from HA to hubitat using HADB.. but unfortunately the emporia Vue send away too much data (16 circuits , 4-5 params EVERY SECOND) Which bogs down the hubitat hub.. so i disconnected it.. i would assume it would be the same if you connect it directly to hubitat..
My Hubitat hub is normally loaded to 1%.. went to 50-60% constantly.. which made all the other automations etc latent...
So that's why I pass them and monitor them thru a decent hardware in Home assistant.. and use Maker API to get devices into HA..and control automation in HA.. specifically those needing automation related to the power monitoring..
Hope it helps