- #741
Ok tu as un broker mqtt ?
Oupse, pardon, bien sur que tu en as un ... je commence à perdre la boule.
Oupse, pardon, bien sur que tu en as un ... je commence à perdre la boule.
Dernière édition:
attr meteoalex mqttPublish cloudCover:topic={"$base/$name"} cloudCover:qos=1 cloudCover:retain=0
Oui, c'est nickel.Dis moi si c'est bien ce que tu cherchais à faire ...
sensor:
- name: "Cloud Cover Openweather"
unique_id: "owcloud_cover"
state_topic: "openweather/cloudCover"
unit_of_measurement: "%"
mqtt:
sensor:
- name: "Wind Speed Openweather"
unique_id: "owwind_speed"
state_topic: "openweather/wind_speed"
unit_of_measurement: "km/hr"
- name: "Cloud Cover Openweather"
unique_id: "owcloud_cover"
state_topic: "openweather/cloudCover"
unit_of_measurement: "%"
- name: "Température Openweather"
unique_id: "owctemperature"
state_topic: "openweather/temp_c"
unit_of_measurement: "°C"
- name: "Humidité Openweather"
unique_id: "owhumidity"
state_topic: "openweather/humidity"
unit_of_measurement: "%"
- name: "Temp Low Openweather"
unique_id: "owtlow"
state_topic: "openweather/tempLow"
unit_of_measurement: "°C"
- name: "Temp High Openweather"
unique_id: "owthigh"
state_topic: "openweather/tempHigh"
unit_of_measurement: "°C"
- name: "Wind Condition Openweather"
unique_id: "owwcond"
state_topic: "openweather/wind_condition"
Serais tu intéressé ?Notification sur l'app Telegram ?
cat sys/class/hwmon/*/fan1_input
define fanspeed CustomReadings
attr readingDefinitions speed:qx(cat /sys/class/hwmon/*/fan1_input)
attr stateFormat speed
attr fanspeed interval 10