HI. I use this sketch to my lisght but in Home Assistant it show me it as SWITCH. Is any chance to change it in mysensors sketch to show in Home Assisnatnt as LIGHT ?
I like the joke : )
I'll try to keep it simple. Most of my sensors are just reporting temperature and humidity. Since I can assign them to a room in home assistant. They don't need anything fancy.
@mfalkvidd I got what you mean.
Yes, I am using the tcp connection using the mySensors serial API, not the USB<>UART serial interface
I am running a gateway with the nRF24 at 1Mpbs for the fast & furious sensors (mainly energy meters); another at 250kbps for the battery supplied nodes (temp/hum and door sensors); another one at 1Mbps dedicated to the actuators / mission critical.
60 nodes running
Another on is a BLE<>Mysensors bridge between the Mopeka Tank Pro (2) and the TPMS (4)
Another one is a fauxmo<>Mysensors bridge.
A few esp32 based displays (round oled, 3.5", 7")
Figured it out. I had to send HVAC_FLOW_STATE to HA, in order for it to figure out that it was a "thermostat". Only problem is that it shows up with states "Auto" "Cool" "Heat" and "Off" in the dashboard, even though I only have the possibility to heat, or turn it off.