
any news ?
Can i use my PT100 on my MAX31865 board with SPI interface in espeasy ?
is there a plugin now ?
Thank you so much and have a great day !
Sascha
Code: Select all
on mcp#18 do
LogEntry,"MCP 18: [mcp#18], MCP 17: [mcp#17]"
if [mcp#18]=0
if [mcp#17]=0
MCPGPIO,2,0
endif
else
MCPGPIO,2,1
endif
endon
Code: Select all
on MQTT_INPUT#Dimmer1 do
PCAPWM,0,[MQTT_INPUT#Dimmer1]
Code: Select all
on MQTT_INPUT#LichtgrHalleVorne=1 do
if [plugin#mcpgpio#pinstate#1]=1
mcpgpio,1,0
else
mcpgpio,1,1
endon
Code: Select all
on MQTT_INPUT#TimerAmpere do
let,1,[MQTT_INPUT#TimerAmpere]
endon